#include <InspectorApplicationCacheAgent.h>
|
| | InspectorApplicationCacheAgent (WebAgentContext &, InspectorPageAgent *) |
| |
| virtual | ~InspectorApplicationCacheAgent () |
| |
| void | didCreateFrontendAndBackend (Inspector::FrontendRouter *, Inspector::BackendDispatcher *) override |
| |
| void | willDestroyFrontendAndBackend (Inspector::DisconnectReason) override |
| |
| void | updateApplicationCacheStatus (Frame *) |
| |
| void | networkStateChanged () |
| |
| void | enable (ErrorString &) override |
| |
| void | getFramesWithManifests (ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::ApplicationCache::FrameWithManifest >> &result) override |
| |
| void | getManifestForFrame (ErrorString &, const String &frameId, String *manifestURL) override |
| |
| void | getApplicationCacheForFrame (ErrorString &, const String &frameId, RefPtr< Inspector::Protocol::ApplicationCache::ApplicationCache > &) override |
| |
| virtual | ~InspectorAgentBase () |
| |
| String | domainName () const |
| |
| virtual void | discardValues () |
| |
| virtual void | discardAgent () |
| |
| virtual | ~InspectorAgentBase () |
| |
| String | domainName () const |
| |
| virtual void | discardValues () |
| |
| virtual void | discardAgent () |
| |
Public Member Functions inherited from Inspector::ApplicationCacheBackendDispatcherHandler |
| virtual void | getFramesWithManifests (ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::ApplicationCache::FrameWithManifest >> &out_frameIds)=0 |
| |
| virtual void | enable (ErrorString &)=0 |
| |
| virtual void | getManifestForFrame (ErrorString &, const String &in_frameId, String *out_manifestURL)=0 |
| |
| virtual void | getApplicationCacheForFrame (ErrorString &, const String &in_frameId, RefPtr< Inspector::Protocol::ApplicationCache::ApplicationCache > &out_applicationCache)=0 |
| |
| virtual void | getFramesWithManifests (ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::ApplicationCache::FrameWithManifest >> &out_frameIds)=0 |
| |
| virtual void | enable (ErrorString &)=0 |
| |
| virtual void | getManifestForFrame (ErrorString &, const String &in_frameId, String *out_manifestURL)=0 |
| |
| virtual void | getApplicationCacheForFrame (ErrorString &, const String &in_frameId, RefPtr< Inspector::Protocol::ApplicationCache::ApplicationCache > &out_applicationCache)=0 |
| |
◆ InspectorApplicationCacheAgent()
◆ ~InspectorApplicationCacheAgent()
| virtual WebCore::InspectorApplicationCacheAgent::~InspectorApplicationCacheAgent |
( |
| ) |
|
|
inlinevirtual |
◆ didCreateFrontendAndBackend()
◆ enable()
◆ getApplicationCacheForFrame()
◆ getFramesWithManifests()
◆ getManifestForFrame()
| void WebCore::InspectorApplicationCacheAgent::getManifestForFrame |
( |
ErrorString & |
errorString, |
|
|
const String & |
frameId, |
|
|
String * |
manifestURL |
|
) |
| |
|
override |
◆ networkStateChanged()
| void WebCore::InspectorApplicationCacheAgent::networkStateChanged |
( |
| ) |
|
◆ updateApplicationCacheStatus()
| void WebCore::InspectorApplicationCacheAgent::updateApplicationCacheStatus |
( |
Frame * |
frame | ) |
|
◆ willDestroyFrontendAndBackend()
The documentation for this class was generated from the following files: