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

#include <InspectorInstrumentation.h>

Static Public Member Functions

static void didClearWindowObjectInWorld (Frame &, DOMWrapperWorld &)
 
static bool isDebuggerPaused (Frame *)
 
static void willInsertDOMNode (Document &, Node &parent)
 
static void didInsertDOMNode (Document &, Node &)
 
static void willRemoveDOMNode (Document &, Node &)
 
static void didRemoveDOMNode (Document &, Node &)
 
static void willModifyDOMAttr (Document &, Element &, const AtomicString &oldValue, const AtomicString &newValue)
 
static void didModifyDOMAttr (Document &, Element &, const AtomicString &name, const AtomicString &value)
 
static void didRemoveDOMAttr (Document &, Element &, const AtomicString &name)
 
static void characterDataModified (Document &, CharacterData &)
 
static void didInvalidateStyleAttr (Document &, Node &)
 
static void documentDetached (Document &)
 
static void frameWindowDiscarded (Frame &, DOMWindow *)
 
static void mediaQueryResultChanged (Document &)
 
static void activeStyleSheetsUpdated (Document &)
 
static void didPushShadowRoot (Element &host, ShadowRoot &)
 
static void willPopShadowRoot (Element &host, ShadowRoot &)
 
static void didChangeCustomElementState (Element &)
 
static void pseudoElementCreated (Page *, PseudoElement &)
 
static void pseudoElementDestroyed (Page *, PseudoElement &)
 
static void didCreateNamedFlow (Document *, WebKitNamedFlow &)
 
static void willRemoveNamedFlow (Document *, WebKitNamedFlow &)
 
static void didChangeRegionOverset (Document &, WebKitNamedFlow &)
 
static void didRegisterNamedFlowContentElement (Document &, WebKitNamedFlow &, Node &contentElement, Node *nextContentElement=nullptr)
 
static void didUnregisterNamedFlowContentElement (Document &, WebKitNamedFlow &, Node &contentElement)
 
static void mouseDidMoveOverElement (Page &, const HitTestResult &, unsigned modifierFlags)
 
static bool handleMousePress (Frame &)
 
static bool handleTouchEvent (Frame &, Node &)
 
static bool forcePseudoState (const Element &, CSSSelector::PseudoClassType)
 
static void willSendXMLHttpRequest (ScriptExecutionContext *, const String &url)
 
static void didInstallTimer (ScriptExecutionContext &, int timerId, std::chrono::milliseconds timeout, bool singleShot)
 
static void didRemoveTimer (ScriptExecutionContext &, int timerId)
 
static InspectorInstrumentationCookie willCallFunction (ScriptExecutionContext *, const String &scriptName, int scriptLine)
 
static void didCallFunction (const InspectorInstrumentationCookie &, ScriptExecutionContext *)
 
static InspectorInstrumentationCookie willDispatchEvent (Document &, const Event &, bool hasEventListeners)
 
static void didDispatchEvent (const InspectorInstrumentationCookie &)
 
static void willHandleEvent (ScriptExecutionContext *, const Event &)
 
static InspectorInstrumentationCookie willDispatchEventOnWindow (Frame *, const Event &, DOMWindow &)
 
static void didDispatchEventOnWindow (const InspectorInstrumentationCookie &)
 
static InspectorInstrumentationCookie willEvaluateScript (Frame &, const String &url, int lineNumber)
 
static void didEvaluateScript (const InspectorInstrumentationCookie &, Frame &)
 
static InspectorInstrumentationCookie willFireTimer (ScriptExecutionContext &, int timerId)
 
static void didFireTimer (const InspectorInstrumentationCookie &)
 
static void didInvalidateLayout (Frame &)
 
static InspectorInstrumentationCookie willLayout (Frame &)
 
static void didLayout (const InspectorInstrumentationCookie &, RenderObject &)
 
static void didScroll (Page &)
 
static void willComposite (Frame &)
 
static void didComposite (Frame &)
 
static void willPaint (RenderObject &)
 
static void didPaint (RenderObject &, const LayoutRect &)
 
static InspectorInstrumentationCookie willRecalculateStyle (Document &)
 
static void didRecalculateStyle (const InspectorInstrumentationCookie &)
 
static void didScheduleStyleRecalculation (Document &)
 
static void applyEmulatedMedia (Frame &, String &)
 
static void willSendRequest (Frame *, unsigned long identifier, DocumentLoader *, ResourceRequest &, const ResourceResponse &redirectResponse)
 
static void continueAfterPingLoader (Frame &, unsigned long identifier, DocumentLoader *, ResourceRequest &, const ResourceResponse &)
 
static void markResourceAsCached (Page &, unsigned long identifier)
 
static void didLoadResourceFromMemoryCache (Page &, DocumentLoader *, CachedResource *)
 
static void didReceiveResourceResponse (Frame &, unsigned long identifier, DocumentLoader *, const ResourceResponse &, ResourceLoader *)
 
static void didReceiveThreadableLoaderResponse (DocumentThreadableLoader &, unsigned long identifier)
 
static void didReceiveData (Frame *, unsigned long identifier, const char *data, int dataLength, int encodedDataLength)
 
static void didFinishLoading (Frame *, DocumentLoader *, unsigned long identifier)
 
static void didFailLoading (Frame *, DocumentLoader *, unsigned long identifier, const ResourceError &)
 
static void continueAfterXFrameOptionsDenied (Frame &, unsigned long identifier, DocumentLoader &, const ResourceResponse &)
 
static void continueWithPolicyDownload (Frame &, unsigned long identifier, DocumentLoader &, const ResourceResponse &)
 
static void continueWithPolicyIgnore (Frame &, unsigned long identifier, DocumentLoader &, const ResourceResponse &)
 
static void didFinishXHRLoading (ScriptExecutionContext *, unsigned long identifier, std::optional< String > decodedText, const String &url, const String &sendURL, unsigned sendLineNumber, unsigned sendColumnNumber)
 
static void willLoadXHRSynchronously (ScriptExecutionContext *)
 
static void didLoadXHRSynchronously (ScriptExecutionContext *)
 
static void scriptImported (ScriptExecutionContext &, unsigned long identifier, const String &sourceString)
 
static void scriptExecutionBlockedByCSP (ScriptExecutionContext *, const String &directiveText)
 
static void didReceiveScriptResponse (ScriptExecutionContext *, unsigned long identifier)
 
static void domContentLoadedEventFired (Frame &)
 
static void loadEventFired (Frame *)
 
static void frameDetachedFromParent (Frame &)
 
static void didCommitLoad (Frame &, DocumentLoader *)
 
static void frameDocumentUpdated (Frame &)
 
static void loaderDetachedFromFrame (Frame &, DocumentLoader &)
 
static void frameStartedLoading (Frame &)
 
static void frameStoppedLoading (Frame &)
 
static void frameScheduledNavigation (Frame &, double delay)
 
static void frameClearedScheduledNavigation (Frame &)
 
static void willDestroyCachedResource (CachedResource &)
 
static void addMessageToConsole (Page &, std::unique_ptr< Inspector::ConsoleMessage >)
 
static void addMessageToConsole (WorkerGlobalScope &, std::unique_ptr< Inspector::ConsoleMessage >)
 
static void consoleCount (Page &, JSC::ExecState *, Ref< Inspector::ScriptArguments > &&)
 
static void consoleCount (WorkerGlobalScope &, JSC::ExecState *, Ref< Inspector::ScriptArguments > &&)
 
static void takeHeapSnapshot (Frame &, const String &title)
 
static void startConsoleTiming (Frame &, const String &title)
 
static void startConsoleTiming (WorkerGlobalScope &, const String &title)
 
static void stopConsoleTiming (Frame &, const String &title, Ref< Inspector::ScriptCallStack > &&)
 
static void stopConsoleTiming (WorkerGlobalScope &, const String &title, Ref< Inspector::ScriptCallStack > &&)
 
static void consoleTimeStamp (Frame &, Ref< Inspector::ScriptArguments > &&)
 
static void startProfiling (Page &, JSC::ExecState *, const String &title)
 
static void stopProfiling (Page &, JSC::ExecState *, const String &title)
 
static void didRequestAnimationFrame (Document *, int callbackId)
 
static void didCancelAnimationFrame (Document *, int callbackId)
 
static InspectorInstrumentationCookie willFireAnimationFrame (Document *, int callbackId)
 
static void didFireAnimationFrame (const InspectorInstrumentationCookie &)
 
static void didOpenDatabase (ScriptExecutionContext *, RefPtr< Database > &&, const String &domain, const String &name, const String &version)
 
static void didDispatchDOMStorageEvent (Page &, const String &key, const String &oldValue, const String &newValue, StorageType, SecurityOrigin *)
 
static bool shouldWaitForDebuggerOnStart (ScriptExecutionContext &)
 
static void workerStarted (ScriptExecutionContext &, WorkerInspectorProxy *, const URL &)
 
static void workerTerminated (ScriptExecutionContext &, WorkerInspectorProxy *)
 
static void networkStateChanged (Page &)
 
static void updateApplicationCacheStatus (Frame *)
 
static void layerTreeDidChange (Page *)
 
static void renderLayerDestroyed (Page *, const RenderLayer &)
 
static void frontendCreated ()
 
static void frontendDeleted ()
 
static bool hasFrontends ()
 
static bool consoleAgentEnabled (ScriptExecutionContext *)
 
static bool timelineAgentEnabled (ScriptExecutionContext *)
 
static bool replayAgentEnabled (ScriptExecutionContext *)
 
static InstrumentingAgentsinstrumentingAgentsForPage (Page *)
 
static void registerInstrumentingAgents (InstrumentingAgents &)
 
static void unregisterInstrumentingAgents (InstrumentingAgents &)
 

Member Function Documentation

◆ activeStyleSheetsUpdated()

void WebCore::InspectorInstrumentation::activeStyleSheetsUpdated ( Document document)
inlinestatic

◆ addMessageToConsole() [1/2]

void WebCore::InspectorInstrumentation::addMessageToConsole ( Page page,
std::unique_ptr< Inspector::ConsoleMessage message 
)
inlinestatic

◆ addMessageToConsole() [2/2]

void WebCore::InspectorInstrumentation::addMessageToConsole ( WorkerGlobalScope workerGlobalScope,
std::unique_ptr< Inspector::ConsoleMessage message 
)
inlinestatic

◆ applyEmulatedMedia()

void WebCore::InspectorInstrumentation::applyEmulatedMedia ( Frame frame,
String media 
)
inlinestatic

◆ characterDataModified()

void WebCore::InspectorInstrumentation::characterDataModified ( Document document,
CharacterData characterData 
)
inlinestatic

◆ consoleAgentEnabled()

bool WebCore::InspectorInstrumentation::consoleAgentEnabled ( ScriptExecutionContext scriptExecutionContext)
static

◆ consoleCount() [1/2]

void WebCore::InspectorInstrumentation::consoleCount ( Page page,
JSC::ExecState state,
Ref< Inspector::ScriptArguments > &&  arguments 
)
inlinestatic

◆ consoleCount() [2/2]

void WebCore::InspectorInstrumentation::consoleCount ( WorkerGlobalScope workerGlobalScope,
JSC::ExecState state,
Ref< Inspector::ScriptArguments > &&  arguments 
)
inlinestatic

◆ consoleTimeStamp()

void WebCore::InspectorInstrumentation::consoleTimeStamp ( Frame frame,
Ref< Inspector::ScriptArguments > &&  arguments 
)
inlinestatic

◆ continueAfterPingLoader()

void WebCore::InspectorInstrumentation::continueAfterPingLoader ( Frame frame,
unsigned long  identifier,
DocumentLoader loader,
ResourceRequest request,
const ResourceResponse response 
)
inlinestatic

◆ continueAfterXFrameOptionsDenied()

void WebCore::InspectorInstrumentation::continueAfterXFrameOptionsDenied ( Frame frame,
unsigned long  identifier,
DocumentLoader loader,
const ResourceResponse response 
)
inlinestatic

◆ continueWithPolicyDownload()

void WebCore::InspectorInstrumentation::continueWithPolicyDownload ( Frame frame,
unsigned long  identifier,
DocumentLoader loader,
const ResourceResponse response 
)
inlinestatic

◆ continueWithPolicyIgnore()

void WebCore::InspectorInstrumentation::continueWithPolicyIgnore ( Frame frame,
unsigned long  identifier,
DocumentLoader loader,
const ResourceResponse response 
)
inlinestatic

◆ didCallFunction()

void WebCore::InspectorInstrumentation::didCallFunction ( const InspectorInstrumentationCookie cookie,
ScriptExecutionContext context 
)
inlinestatic

◆ didCancelAnimationFrame()

void WebCore::InspectorInstrumentation::didCancelAnimationFrame ( Document document,
int  callbackId 
)
inlinestatic

◆ didChangeCustomElementState()

void WebCore::InspectorInstrumentation::didChangeCustomElementState ( Element element)
inlinestatic

◆ didChangeRegionOverset()

void WebCore::InspectorInstrumentation::didChangeRegionOverset ( Document document,
WebKitNamedFlow namedFlow 
)
inlinestatic

◆ didClearWindowObjectInWorld()

void WebCore::InspectorInstrumentation::didClearWindowObjectInWorld ( Frame frame,
DOMWrapperWorld world 
)
inlinestatic

◆ didCommitLoad()

void WebCore::InspectorInstrumentation::didCommitLoad ( Frame frame,
DocumentLoader loader 
)
inlinestatic

◆ didComposite()

void WebCore::InspectorInstrumentation::didComposite ( Frame frame)
inlinestatic

◆ didCreateNamedFlow()

void WebCore::InspectorInstrumentation::didCreateNamedFlow ( Document document,
WebKitNamedFlow namedFlow 
)
inlinestatic

◆ didDispatchDOMStorageEvent()

void WebCore::InspectorInstrumentation::didDispatchDOMStorageEvent ( Page page,
const String key,
const String oldValue,
const String newValue,
StorageType  storageType,
SecurityOrigin securityOrigin 
)
inlinestatic

◆ didDispatchEvent()

void WebCore::InspectorInstrumentation::didDispatchEvent ( const InspectorInstrumentationCookie cookie)
inlinestatic

◆ didDispatchEventOnWindow()

void WebCore::InspectorInstrumentation::didDispatchEventOnWindow ( const InspectorInstrumentationCookie cookie)
inlinestatic

◆ didEvaluateScript()

void WebCore::InspectorInstrumentation::didEvaluateScript ( const InspectorInstrumentationCookie cookie,
Frame frame 
)
inlinestatic

◆ didFailLoading()

void WebCore::InspectorInstrumentation::didFailLoading ( Frame frame,
DocumentLoader loader,
unsigned long  identifier,
const ResourceError error 
)
inlinestatic

◆ didFinishLoading()

void WebCore::InspectorInstrumentation::didFinishLoading ( Frame frame,
DocumentLoader loader,
unsigned long  identifier 
)
inlinestatic

◆ didFinishXHRLoading()

void WebCore::InspectorInstrumentation::didFinishXHRLoading ( ScriptExecutionContext context,
unsigned long  identifier,
std::optional< String decodedText,
const String url,
const String sendURL,
unsigned  sendLineNumber,
unsigned  sendColumnNumber 
)
inlinestatic

◆ didFireAnimationFrame()

void WebCore::InspectorInstrumentation::didFireAnimationFrame ( const InspectorInstrumentationCookie cookie)
inlinestatic

◆ didFireTimer()

void WebCore::InspectorInstrumentation::didFireTimer ( const InspectorInstrumentationCookie cookie)
inlinestatic

◆ didInsertDOMNode()

void WebCore::InspectorInstrumentation::didInsertDOMNode ( Document document,
Node node 
)
inlinestatic

◆ didInstallTimer()

void WebCore::InspectorInstrumentation::didInstallTimer ( ScriptExecutionContext context,
int  timerId,
std::chrono::milliseconds  timeout,
bool  singleShot 
)
inlinestatic

◆ didInvalidateLayout()

void WebCore::InspectorInstrumentation::didInvalidateLayout ( Frame frame)
inlinestatic

◆ didInvalidateStyleAttr()

void WebCore::InspectorInstrumentation::didInvalidateStyleAttr ( Document document,
Node node 
)
inlinestatic

◆ didLayout()

void WebCore::InspectorInstrumentation::didLayout ( const InspectorInstrumentationCookie cookie,
RenderObject root 
)
inlinestatic

◆ didLoadResourceFromMemoryCache()

void WebCore::InspectorInstrumentation::didLoadResourceFromMemoryCache ( Page page,
DocumentLoader loader,
CachedResource resource 
)
inlinestatic

◆ didLoadXHRSynchronously()

void WebCore::InspectorInstrumentation::didLoadXHRSynchronously ( ScriptExecutionContext context)
inlinestatic

◆ didModifyDOMAttr()

void WebCore::InspectorInstrumentation::didModifyDOMAttr ( Document document,
Element element,
const AtomicString name,
const AtomicString value 
)
inlinestatic

◆ didOpenDatabase()

void WebCore::InspectorInstrumentation::didOpenDatabase ( ScriptExecutionContext context,
RefPtr< Database > &&  database,
const String domain,
const String name,
const String version 
)
inlinestatic

◆ didPaint()

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

◆ didPushShadowRoot()

void WebCore::InspectorInstrumentation::didPushShadowRoot ( Element host,
ShadowRoot root 
)
inlinestatic

◆ didRecalculateStyle()

void WebCore::InspectorInstrumentation::didRecalculateStyle ( const InspectorInstrumentationCookie cookie)
inlinestatic

◆ didReceiveData()

void WebCore::InspectorInstrumentation::didReceiveData ( Frame frame,
unsigned long  identifier,
const char *  data,
int  dataLength,
int  encodedDataLength 
)
inlinestatic

◆ didReceiveResourceResponse()

void WebCore::InspectorInstrumentation::didReceiveResourceResponse ( Frame frame,
unsigned long  identifier,
DocumentLoader loader,
const ResourceResponse response,
ResourceLoader resourceLoader 
)
inlinestatic

◆ didReceiveScriptResponse()

void WebCore::InspectorInstrumentation::didReceiveScriptResponse ( ScriptExecutionContext context,
unsigned long  identifier 
)
inlinestatic

◆ didReceiveThreadableLoaderResponse()

void WebCore::InspectorInstrumentation::didReceiveThreadableLoaderResponse ( DocumentThreadableLoader documentThreadableLoader,
unsigned long  identifier 
)
inlinestatic

◆ didRegisterNamedFlowContentElement()

void WebCore::InspectorInstrumentation::didRegisterNamedFlowContentElement ( Document document,
WebKitNamedFlow namedFlow,
Node contentElement,
Node nextContentElement = nullptr 
)
inlinestatic

◆ didRemoveDOMAttr()

void WebCore::InspectorInstrumentation::didRemoveDOMAttr ( Document document,
Element element,
const AtomicString name 
)
inlinestatic

◆ didRemoveDOMNode()

void WebCore::InspectorInstrumentation::didRemoveDOMNode ( Document document,
Node node 
)
inlinestatic

◆ didRemoveTimer()

void WebCore::InspectorInstrumentation::didRemoveTimer ( ScriptExecutionContext context,
int  timerId 
)
inlinestatic

◆ didRequestAnimationFrame()

void WebCore::InspectorInstrumentation::didRequestAnimationFrame ( Document document,
int  callbackId 
)
inlinestatic

◆ didScheduleStyleRecalculation()

void WebCore::InspectorInstrumentation::didScheduleStyleRecalculation ( Document document)
inlinestatic

◆ didScroll()

void WebCore::InspectorInstrumentation::didScroll ( Page page)
inlinestatic

◆ didUnregisterNamedFlowContentElement()

void WebCore::InspectorInstrumentation::didUnregisterNamedFlowContentElement ( Document document,
WebKitNamedFlow namedFlow,
Node contentElement 
)
inlinestatic

◆ documentDetached()

void WebCore::InspectorInstrumentation::documentDetached ( Document document)
inlinestatic

◆ domContentLoadedEventFired()

void WebCore::InspectorInstrumentation::domContentLoadedEventFired ( Frame frame)
inlinestatic

◆ forcePseudoState()

bool WebCore::InspectorInstrumentation::forcePseudoState ( const Element element,
CSSSelector::PseudoClassType  pseudoState 
)
inlinestatic

◆ frameClearedScheduledNavigation()

void WebCore::InspectorInstrumentation::frameClearedScheduledNavigation ( Frame frame)
inlinestatic

◆ frameDetachedFromParent()

void WebCore::InspectorInstrumentation::frameDetachedFromParent ( Frame frame)
inlinestatic

◆ frameDocumentUpdated()

void WebCore::InspectorInstrumentation::frameDocumentUpdated ( Frame frame)
inlinestatic

◆ frameScheduledNavigation()

void WebCore::InspectorInstrumentation::frameScheduledNavigation ( Frame frame,
double  delay 
)
inlinestatic

◆ frameStartedLoading()

void WebCore::InspectorInstrumentation::frameStartedLoading ( Frame frame)
inlinestatic

◆ frameStoppedLoading()

void WebCore::InspectorInstrumentation::frameStoppedLoading ( Frame frame)
inlinestatic

◆ frameWindowDiscarded()

void WebCore::InspectorInstrumentation::frameWindowDiscarded ( Frame frame,
DOMWindow domWindow 
)
inlinestatic

◆ frontendCreated()

static void WebCore::InspectorInstrumentation::frontendCreated ( )
inlinestatic

◆ frontendDeleted()

static void WebCore::InspectorInstrumentation::frontendDeleted ( )
inlinestatic

◆ handleMousePress()

bool WebCore::InspectorInstrumentation::handleMousePress ( Frame frame)
inlinestatic

◆ handleTouchEvent()

bool WebCore::InspectorInstrumentation::handleTouchEvent ( Frame frame,
Node node 
)
inlinestatic

◆ hasFrontends()

static bool WebCore::InspectorInstrumentation::hasFrontends ( )
inlinestatic

◆ instrumentingAgentsForPage()

InstrumentingAgents * WebCore::InspectorInstrumentation::instrumentingAgentsForPage ( Page page)
inlinestatic

◆ isDebuggerPaused()

bool WebCore::InspectorInstrumentation::isDebuggerPaused ( Frame frame)
inlinestatic

◆ layerTreeDidChange()

void WebCore::InspectorInstrumentation::layerTreeDidChange ( Page page)
inlinestatic

◆ loaderDetachedFromFrame()

void WebCore::InspectorInstrumentation::loaderDetachedFromFrame ( Frame frame,
DocumentLoader loader 
)
inlinestatic

◆ loadEventFired()

void WebCore::InspectorInstrumentation::loadEventFired ( Frame frame)
inlinestatic

◆ markResourceAsCached()

void WebCore::InspectorInstrumentation::markResourceAsCached ( Page page,
unsigned long  identifier 
)
inlinestatic

◆ mediaQueryResultChanged()

void WebCore::InspectorInstrumentation::mediaQueryResultChanged ( Document document)
inlinestatic

◆ mouseDidMoveOverElement()

void WebCore::InspectorInstrumentation::mouseDidMoveOverElement ( Page page,
const HitTestResult result,
unsigned  modifierFlags 
)
inlinestatic

◆ networkStateChanged()

void WebCore::InspectorInstrumentation::networkStateChanged ( Page page)
inlinestatic

◆ pseudoElementCreated()

void WebCore::InspectorInstrumentation::pseudoElementCreated ( Page page,
PseudoElement pseudoElement 
)
inlinestatic

◆ pseudoElementDestroyed()

void WebCore::InspectorInstrumentation::pseudoElementDestroyed ( Page page,
PseudoElement pseudoElement 
)
inlinestatic

◆ registerInstrumentingAgents()

void WebCore::InspectorInstrumentation::registerInstrumentingAgents ( InstrumentingAgents instrumentingAgents)
static

◆ renderLayerDestroyed()

void WebCore::InspectorInstrumentation::renderLayerDestroyed ( Page page,
const RenderLayer renderLayer 
)
inlinestatic

◆ replayAgentEnabled()

bool WebCore::InspectorInstrumentation::replayAgentEnabled ( ScriptExecutionContext scriptExecutionContext)
static

◆ scriptExecutionBlockedByCSP()

void WebCore::InspectorInstrumentation::scriptExecutionBlockedByCSP ( ScriptExecutionContext context,
const String directiveText 
)
inlinestatic

◆ scriptImported()

void WebCore::InspectorInstrumentation::scriptImported ( ScriptExecutionContext context,
unsigned long  identifier,
const String sourceString 
)
inlinestatic

◆ shouldWaitForDebuggerOnStart()

bool WebCore::InspectorInstrumentation::shouldWaitForDebuggerOnStart ( ScriptExecutionContext context)
inlinestatic

◆ startConsoleTiming() [1/2]

void WebCore::InspectorInstrumentation::startConsoleTiming ( Frame frame,
const String title 
)
inlinestatic

◆ startConsoleTiming() [2/2]

void WebCore::InspectorInstrumentation::startConsoleTiming ( WorkerGlobalScope workerGlobalScope,
const String title 
)
inlinestatic

◆ startProfiling()

void WebCore::InspectorInstrumentation::startProfiling ( Page page,
JSC::ExecState exec,
const String title 
)
inlinestatic

◆ stopConsoleTiming() [1/2]

void WebCore::InspectorInstrumentation::stopConsoleTiming ( Frame frame,
const String title,
Ref< Inspector::ScriptCallStack > &&  stack 
)
inlinestatic

◆ stopConsoleTiming() [2/2]

void WebCore::InspectorInstrumentation::stopConsoleTiming ( WorkerGlobalScope workerGlobalScope,
const String title,
Ref< Inspector::ScriptCallStack > &&  stack 
)
inlinestatic

◆ stopProfiling()

void WebCore::InspectorInstrumentation::stopProfiling ( Page page,
JSC::ExecState exec,
const String title 
)
inlinestatic

◆ takeHeapSnapshot()

void WebCore::InspectorInstrumentation::takeHeapSnapshot ( Frame frame,
const String title 
)
inlinestatic

◆ timelineAgentEnabled()

bool WebCore::InspectorInstrumentation::timelineAgentEnabled ( ScriptExecutionContext scriptExecutionContext)
static

◆ unregisterInstrumentingAgents()

void WebCore::InspectorInstrumentation::unregisterInstrumentingAgents ( InstrumentingAgents instrumentingAgents)
static

◆ updateApplicationCacheStatus()

void WebCore::InspectorInstrumentation::updateApplicationCacheStatus ( Frame frame)
inlinestatic

◆ willCallFunction()

InspectorInstrumentationCookie WebCore::InspectorInstrumentation::willCallFunction ( ScriptExecutionContext context,
const String scriptName,
int  scriptLine 
)
inlinestatic

◆ willComposite()

void WebCore::InspectorInstrumentation::willComposite ( Frame frame)
inlinestatic

◆ willDestroyCachedResource()

void WebCore::InspectorInstrumentation::willDestroyCachedResource ( CachedResource cachedResource)
inlinestatic

◆ willDispatchEvent()

InspectorInstrumentationCookie WebCore::InspectorInstrumentation::willDispatchEvent ( Document document,
const Event event,
bool  hasEventListeners 
)
inlinestatic

◆ willDispatchEventOnWindow()

InspectorInstrumentationCookie WebCore::InspectorInstrumentation::willDispatchEventOnWindow ( Frame frame,
const Event event,
DOMWindow window 
)
inlinestatic

◆ willEvaluateScript()

InspectorInstrumentationCookie WebCore::InspectorInstrumentation::willEvaluateScript ( Frame frame,
const String url,
int  lineNumber 
)
inlinestatic

◆ willFireAnimationFrame()

InspectorInstrumentationCookie WebCore::InspectorInstrumentation::willFireAnimationFrame ( Document document,
int  callbackId 
)
inlinestatic

◆ willFireTimer()

InspectorInstrumentationCookie WebCore::InspectorInstrumentation::willFireTimer ( ScriptExecutionContext context,
int  timerId 
)
inlinestatic

◆ willHandleEvent()

void WebCore::InspectorInstrumentation::willHandleEvent ( ScriptExecutionContext context,
const Event event 
)
inlinestatic

◆ willInsertDOMNode()

void WebCore::InspectorInstrumentation::willInsertDOMNode ( Document document,
Node parent 
)
inlinestatic

◆ willLayout()

InspectorInstrumentationCookie WebCore::InspectorInstrumentation::willLayout ( Frame frame)
inlinestatic

◆ willLoadXHRSynchronously()

void WebCore::InspectorInstrumentation::willLoadXHRSynchronously ( ScriptExecutionContext context)
inlinestatic

◆ willModifyDOMAttr()

void WebCore::InspectorInstrumentation::willModifyDOMAttr ( Document document,
Element element,
const AtomicString oldValue,
const AtomicString newValue 
)
inlinestatic

◆ willPaint()

void WebCore::InspectorInstrumentation::willPaint ( RenderObject renderer)
inlinestatic

◆ willPopShadowRoot()

void WebCore::InspectorInstrumentation::willPopShadowRoot ( Element host,
ShadowRoot root 
)
inlinestatic

◆ willRecalculateStyle()

InspectorInstrumentationCookie WebCore::InspectorInstrumentation::willRecalculateStyle ( Document document)
inlinestatic

◆ willRemoveDOMNode()

void WebCore::InspectorInstrumentation::willRemoveDOMNode ( Document document,
Node node 
)
inlinestatic

◆ willRemoveNamedFlow()

void WebCore::InspectorInstrumentation::willRemoveNamedFlow ( Document document,
WebKitNamedFlow namedFlow 
)
inlinestatic

◆ willSendRequest()

void WebCore::InspectorInstrumentation::willSendRequest ( Frame frame,
unsigned long  identifier,
DocumentLoader loader,
ResourceRequest request,
const ResourceResponse redirectResponse 
)
inlinestatic

◆ willSendXMLHttpRequest()

void WebCore::InspectorInstrumentation::willSendXMLHttpRequest ( ScriptExecutionContext context,
const String url 
)
inlinestatic

◆ workerStarted()

void WebCore::InspectorInstrumentation::workerStarted ( ScriptExecutionContext context,
WorkerInspectorProxy proxy,
const URL url 
)
inlinestatic

◆ workerTerminated()

void WebCore::InspectorInstrumentation::workerTerminated ( ScriptExecutionContext context,
WorkerInspectorProxy proxy 
)
inlinestatic

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