webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::InspectorApplicationCacheAgent Class Referencefinal

#include <InspectorApplicationCacheAgent.h>

Inheritance diagram for WebCore::InspectorApplicationCacheAgent:
WebCore::InspectorAgentBase Inspector::ApplicationCacheBackendDispatcherHandler Inspector::InspectorAgentBase Inspector::InspectorAgentBase

Public Member Functions

 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
 
- Public Member Functions inherited from Inspector::InspectorAgentBase
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
 

Additional Inherited Members

- Protected Member Functions inherited from WebCore::InspectorAgentBase
 InspectorAgentBase (const String &name, WebAgentContext &context)
 
 InspectorAgentBase (const String &name, WebAgentContext &context)
 
- Protected Member Functions inherited from Inspector::InspectorAgentBase
 InspectorAgentBase (const String &name)
 
 InspectorAgentBase (const String &name)
 
- Protected Member Functions inherited from Inspector::ApplicationCacheBackendDispatcherHandler
virtual ~ApplicationCacheBackendDispatcherHandler ()
 
virtual ~ApplicationCacheBackendDispatcherHandler ()
 
- Protected Attributes inherited from WebCore::InspectorAgentBase
InstrumentingAgentsm_instrumentingAgents
 
Inspector::InspectorEnvironmentm_environment
 
- Protected Attributes inherited from Inspector::InspectorAgentBase
String m_name
 

Constructor & Destructor Documentation

◆ InspectorApplicationCacheAgent()

WebCore::InspectorApplicationCacheAgent::InspectorApplicationCacheAgent ( WebAgentContext context,
InspectorPageAgent pageAgent 
)

◆ ~InspectorApplicationCacheAgent()

virtual WebCore::InspectorApplicationCacheAgent::~InspectorApplicationCacheAgent ( )
inlinevirtual

Member Function Documentation

◆ didCreateFrontendAndBackend()

void WebCore::InspectorApplicationCacheAgent::didCreateFrontendAndBackend ( Inspector::FrontendRouter ,
Inspector::BackendDispatcher  
)
overridevirtual

◆ enable()

void WebCore::InspectorApplicationCacheAgent::enable ( ErrorString )
override

◆ getApplicationCacheForFrame()

void WebCore::InspectorApplicationCacheAgent::getApplicationCacheForFrame ( ErrorString errorString,
const String frameId,
RefPtr< Inspector::Protocol::ApplicationCache::ApplicationCache > &  applicationCache 
)
override

◆ getFramesWithManifests()

void WebCore::InspectorApplicationCacheAgent::getFramesWithManifests ( ErrorString ,
RefPtr< Inspector::Protocol::Array< Inspector::Protocol::ApplicationCache::FrameWithManifest >> &  result 
)
override

◆ 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()

void WebCore::InspectorApplicationCacheAgent::willDestroyFrontendAndBackend ( Inspector::DisconnectReason  )
overridevirtual

The documentation for this class was generated from the following files: