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

#include <InspectorPageAgent.h>

Inheritance diagram for WebCore::InspectorPageAgent:
WebCore::InspectorAgentBase Inspector::PageBackendDispatcherHandler WebCore::InspectorAgentBase Inspector::PageBackendDispatcherHandler Inspector::InspectorAgentBase Inspector::InspectorAgentBase Inspector::InspectorAgentBase Inspector::InspectorAgentBase

Public Types

enum  ResourceType {
  DocumentResource, StylesheetResource, ImageResource, FontResource,
  ScriptResource, XHRResource, FetchResource, WebSocketResource,
  OtherResource, DocumentResource, StylesheetResource, ImageResource,
  FontResource, ScriptResource, XHRResource, FetchResource,
  WebSocketResource, OtherResource
}
 
enum  ResourceType {
  DocumentResource, StylesheetResource, ImageResource, FontResource,
  ScriptResource, XHRResource, FetchResource, WebSocketResource,
  OtherResource, DocumentResource, StylesheetResource, ImageResource,
  FontResource, ScriptResource, XHRResource, FetchResource,
  WebSocketResource, OtherResource
}
 

Public Member Functions

 InspectorPageAgent (PageAgentContext &, InspectorClient *, InspectorOverlay *)
 
void enable (ErrorString &) override
 
void disable (ErrorString &) override
 
void addScriptToEvaluateOnLoad (ErrorString &, const String &source, String *result) override
 
void removeScriptToEvaluateOnLoad (ErrorString &, const String &identifier) override
 
void reload (ErrorString &, const bool *const optionalIgnoreCache, const String *const optionalScriptToEvaluateOnLoad) override
 
void navigate (ErrorString &, const String &url) override
 
void getCookies (ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::Cookie >> &cookies) override
 
void deleteCookie (ErrorString &, const String &cookieName, const String &url) override
 
void getResourceTree (ErrorString &, RefPtr< Inspector::Protocol::Page::FrameResourceTree > &) override
 
void getResourceContent (ErrorString &, const String &frameId, const String &url, String *content, bool *base64Encoded) override
 
void searchInResource (ErrorString &, const String &frameId, const String &url, const String &query, const bool *const optionalCaseSensitive, const bool *const optionalIsRegex, const String *const optionalRequestId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::GenericTypes::SearchMatch >> &) override
 
void searchInResources (ErrorString &, const String &, const bool *const caseSensitive, const bool *const isRegex, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::SearchResult >> &) override
 
void setShowPaintRects (ErrorString &, bool show) override
 
void setEmulatedMedia (ErrorString &, const String &) override
 
void getCompositingBordersVisible (ErrorString &, bool *out_param) override
 
void setCompositingBordersVisible (ErrorString &, bool) override
 
void snapshotNode (ErrorString &, int nodeId, String *outDataURL) override
 
void snapshotRect (ErrorString &, int x, int y, int width, int height, const String &coordinateSystem, String *outDataURL) override
 
void archive (ErrorString &, String *data) override
 
void didClearWindowObjectInWorld (Frame *, DOMWrapperWorld &)
 
void domContentEventFired ()
 
void loadEventFired ()
 
void frameNavigated (Frame &)
 
void frameDetached (Frame &)
 
void loaderDetachedFromFrame (DocumentLoader &)
 
void frameStartedLoading (Frame &)
 
void frameStoppedLoading (Frame &)
 
void frameScheduledNavigation (Frame &, double delay)
 
void frameClearedScheduledNavigation (Frame &)
 
void applyEmulatedMedia (String &)
 
void didPaint (RenderObject &, const LayoutRect &)
 
void didLayout ()
 
void didScroll ()
 
void didRecalculateStyle ()
 
void didCreateFrontendAndBackend (Inspector::FrontendRouter *, Inspector::BackendDispatcher *) override
 
void willDestroyFrontendAndBackend (Inspector::DisconnectReason) override
 
Pagepage ()
 
MainFramemainFrame ()
 
FrameframeForId (const String &frameId)
 
WEBCORE_EXPORT String frameId (Frame *)
 
bool hasIdForFrame (Frame *) const
 
String loaderId (DocumentLoader *)
 
FramefindFrameWithSecurityOrigin (const String &originRawString)
 
FrameassertFrame (ErrorString &, const String &frameId)
 
 InspectorPageAgent (PageAgentContext &, InspectorClient *, InspectorOverlay *)
 
void enable (ErrorString &) override
 
void disable (ErrorString &) override
 
void addScriptToEvaluateOnLoad (ErrorString &, const String &source, String *result) override
 
void removeScriptToEvaluateOnLoad (ErrorString &, const String &identifier) override
 
void reload (ErrorString &, const bool *const optionalIgnoreCache, const String *const optionalScriptToEvaluateOnLoad) override
 
void navigate (ErrorString &, const String &url) override
 
void getCookies (ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::Cookie >> &cookies) override
 
void deleteCookie (ErrorString &, const String &cookieName, const String &url) override
 
void getResourceTree (ErrorString &, RefPtr< Inspector::Protocol::Page::FrameResourceTree > &) override
 
void getResourceContent (ErrorString &, const String &frameId, const String &url, String *content, bool *base64Encoded) override
 
void searchInResource (ErrorString &, const String &frameId, const String &url, const String &query, const bool *const optionalCaseSensitive, const bool *const optionalIsRegex, const String *const optionalRequestId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::GenericTypes::SearchMatch >> &) override
 
void searchInResources (ErrorString &, const String &, const bool *const caseSensitive, const bool *const isRegex, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::SearchResult >> &) override
 
void setShowPaintRects (ErrorString &, bool show) override
 
void setEmulatedMedia (ErrorString &, const String &) override
 
void getCompositingBordersVisible (ErrorString &, bool *out_param) override
 
void setCompositingBordersVisible (ErrorString &, bool) override
 
void snapshotNode (ErrorString &, int nodeId, String *outDataURL) override
 
void snapshotRect (ErrorString &, int x, int y, int width, int height, const String &coordinateSystem, String *outDataURL) override
 
void archive (ErrorString &, String *data) override
 
void didClearWindowObjectInWorld (Frame *, DOMWrapperWorld &)
 
void domContentEventFired ()
 
void loadEventFired ()
 
void frameNavigated (Frame &)
 
void frameDetached (Frame &)
 
void loaderDetachedFromFrame (DocumentLoader &)
 
void frameStartedLoading (Frame &)
 
void frameStoppedLoading (Frame &)
 
void frameScheduledNavigation (Frame &, double delay)
 
void frameClearedScheduledNavigation (Frame &)
 
void applyEmulatedMedia (String &)
 
void didPaint (RenderObject &, const LayoutRect &)
 
void didLayout ()
 
void didScroll ()
 
void didRecalculateStyle ()
 
void didCreateFrontendAndBackend (Inspector::FrontendRouter *, Inspector::BackendDispatcher *) override
 
void willDestroyFrontendAndBackend (Inspector::DisconnectReason) override
 
Pagepage ()
 
MainFramemainFrame ()
 
FrameframeForId (const String &frameId)
 
WEBCORE_EXPORT String frameId (Frame *)
 
bool hasIdForFrame (Frame *) const
 
String loaderId (DocumentLoader *)
 
FramefindFrameWithSecurityOrigin (const String &originRawString)
 
FrameassertFrame (ErrorString &, const String &frameId)
 
- 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::PageBackendDispatcherHandler
virtual void enable (ErrorString &)=0
 
virtual void disable (ErrorString &)=0
 
virtual void addScriptToEvaluateOnLoad (ErrorString &, const String &in_scriptSource, String *out_identifier)=0
 
virtual void removeScriptToEvaluateOnLoad (ErrorString &, const String &in_identifier)=0
 
virtual void reload (ErrorString &, const bool *const opt_in_ignoreCache, const String *const opt_in_scriptToEvaluateOnLoad)=0
 
virtual void navigate (ErrorString &, const String &in_url)=0
 
virtual void getCookies (ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::Cookie >> &out_cookies)=0
 
virtual void deleteCookie (ErrorString &, const String &in_cookieName, const String &in_url)=0
 
virtual void getResourceTree (ErrorString &, RefPtr< Inspector::Protocol::Page::FrameResourceTree > &out_frameTree)=0
 
virtual void getResourceContent (ErrorString &, const String &in_frameId, const String &in_url, String *out_content, bool *out_base64Encoded)=0
 
virtual void searchInResource (ErrorString &, const String &in_frameId, const String &in_url, const String &in_query, const bool *const opt_in_caseSensitive, const bool *const opt_in_isRegex, const String *const opt_in_requestId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::GenericTypes::SearchMatch >> &out_result)=0
 
virtual void searchInResources (ErrorString &, const String &in_text, const bool *const opt_in_caseSensitive, const bool *const opt_in_isRegex, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::SearchResult >> &out_result)=0
 
virtual void setShowPaintRects (ErrorString &, bool in_result)=0
 
virtual void setEmulatedMedia (ErrorString &, const String &in_media)=0
 
virtual void getCompositingBordersVisible (ErrorString &, bool *out_result)=0
 
virtual void setCompositingBordersVisible (ErrorString &, bool in_visible)=0
 
virtual void snapshotNode (ErrorString &, int in_nodeId, String *out_dataURL)=0
 
virtual void snapshotRect (ErrorString &, int in_x, int in_y, int in_width, int in_height, const String &in_coordinateSystem, String *out_dataURL)=0
 
virtual void archive (ErrorString &, String *out_data)=0
 
virtual void enable (ErrorString &)=0
 
virtual void disable (ErrorString &)=0
 
virtual void addScriptToEvaluateOnLoad (ErrorString &, const String &in_scriptSource, String *out_identifier)=0
 
virtual void removeScriptToEvaluateOnLoad (ErrorString &, const String &in_identifier)=0
 
virtual void reload (ErrorString &, const bool *const opt_in_ignoreCache, const String *const opt_in_scriptToEvaluateOnLoad)=0
 
virtual void navigate (ErrorString &, const String &in_url)=0
 
virtual void getCookies (ErrorString &, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::Cookie >> &out_cookies)=0
 
virtual void deleteCookie (ErrorString &, const String &in_cookieName, const String &in_url)=0
 
virtual void getResourceTree (ErrorString &, RefPtr< Inspector::Protocol::Page::FrameResourceTree > &out_frameTree)=0
 
virtual void getResourceContent (ErrorString &, const String &in_frameId, const String &in_url, String *out_content, bool *out_base64Encoded)=0
 
virtual void searchInResource (ErrorString &, const String &in_frameId, const String &in_url, const String &in_query, const bool *const opt_in_caseSensitive, const bool *const opt_in_isRegex, const String *const opt_in_requestId, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::GenericTypes::SearchMatch >> &out_result)=0
 
virtual void searchInResources (ErrorString &, const String &in_text, const bool *const opt_in_caseSensitive, const bool *const opt_in_isRegex, RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::SearchResult >> &out_result)=0
 
virtual void setShowPaintRects (ErrorString &, bool in_result)=0
 
virtual void setEmulatedMedia (ErrorString &, const String &in_media)=0
 
virtual void getCompositingBordersVisible (ErrorString &, bool *out_result)=0
 
virtual void setCompositingBordersVisible (ErrorString &, bool in_visible)=0
 
virtual void snapshotNode (ErrorString &, int in_nodeId, String *out_dataURL)=0
 
virtual void snapshotRect (ErrorString &, int in_x, int in_y, int in_width, int in_height, const String &in_coordinateSystem, String *out_dataURL)=0
 
virtual void archive (ErrorString &, String *out_data)=0
 

Static Public Member Functions

static bool cachedResourceContent (CachedResource *, String *result, bool *base64Encoded)
 
static bool sharedBufferContent (RefPtr< SharedBuffer > &&, const String &textEncodingName, bool withBase64Encode, String *result)
 
static void resourceContent (ErrorString &, Frame *, const URL &, String *result, bool *base64Encoded)
 
static String sourceMapURLForResource (CachedResource *)
 
static CachedResourcecachedResource (Frame *, const URL &)
 
static Inspector::Protocol::Page::ResourceType resourceTypeJson (ResourceType)
 
static ResourceType cachedResourceType (const CachedResource &)
 
static Inspector::Protocol::Page::ResourceType cachedResourceTypeJson (const CachedResource &)
 
static RefPtr< TextResourceDecodercreateTextDecoder (const String &mimeType, const String &textEncodingName)
 
static DocumentLoaderassertDocumentLoader (ErrorString &, Frame *)
 
static bool cachedResourceContent (CachedResource *, String *result, bool *base64Encoded)
 
static bool sharedBufferContent (RefPtr< SharedBuffer > &&, const String &textEncodingName, bool withBase64Encode, String *result)
 
static void resourceContent (ErrorString &, Frame *, const URL &, String *result, bool *base64Encoded)
 
static String sourceMapURLForResource (CachedResource *)
 
static CachedResourcecachedResource (Frame *, const URL &)
 
static Inspector::Protocol::Page::ResourceType resourceTypeJson (ResourceType)
 
static ResourceType cachedResourceType (const CachedResource &)
 
static Inspector::Protocol::Page::ResourceType cachedResourceTypeJson (const CachedResource &)
 
static RefPtr< TextResourceDecodercreateTextDecoder (const String &mimeType, const String &textEncodingName)
 
static DocumentLoaderassertDocumentLoader (ErrorString &, Frame *)
 

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::PageBackendDispatcherHandler
virtual ~PageBackendDispatcherHandler ()
 
virtual ~PageBackendDispatcherHandler ()
 
- Protected Attributes inherited from WebCore::InspectorAgentBase
InstrumentingAgentsm_instrumentingAgents
 
Inspector::InspectorEnvironmentm_environment
 
- Protected Attributes inherited from Inspector::InspectorAgentBase
String m_name
 

Member Enumeration Documentation

◆ ResourceType [1/2]

Enumerator
DocumentResource 
StylesheetResource 
ImageResource 
FontResource 
ScriptResource 
XHRResource 
FetchResource 
WebSocketResource 
OtherResource 
DocumentResource 
StylesheetResource 
ImageResource 
FontResource 
ScriptResource 
XHRResource 
FetchResource 
WebSocketResource 
OtherResource 

◆ ResourceType [2/2]

Enumerator
DocumentResource 
StylesheetResource 
ImageResource 
FontResource 
ScriptResource 
XHRResource 
FetchResource 
WebSocketResource 
OtherResource 
DocumentResource 
StylesheetResource 
ImageResource 
FontResource 
ScriptResource 
XHRResource 
FetchResource 
WebSocketResource 
OtherResource 

Constructor & Destructor Documentation

◆ InspectorPageAgent() [1/2]

WebCore::InspectorPageAgent::InspectorPageAgent ( PageAgentContext context,
InspectorClient client,
InspectorOverlay overlay 
)

◆ InspectorPageAgent() [2/2]

WebCore::InspectorPageAgent::InspectorPageAgent ( PageAgentContext ,
InspectorClient ,
InspectorOverlay  
)

Member Function Documentation

◆ addScriptToEvaluateOnLoad() [1/2]

void WebCore::InspectorPageAgent::addScriptToEvaluateOnLoad ( ErrorString ,
const String source,
String result 
)
override

◆ addScriptToEvaluateOnLoad() [2/2]

void WebCore::InspectorPageAgent::addScriptToEvaluateOnLoad ( ErrorString ,
const String source,
String result 
)
override

◆ applyEmulatedMedia() [1/2]

void WebCore::InspectorPageAgent::applyEmulatedMedia ( String media)

◆ applyEmulatedMedia() [2/2]

void WebCore::InspectorPageAgent::applyEmulatedMedia ( String )

◆ archive() [1/2]

void WebCore::InspectorPageAgent::archive ( ErrorString ,
String data 
)
override

◆ archive() [2/2]

void WebCore::InspectorPageAgent::archive ( ErrorString errorString,
String data 
)
override

◆ assertDocumentLoader() [1/2]

DocumentLoader * WebCore::InspectorPageAgent::assertDocumentLoader ( ErrorString errorString,
Frame frame 
)
static

◆ assertDocumentLoader() [2/2]

static DocumentLoader* WebCore::InspectorPageAgent::assertDocumentLoader ( ErrorString ,
Frame  
)
static

◆ assertFrame() [1/2]

Frame* WebCore::InspectorPageAgent::assertFrame ( ErrorString ,
const String frameId 
)

◆ assertFrame() [2/2]

Frame * WebCore::InspectorPageAgent::assertFrame ( ErrorString errorString,
const String frameId 
)

◆ cachedResource() [1/2]

CachedResource * WebCore::InspectorPageAgent::cachedResource ( Frame frame,
const URL url 
)
static

◆ cachedResource() [2/2]

static CachedResource* WebCore::InspectorPageAgent::cachedResource ( Frame ,
const URL  
)
static

◆ cachedResourceContent() [1/2]

bool WebCore::InspectorPageAgent::cachedResourceContent ( CachedResource cachedResource,
String result,
bool *  base64Encoded 
)
static

◆ cachedResourceContent() [2/2]

static bool WebCore::InspectorPageAgent::cachedResourceContent ( CachedResource ,
String result,
bool *  base64Encoded 
)
static

◆ cachedResourceType() [1/2]

InspectorPageAgent::ResourceType WebCore::InspectorPageAgent::cachedResourceType ( const CachedResource cachedResource)
static

◆ cachedResourceType() [2/2]

static ResourceType WebCore::InspectorPageAgent::cachedResourceType ( const CachedResource )
static

◆ cachedResourceTypeJson() [1/2]

Inspector::Protocol::Page::ResourceType WebCore::InspectorPageAgent::cachedResourceTypeJson ( const CachedResource cachedResource)
static

◆ cachedResourceTypeJson() [2/2]

static Inspector::Protocol::Page::ResourceType WebCore::InspectorPageAgent::cachedResourceTypeJson ( const CachedResource )
static

◆ createTextDecoder() [1/2]

RefPtr< TextResourceDecoder > WebCore::InspectorPageAgent::createTextDecoder ( const String mimeType,
const String textEncodingName 
)
static

◆ createTextDecoder() [2/2]

static RefPtr<TextResourceDecoder> WebCore::InspectorPageAgent::createTextDecoder ( const String mimeType,
const String textEncodingName 
)
static

◆ deleteCookie() [1/2]

void WebCore::InspectorPageAgent::deleteCookie ( ErrorString ,
const String cookieName,
const String url 
)
override

◆ deleteCookie() [2/2]

void WebCore::InspectorPageAgent::deleteCookie ( ErrorString ,
const String cookieName,
const String url 
)
override

◆ didClearWindowObjectInWorld() [1/2]

void WebCore::InspectorPageAgent::didClearWindowObjectInWorld ( Frame ,
DOMWrapperWorld  
)

◆ didClearWindowObjectInWorld() [2/2]

void WebCore::InspectorPageAgent::didClearWindowObjectInWorld ( Frame frame,
DOMWrapperWorld world 
)

◆ didCreateFrontendAndBackend() [1/2]

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

◆ didCreateFrontendAndBackend() [2/2]

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

◆ didLayout() [1/2]

void WebCore::InspectorPageAgent::didLayout ( )

◆ didLayout() [2/2]

void WebCore::InspectorPageAgent::didLayout ( )

◆ didPaint() [1/2]

void WebCore::InspectorPageAgent::didPaint ( RenderObject renderer,
const LayoutRect rect 
)

◆ didPaint() [2/2]

void WebCore::InspectorPageAgent::didPaint ( RenderObject ,
const LayoutRect  
)

◆ didRecalculateStyle() [1/2]

void WebCore::InspectorPageAgent::didRecalculateStyle ( )

◆ didRecalculateStyle() [2/2]

void WebCore::InspectorPageAgent::didRecalculateStyle ( )

◆ didScroll() [1/2]

void WebCore::InspectorPageAgent::didScroll ( )

◆ didScroll() [2/2]

void WebCore::InspectorPageAgent::didScroll ( )

◆ disable() [1/2]

void WebCore::InspectorPageAgent::disable ( ErrorString )
override

◆ disable() [2/2]

void WebCore::InspectorPageAgent::disable ( ErrorString )
override

◆ domContentEventFired() [1/2]

void WebCore::InspectorPageAgent::domContentEventFired ( )

◆ domContentEventFired() [2/2]

void WebCore::InspectorPageAgent::domContentEventFired ( )

◆ enable() [1/2]

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

◆ enable() [2/2]

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

◆ findFrameWithSecurityOrigin() [1/2]

Frame * WebCore::InspectorPageAgent::findFrameWithSecurityOrigin ( const String originRawString)

◆ findFrameWithSecurityOrigin() [2/2]

Frame* WebCore::InspectorPageAgent::findFrameWithSecurityOrigin ( const String originRawString)

◆ frameClearedScheduledNavigation() [1/2]

void WebCore::InspectorPageAgent::frameClearedScheduledNavigation ( Frame frame)

◆ frameClearedScheduledNavigation() [2/2]

void WebCore::InspectorPageAgent::frameClearedScheduledNavigation ( Frame )

◆ frameDetached() [1/2]

void WebCore::InspectorPageAgent::frameDetached ( Frame frame)

◆ frameDetached() [2/2]

void WebCore::InspectorPageAgent::frameDetached ( Frame )

◆ frameForId() [1/2]

Frame * WebCore::InspectorPageAgent::frameForId ( const String frameId)

◆ frameForId() [2/2]

Frame* WebCore::InspectorPageAgent::frameForId ( const String frameId)

◆ frameId() [1/2]

String WebCore::InspectorPageAgent::frameId ( Frame frame)

◆ frameId() [2/2]

WEBCORE_EXPORT String WebCore::InspectorPageAgent::frameId ( Frame )

◆ frameNavigated() [1/2]

void WebCore::InspectorPageAgent::frameNavigated ( Frame frame)

◆ frameNavigated() [2/2]

void WebCore::InspectorPageAgent::frameNavigated ( Frame )

◆ frameScheduledNavigation() [1/2]

void WebCore::InspectorPageAgent::frameScheduledNavigation ( Frame frame,
double  delay 
)

◆ frameScheduledNavigation() [2/2]

void WebCore::InspectorPageAgent::frameScheduledNavigation ( Frame ,
double  delay 
)

◆ frameStartedLoading() [1/2]

void WebCore::InspectorPageAgent::frameStartedLoading ( Frame frame)

◆ frameStartedLoading() [2/2]

void WebCore::InspectorPageAgent::frameStartedLoading ( Frame )

◆ frameStoppedLoading() [1/2]

void WebCore::InspectorPageAgent::frameStoppedLoading ( Frame )

◆ frameStoppedLoading() [2/2]

void WebCore::InspectorPageAgent::frameStoppedLoading ( Frame frame)

◆ getCompositingBordersVisible() [1/2]

void WebCore::InspectorPageAgent::getCompositingBordersVisible ( ErrorString ,
bool *  out_param 
)
override

◆ getCompositingBordersVisible() [2/2]

void WebCore::InspectorPageAgent::getCompositingBordersVisible ( ErrorString ,
bool *  out_param 
)
override

◆ getCookies() [1/2]

void WebCore::InspectorPageAgent::getCookies ( ErrorString ,
RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::Cookie >> &  cookies 
)
override

◆ getCookies() [2/2]

void WebCore::InspectorPageAgent::getCookies ( ErrorString ,
RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::Cookie >> &  cookies 
)
override

◆ getResourceContent() [1/2]

void WebCore::InspectorPageAgent::getResourceContent ( ErrorString ,
const String frameId,
const String url,
String content,
bool *  base64Encoded 
)
override

◆ getResourceContent() [2/2]

void WebCore::InspectorPageAgent::getResourceContent ( ErrorString errorString,
const String frameId,
const String url,
String content,
bool *  base64Encoded 
)
override

◆ getResourceTree() [1/2]

void WebCore::InspectorPageAgent::getResourceTree ( ErrorString ,
RefPtr< Inspector::Protocol::Page::FrameResourceTree > &  object 
)
override

◆ getResourceTree() [2/2]

void WebCore::InspectorPageAgent::getResourceTree ( ErrorString ,
RefPtr< Inspector::Protocol::Page::FrameResourceTree > &   
)
override

◆ hasIdForFrame() [1/2]

bool WebCore::InspectorPageAgent::hasIdForFrame ( Frame ) const

◆ hasIdForFrame() [2/2]

bool WebCore::InspectorPageAgent::hasIdForFrame ( Frame frame) const

◆ loaderDetachedFromFrame() [1/2]

void WebCore::InspectorPageAgent::loaderDetachedFromFrame ( DocumentLoader )

◆ loaderDetachedFromFrame() [2/2]

void WebCore::InspectorPageAgent::loaderDetachedFromFrame ( DocumentLoader loader)

◆ loaderId() [1/2]

String WebCore::InspectorPageAgent::loaderId ( DocumentLoader loader)

◆ loaderId() [2/2]

String WebCore::InspectorPageAgent::loaderId ( DocumentLoader )

◆ loadEventFired() [1/2]

void WebCore::InspectorPageAgent::loadEventFired ( )

◆ loadEventFired() [2/2]

void WebCore::InspectorPageAgent::loadEventFired ( )

◆ mainFrame() [1/2]

MainFrame & WebCore::InspectorPageAgent::mainFrame ( )

◆ mainFrame() [2/2]

MainFrame& WebCore::InspectorPageAgent::mainFrame ( )

◆ navigate() [1/2]

void WebCore::InspectorPageAgent::navigate ( ErrorString ,
const String url 
)
override

◆ navigate() [2/2]

void WebCore::InspectorPageAgent::navigate ( ErrorString ,
const String url 
)
override

◆ page() [1/2]

Page& WebCore::InspectorPageAgent::page ( )
inline

◆ page() [2/2]

Page& WebCore::InspectorPageAgent::page ( )
inline

◆ reload() [1/2]

void WebCore::InspectorPageAgent::reload ( ErrorString ,
const bool *const  optionalIgnoreCache,
const String *const  optionalScriptToEvaluateOnLoad 
)
override

◆ reload() [2/2]

void WebCore::InspectorPageAgent::reload ( ErrorString ,
const bool *const  optionalIgnoreCache,
const String *const  optionalScriptToEvaluateOnLoad 
)
override

◆ removeScriptToEvaluateOnLoad() [1/2]

void WebCore::InspectorPageAgent::removeScriptToEvaluateOnLoad ( ErrorString ,
const String identifier 
)
override

◆ removeScriptToEvaluateOnLoad() [2/2]

void WebCore::InspectorPageAgent::removeScriptToEvaluateOnLoad ( ErrorString error,
const String identifier 
)
override

◆ resourceContent() [1/2]

static void WebCore::InspectorPageAgent::resourceContent ( ErrorString ,
Frame ,
const URL ,
String result,
bool *  base64Encoded 
)
static

◆ resourceContent() [2/2]

void WebCore::InspectorPageAgent::resourceContent ( ErrorString errorString,
Frame frame,
const URL url,
String result,
bool *  base64Encoded 
)
static

◆ resourceTypeJson() [1/2]

static Inspector::Protocol::Page::ResourceType WebCore::InspectorPageAgent::resourceTypeJson ( ResourceType  )
static

◆ resourceTypeJson() [2/2]

Inspector::Protocol::Page::ResourceType WebCore::InspectorPageAgent::resourceTypeJson ( InspectorPageAgent::ResourceType  resourceType)
static

◆ searchInResource() [1/2]

void WebCore::InspectorPageAgent::searchInResource ( ErrorString ,
const String frameId,
const String url,
const String query,
const bool *const  optionalCaseSensitive,
const bool *const  optionalIsRegex,
const String *const  optionalRequestId,
RefPtr< Inspector::Protocol::Array< Inspector::Protocol::GenericTypes::SearchMatch >> &   
)
override

◆ searchInResource() [2/2]

void WebCore::InspectorPageAgent::searchInResource ( ErrorString errorString,
const String frameId,
const String url,
const String query,
const bool *const  optionalCaseSensitive,
const bool *const  optionalIsRegex,
const String *const  optionalRequestId,
RefPtr< Inspector::Protocol::Array< Inspector::Protocol::GenericTypes::SearchMatch >> &  results 
)
override

◆ searchInResources() [1/2]

void WebCore::InspectorPageAgent::searchInResources ( ErrorString ,
const String ,
const bool *const  caseSensitive,
const bool *const  isRegex,
RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::SearchResult >> &   
)
override

◆ searchInResources() [2/2]

void WebCore::InspectorPageAgent::searchInResources ( ErrorString ,
const String text,
const bool *const  caseSensitive,
const bool *const  isRegex,
RefPtr< Inspector::Protocol::Array< Inspector::Protocol::Page::SearchResult >> &  result 
)
override

◆ setCompositingBordersVisible() [1/2]

void WebCore::InspectorPageAgent::setCompositingBordersVisible ( ErrorString ,
bool  visible 
)
override

◆ setCompositingBordersVisible() [2/2]

void WebCore::InspectorPageAgent::setCompositingBordersVisible ( ErrorString ,
bool   
)
override

◆ setEmulatedMedia() [1/2]

void WebCore::InspectorPageAgent::setEmulatedMedia ( ErrorString ,
const String  
)
override

◆ setEmulatedMedia() [2/2]

void WebCore::InspectorPageAgent::setEmulatedMedia ( ErrorString ,
const String media 
)
override

◆ setShowPaintRects() [1/2]

void WebCore::InspectorPageAgent::setShowPaintRects ( ErrorString ,
bool  show 
)
override

◆ setShowPaintRects() [2/2]

void WebCore::InspectorPageAgent::setShowPaintRects ( ErrorString ,
bool  show 
)
override

◆ sharedBufferContent() [1/2]

static bool WebCore::InspectorPageAgent::sharedBufferContent ( RefPtr< SharedBuffer > &&  ,
const String textEncodingName,
bool  withBase64Encode,
String result 
)
static

◆ sharedBufferContent() [2/2]

bool WebCore::InspectorPageAgent::sharedBufferContent ( RefPtr< SharedBuffer > &&  buffer,
const String textEncodingName,
bool  withBase64Encode,
String result 
)
static

◆ snapshotNode() [1/2]

void WebCore::InspectorPageAgent::snapshotNode ( ErrorString ,
int  nodeId,
String outDataURL 
)
override

◆ snapshotNode() [2/2]

void WebCore::InspectorPageAgent::snapshotNode ( ErrorString errorString,
int  nodeId,
String outDataURL 
)
override

◆ snapshotRect() [1/2]

void WebCore::InspectorPageAgent::snapshotRect ( ErrorString errorString,
int  x,
int  y,
int  width,
int  height,
const String coordinateSystem,
String outDataURL 
)
override

◆ snapshotRect() [2/2]

void WebCore::InspectorPageAgent::snapshotRect ( ErrorString ,
int  x,
int  y,
int  width,
int  height,
const String coordinateSystem,
String outDataURL 
)
override

◆ sourceMapURLForResource() [1/2]

String WebCore::InspectorPageAgent::sourceMapURLForResource ( CachedResource cachedResource)
static

◆ sourceMapURLForResource() [2/2]

static String WebCore::InspectorPageAgent::sourceMapURLForResource ( CachedResource )
static

◆ willDestroyFrontendAndBackend() [1/2]

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

◆ willDestroyFrontendAndBackend() [2/2]

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

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