InspectorInstrumentation 174 Source/bindings/v8/PageScriptDebugServer.cpp cookie = InspectorInstrumentation::willEvaluateScript(frame, sourceURL, TextPosition::minimumPosition().m_line.oneBasedInt()); InspectorInstrumentation 180 Source/bindings/v8/PageScriptDebugServer.cpp InspectorInstrumentation::didEvaluateScript(cookie); InspectorInstrumentation 115 Source/bindings/v8/ScriptCallStackFactory.cpp if (InspectorInstrumentation::hasFrontends()) { InspectorInstrumentation 117 Source/bindings/v8/ScriptCallStackFactory.cpp if (InspectorInstrumentation::consoleAgentEnabled(executionContext)) InspectorInstrumentation 163 Source/bindings/v8/ScriptController.cpp if (InspectorInstrumentation::timelineAgentEnabled(context)) { InspectorInstrumentation 168 Source/bindings/v8/ScriptController.cpp cookie = InspectorInstrumentation::willCallFunction(context, function->ScriptId(), resourceName, lineNumber); InspectorInstrumentation 173 Source/bindings/v8/ScriptController.cpp InspectorInstrumentation::didCallFunction(cookie); InspectorInstrumentation 181 Source/bindings/v8/ScriptController.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willEvaluateScript(m_frame, source.url().isNull() ? String() : source.url().string(), source.startLine()); InspectorInstrumentation 200 Source/bindings/v8/ScriptController.cpp InspectorInstrumentation::didEvaluateScript(cookie); InspectorInstrumentation 593 Source/bindings/v8/ScriptController.cpp OwnPtr<ScriptSourceCode> maybeProcessedSourceCode = InspectorInstrumentation::preprocess(m_frame, sourceCode); InspectorInstrumentation 189 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp InspectorInstrumentation::willExecuteCustomElementCallback(element); InspectorInstrumentation 235 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp InspectorInstrumentation::willExecuteCustomElementCallback(element); InspectorInstrumentation 265 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp InspectorInstrumentation::willExecuteCustomElementCallback(element); InspectorInstrumentation 134 Source/bindings/v8/V8LazyEventListener.cpp String listenerSource = InspectorInstrumentation::preprocessEventListener(toDocument(context)->frame(), m_code, m_sourceURL, m_functionName); InspectorInstrumentation 242 Source/bindings/v8/V8WindowShell.cpp if (origin && InspectorInstrumentation::hasFrontends()) { InspectorInstrumentation 244 Source/bindings/v8/V8WindowShell.cpp InspectorInstrumentation::didCreateIsolatedContext(m_frame, scriptState, origin); InspectorInstrumentation 89 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp if (InspectorInstrumentation::timelineAgentEnabled(context)) { InspectorInstrumentation 99 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp cookie = InspectorInstrumentation::willCallFunction(context, originalFunction->ScriptId(), resourceName, lineNumber); InspectorInstrumentation 106 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp InspectorInstrumentation::didCallFunction(cookie); InspectorInstrumentation 103 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp if (InspectorInstrumentation::canvasAgentEnabled(&impl->document())) { InspectorInstrumentation 106 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp ScriptObject wrapped = InspectorInstrumentation::wrapCanvas2DRenderingContextForInstrumentation(&impl->document(), context); InspectorInstrumentation 117 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp if (InspectorInstrumentation::canvasAgentEnabled(&impl->document())) { InspectorInstrumentation 120 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp ScriptObject wrapped = InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation(&impl->document(), glContext); InspectorInstrumentation 213 Source/bindings/v8/custom/V8PromiseCustom.cpp if (InspectorInstrumentation::isPromiseTrackerEnabled(context)) InspectorInstrumentation 214 Source/bindings/v8/custom/V8PromiseCustom.cpp InspectorInstrumentation::didUpdatePromiseState(context, ScriptObject(ScriptState::forContext(isolate->GetCurrentContext()), promise), state, ScriptValue(value, isolate)); InspectorInstrumentation 220 Source/bindings/v8/custom/V8PromiseCustom.cpp : m_cookie(InspectorInstrumentation::willPerformPromiseTask(context, task)) InspectorInstrumentation 226 Source/bindings/v8/custom/V8PromiseCustom.cpp InspectorInstrumentation::didPerformPromiseTask(m_cookie); InspectorInstrumentation 244 Source/bindings/v8/custom/V8PromiseCustom.cpp InspectorInstrumentation::didPostPromiseTask(context, this, originatorState == V8PromiseCustom::Fulfilled); InspectorInstrumentation 288 Source/bindings/v8/custom/V8PromiseCustom.cpp InspectorInstrumentation::didPostPromiseTask(context, this, true); InspectorInstrumentation 507 Source/bindings/v8/custom/V8PromiseCustom.cpp if (InspectorInstrumentation::isPromiseTrackerEnabled(context)) { InspectorInstrumentation 509 Source/bindings/v8/custom/V8PromiseCustom.cpp InspectorInstrumentation::didUpdatePromiseParent(context, ScriptObject(scriptState, derivedPromise), ScriptObject(scriptState, promise)); InspectorInstrumentation 683 Source/bindings/v8/custom/V8PromiseCustom.cpp if (InspectorInstrumentation::isPromiseTrackerEnabled(context)) InspectorInstrumentation 684 Source/bindings/v8/custom/V8PromiseCustom.cpp InspectorInstrumentation::didCreatePromise(context, ScriptObject(ScriptState::forContext(isolate->GetCurrentContext()), promise)); InspectorInstrumentation 211 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp InspectorInstrumentation::willSendXMLHttpRequest(xmlHttpRequest->executionContext(), xmlHttpRequest->url()); InspectorInstrumentation 160 Source/core/css/CSSStyleSheet.cpp InspectorInstrumentation::willMutateRules(this); InspectorInstrumentation 189 Source/core/css/CSSStyleSheet.cpp InspectorInstrumentation::didMutateRules(this); InspectorInstrumentation 47 Source/core/css/PropertySetCSSStyleDeclaration.cpp InspectorInstrumentation::willMutateStyle(decl); InspectorInstrumentation 91 Source/core/css/PropertySetCSSStyleDeclaration.cpp InspectorInstrumentation::didMutateStyle(localCopyStyleDecl, localCopyStyleDecl->parentElement()); InspectorInstrumentation 98 Source/core/css/PropertySetCSSStyleDeclaration.cpp InspectorInstrumentation::didInvalidateStyleAttr(localCopyStyleDecl->parentElement()); InspectorInstrumentation 782 Source/core/css/SelectorChecker.cpp if (element.hovered() || InspectorInstrumentation::forcePseudoState(&element, CSSSelector::PseudoHover)) InspectorInstrumentation 796 Source/core/css/SelectorChecker.cpp if (element.active() || InspectorInstrumentation::forcePseudoState(&element, CSSSelector::PseudoActive)) InspectorInstrumentation 1132 Source/core/css/SelectorChecker.cpp if (InspectorInstrumentation::forcePseudoState(const_cast<Element*>(&element), CSSSelector::PseudoFocus)) InspectorInstrumentation 1831 Source/core/css/parser/BisonCSSParser-in.cpp if (InspectorInstrumentation::hasFrontends()) { InspectorInstrumentation 681 Source/core/css/resolver/StyleResolver.cpp bool forceVisited = InspectorInstrumentation::forcePseudoState(element, CSSSelector::PseudoVisited); InspectorInstrumentation 973 Source/core/css/resolver/StyleResolver.cpp if (!InspectorInstrumentation::applyViewportStyleOverride(&document(), this)) InspectorInstrumentation 200 Source/core/dom/CharacterData.cpp InspectorInstrumentation::characterDataModified(this); InspectorInstrumentation 216 Source/core/dom/ContainerNode.cpp InspectorInstrumentation::willInsertDOMNode(this); InspectorInstrumentation 345 Source/core/dom/ContainerNode.cpp InspectorInstrumentation::willInsertDOMNode(this); InspectorInstrumentation 589 Source/core/dom/ContainerNode.cpp InspectorInstrumentation::willInsertDOMNode(this); InspectorInstrumentation 966 Source/core/dom/ContainerNode.cpp InspectorInstrumentation::willRemoveDOMNode(&child); InspectorInstrumentation 972 Source/core/dom/ContainerNode.cpp InspectorInstrumentation::willRemoveDOMNode(&child); InspectorInstrumentation 244 Source/core/dom/ContainerNodeAlgorithms.h InspectorInstrumentation::didInsertDOMNode(&node); InspectorInstrumentation 1583 Source/core/dom/Document.cpp InspectorInstrumentation::didScheduleStyleRecalculation(this); InspectorInstrumentation 1747 Source/core/dom/Document.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRecalculateStyle(this); InspectorInstrumentation 1782 Source/core/dom/Document.cpp InspectorInstrumentation::didRecalculateStyle(cookie); InspectorInstrumentation 2102 Source/core/dom/Document.cpp InspectorInstrumentation::documentDetached(this); InspectorInstrumentation 2238 Source/core/dom/Document.cpp bool reportErrors = InspectorInstrumentation::collectingHTMLParseErrors(page()); InspectorInstrumentation 4300 Source/core/dom/Document.cpp InspectorInstrumentation::frameDocumentUpdated(ownerFrame); InspectorInstrumentation 4491 Source/core/dom/Document.cpp InspectorInstrumentation::domContentLoadedEventFired(f.get()); InspectorInstrumentation 4809 Source/core/dom/Document.cpp InspectorInstrumentation::scriptExecutionBlockedByCSP(this, directiveText); InspectorInstrumentation 1411 Source/core/dom/Element.cpp InspectorInstrumentation::didRecalculateStyleForElement(this); InspectorInstrumentation 1582 Source/core/dom/Element.cpp InspectorInstrumentation::didRecalculateStyleForElement(this); InspectorInstrumentation 2602 Source/core/dom/Element.cpp InspectorInstrumentation::pseudoElementCreated(element.get()); InspectorInstrumentation 2874 Source/core/dom/Element.cpp InspectorInstrumentation::willModifyDOMAttr(this, oldValue, newValue); InspectorInstrumentation 2880 Source/core/dom/Element.cpp InspectorInstrumentation::didModifyDOMAttr(this, name.localName(), value); InspectorInstrumentation 2887 Source/core/dom/Element.cpp InspectorInstrumentation::didModifyDOMAttr(this, name.localName(), value); InspectorInstrumentation 2894 Source/core/dom/Element.cpp InspectorInstrumentation::didRemoveDOMAttr(this, name.localName()); InspectorInstrumentation 3225 Source/core/dom/Element.cpp InspectorInstrumentation::didInvalidateStyleAttr(this); InspectorInstrumentation 3234 Source/core/dom/Element.cpp InspectorInstrumentation::didInvalidateStyleAttr(this); InspectorInstrumentation 75 Source/core/dom/MutationObserver.cpp InspectorInstrumentation::didClearAllMutationRecords(m_callback->executionContext(), this); InspectorInstrumentation 147 Source/core/dom/MutationObserver.cpp InspectorInstrumentation::didClearAllMutationRecords(m_callback->executionContext(), this); InspectorInstrumentation 154 Source/core/dom/MutationObserver.cpp InspectorInstrumentation::didClearAllMutationRecords(m_callback->executionContext(), this); InspectorInstrumentation 199 Source/core/dom/MutationObserver.cpp InspectorInstrumentation::didEnqueueMutationRecord(m_callback->executionContext(), this); InspectorInstrumentation 241 Source/core/dom/MutationObserver.cpp InspectorInstrumentation::willDeliverMutationRecords(m_callback->executionContext(), this); InspectorInstrumentation 243 Source/core/dom/MutationObserver.cpp InspectorInstrumentation::didDeliverMutationRecords(m_callback->executionContext()); InspectorInstrumentation 75 Source/core/dom/PseudoElement.cpp InspectorInstrumentation::pseudoElementDestroyed(this); InspectorInstrumentation 77 Source/core/dom/ScriptedAnimationController.cpp InspectorInstrumentation::didRequestAnimationFrame(m_document, id); InspectorInstrumentation 86 Source/core/dom/ScriptedAnimationController.cpp InspectorInstrumentation::didCancelAnimationFrame(m_document, id); InspectorInstrumentation 93 Source/core/dom/ScriptedAnimationController.cpp InspectorInstrumentation::didCancelAnimationFrame(m_document, id); InspectorInstrumentation 136 Source/core/dom/ScriptedAnimationController.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireAnimationFrame(m_document, callback->m_id); InspectorInstrumentation 141 Source/core/dom/ScriptedAnimationController.cpp InspectorInstrumentation::didFireAnimationFrame(cookie); InspectorInstrumentation 388 Source/core/dom/StyleEngine.cpp InspectorInstrumentation::activeStyleSheetsUpdated(&m_document); InspectorInstrumentation 160 Source/core/dom/shadow/ElementShadow.cpp InspectorInstrumentation::didPushShadowRoot(&shadowHost, shadowRoot.get()); InspectorInstrumentation 174 Source/core/dom/shadow/ElementShadow.cpp InspectorInstrumentation::willPopShadowRoot(shadowHost, oldRoot.get()); InspectorInstrumentation 115 Source/core/events/EventDispatcher.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEvent(&m_node->document(), *m_event, windowEventContext.window(), m_node.get(), m_event->eventPath()); InspectorInstrumentation 128 Source/core/events/EventDispatcher.cpp InspectorInstrumentation::didDispatchEvent(cookie); InspectorInstrumentation 90 Source/core/events/EventTarget.cpp InspectorInstrumentation::didAddEventListener(this, eventType, eventListener, useCapture); InspectorInstrumentation 107 Source/core/events/EventTarget.cpp InspectorInstrumentation::didRemoveEventListener(this, eventType, listener, useCapture); InspectorInstrumentation 328 Source/core/events/EventTarget.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willHandleEvent(this, event->type(), registeredListener.listener.get(), registeredListener.useCapture); InspectorInstrumentation 332 Source/core/events/EventTarget.cpp InspectorInstrumentation::didHandleEvent(cookie); InspectorInstrumentation 364 Source/core/events/EventTarget.cpp InspectorInstrumentation::didRemoveAllEventListeners(this); InspectorInstrumentation 547 Source/core/fetch/Resource.cpp InspectorInstrumentation::willDestroyResource(this); InspectorInstrumentation 1095 Source/core/fetch/ResourceFetcher.cpp InspectorInstrumentation::markResourceAsCached(frame()->page(), identifier); InspectorInstrumentation 88 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, ClearMessageType, LogMessageLevel, String(), state, arguments); InspectorInstrumentation 106 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleCount(context(), state, arguments); InspectorInstrumentation 111 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimeStamp(context(), title); InspectorInstrumentation 116 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleProfile(context(), title, state); InspectorInstrumentation 121 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleProfileEnd(context(), title); InspectorInstrumentation 126 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTime(context(), title); InspectorInstrumentation 133 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimeEnd(context(), title, state); InspectorInstrumentation 138 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimeStamp(context(), title); InspectorInstrumentation 143 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimeline(context(), title, state); InspectorInstrumentation 148 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::consoleTimelineEnd(context(), title, state); InspectorInstrumentation 153 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, StartGroupMessageType, LogMessageLevel, String(), state, arguments); InspectorInstrumentation 158 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, StartGroupCollapsedMessageType, LogMessageLevel, String(), state, arguments); InspectorInstrumentation 163 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, EndGroupMessageType, LogMessageLevel, String(), nullptr); InspectorInstrumentation 180 Source/core/frame/ConsoleBase.cpp InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, type, level, message, state, arguments); InspectorInstrumentation 73 Source/core/frame/DOMTimer.cpp InspectorInstrumentation::didInstallTimer(context, timeoutID, timeout, singleShot); InspectorInstrumentation 80 Source/core/frame/DOMTimer.cpp InspectorInstrumentation::didRemoveTimer(context, timeoutID); InspectorInstrumentation 119 Source/core/frame/DOMTimer.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireTimer(context, m_timeoutID); InspectorInstrumentation 132 Source/core/frame/DOMTimer.cpp InspectorInstrumentation::didFireTimer(cookie); InspectorInstrumentation 145 Source/core/frame/DOMTimer.cpp InspectorInstrumentation::didFireTimer(cookie); InspectorInstrumentation 548 Source/core/frame/DOMWindow.cpp InspectorInstrumentation::frameWindowDiscarded(m_frame, this); InspectorInstrumentation 853 Source/core/frame/DOMWindow.cpp if (InspectorInstrumentation::consoleAgentEnabled(sourceDocument)) InspectorInstrumentation 1593 Source/core/frame/DOMWindow.cpp InspectorInstrumentation::loadEventFired(frame()); InspectorInstrumentation 1607 Source/core/frame/DOMWindow.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEventOnWindow(frame(), *event, this); InspectorInstrumentation 1611 Source/core/frame/DOMWindow.cpp InspectorInstrumentation::didDispatchEventOnWindow(cookie); InspectorInstrumentation 775 Source/core/frame/FrameView.cpp InspectorInstrumentation::mediaQueryResultChanged(document); InspectorInstrumentation 868 Source/core/frame/FrameView.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willLayout(m_frame.get()); InspectorInstrumentation 1000 Source/core/frame/FrameView.cpp InspectorInstrumentation::didLayout(cookie, rootForThisLayout); InspectorInstrumentation 1214 Source/core/frame/FrameView.cpp InspectorInstrumentation::applyEmulatedMedia(m_frame.get(), &overrideType); InspectorInstrumentation 1860 Source/core/frame/FrameView.cpp InspectorInstrumentation::didInvalidateLayout(m_frame.get()); InspectorInstrumentation 1899 Source/core/frame/FrameView.cpp InspectorInstrumentation::didInvalidateLayout(m_frame.get()); InspectorInstrumentation 1906 Source/core/frame/FrameView.cpp InspectorInstrumentation::didInvalidateLayout(m_frame.get()); InspectorInstrumentation 1912 Source/core/frame/FrameView.cpp InspectorInstrumentation::didInvalidateLayout(m_frame.get()); InspectorInstrumentation 2163 Source/core/frame/FrameView.cpp InspectorInstrumentation::didResizeMainFrame(m_frame->page()); InspectorInstrumentation 2746 Source/core/frame/FrameView.cpp InspectorInstrumentation::willPaint(renderView, 0); InspectorInstrumentation 2800 Source/core/frame/FrameView.cpp InspectorInstrumentation::didPaint(renderView, 0, p, rect); InspectorInstrumentation 112 Source/core/frame/LocalFrame.cpp InspectorInstrumentation::frameAttachedToParent(frame.get()); InspectorInstrumentation 220 Source/core/frame/LocalFrame.cpp InspectorInstrumentation::frameWindowDiscarded(this, m_domWindow.get()); InspectorInstrumentation 78 Source/core/frame/PageConsole.cpp InspectorInstrumentation::addMessageToConsole(context, source, LogMessageType, level, message, callStack, requestIdentifier); InspectorInstrumentation 81 Source/core/frame/PageConsole.cpp InspectorInstrumentation::addMessageToConsole(context, source, LogMessageType, level, message, url, lineNumber, columnNumber, state, requestIdentifier); InspectorInstrumentation 114 Source/core/html/canvas/WebGLRenderingContextBase.cpp InspectorInstrumentation::didFireWebGLWarning(candidate->canvas()); InspectorInstrumentation 492 Source/core/html/canvas/WebGLRenderingContextBase.cpp InspectorInstrumentation::didFireWebGLErrorOrWarning(m_context->canvas(), message); InspectorInstrumentation 5493 Source/core/html/canvas/WebGLRenderingContextBase.cpp InspectorInstrumentation::didFireWebGLError(canvas(), errorType); InspectorInstrumentation 5502 Source/core/html/canvas/WebGLRenderingContextBase.cpp InspectorInstrumentation::didFireWebGLWarning(canvas()); InspectorInstrumentation 496 Source/core/html/parser/HTMLDocumentParser.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willWriteHTML(document(), lineNumber().zeroBasedInt()); InspectorInstrumentation 516 Source/core/html/parser/HTMLDocumentParser.cpp InspectorInstrumentation::didWriteHTML(cookie, lineNumber().zeroBasedInt()); InspectorInstrumentation 565 Source/core/html/parser/HTMLDocumentParser.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willWriteHTML(document(), m_input.current().currentLine().zeroBasedInt()); InspectorInstrumentation 614 Source/core/html/parser/HTMLDocumentParser.cpp InspectorInstrumentation::didWriteHTML(cookie, m_input.current().currentLine().zeroBasedInt()); InspectorInstrumentation 78 Source/core/inspector/InjectedScriptBase.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willCallFunction(executionContext, 0, name(), 1); InspectorInstrumentation 94 Source/core/inspector/InjectedScriptBase.cpp InspectorInstrumentation::didCallFunction(cookie); InspectorInstrumentation 218 Source/core/inspector/InspectorController.cpp InspectorInstrumentation::registerInstrumentingAgents(m_instrumentingAgents.get()); InspectorInstrumentation 219 Source/core/inspector/InspectorController.cpp InspectorInstrumentation::frontendCreated(); InspectorInstrumentation 244 Source/core/inspector/InspectorController.cpp InspectorInstrumentation::frontendDeleted(); InspectorInstrumentation 245 Source/core/inspector/InspectorController.cpp InspectorInstrumentation::unregisterInstrumentingAgents(m_instrumentingAgents.get()); InspectorInstrumentation 88 Source/core/inspector/InspectorInstrumentation.h namespace InspectorInstrumentation { InspectorInstrumentation 143 Source/core/inspector/InspectorInstrumentation.h namespace InspectorInstrumentation { InspectorInstrumentation 36 Source/core/inspector/InspectorInstrumentationCustomInl.h namespace InspectorInstrumentation { InspectorInstrumentation 1148 Source/core/inspector/InspectorPageAgent.cpp InspectorInstrumentation::mediaQueryResultChanged(document); InspectorInstrumentation 158 Source/core/loader/DocumentLoader.cpp ASSERT(!mainResourceLoader() || !mainResourceLoader()->defersLoading() || InspectorInstrumentation::isDebuggerPaused(m_frame)); InspectorInstrumentation 243 Source/core/loader/DocumentLoader.cpp ASSERT(!mainResourceLoader() || !mainResourceLoader()->defersLoading() || InspectorInstrumentation::isDebuggerPaused(m_frame)); InspectorInstrumentation 452 Source/core/loader/DocumentLoader.cpp InspectorInstrumentation::continueAfterXFrameOptionsDenied(m_frame, this, identifier, response); InspectorInstrumentation 474 Source/core/loader/DocumentLoader.cpp InspectorInstrumentation::continueWithPolicyIgnore(m_frame, this, m_mainResource->identifier(), m_response); InspectorInstrumentation 571 Source/core/loader/DocumentLoader.cpp InspectorInstrumentation::loaderDetachedFromFrame(m_frame, this); InspectorInstrumentation 185 Source/core/loader/DocumentThreadableLoader.cpp InspectorInstrumentation::didReceiveCORSRedirectResponse(m_document->frame(), resource->identifier(), m_document->frame()->loader().documentLoader(), redirectResponse, 0); InspectorInstrumentation 268 Source/core/loader/DocumentThreadableLoader.cpp InspectorInstrumentation::didReceiveResourceResponse(m_document->frame(), identifier, loader, response, resource() ? resource()->loader() : 0); InspectorInstrumentation 391 Source/core/loader/DocumentThreadableLoader.cpp InspectorInstrumentation::documentThreadableLoaderStartedLoadingForClient(m_document, identifier, m_client); InspectorInstrumentation 402 Source/core/loader/DocumentThreadableLoader.cpp InspectorInstrumentation::documentThreadableLoaderStartedLoadingForClient(m_document, identifier, m_client); InspectorInstrumentation 152 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::willSendRequest(m_frame, identifier, ensureLoader(loader), request, redirectResponse, initiatorInfo); InspectorInstrumentation 164 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didReceiveResourceResponse(m_frame, identifier, ensureLoader(loader), r, resourceLoader); InspectorInstrumentation 170 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didReceiveData(m_frame, identifier, data, dataLength, encodedDataLength); InspectorInstrumentation 176 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didReceiveData(m_frame, identifier, 0, dataLength, encodedDataLength); InspectorInstrumentation 184 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didFinishLoading(m_frame, identifier, ensureLoader(loader), finishTime, encodedDataLength); InspectorInstrumentation 190 Source/core/loader/FrameFetchContext.cpp InspectorInstrumentation::didFailLoading(m_frame, identifier, error); InspectorInstrumentation 321 Source/core/loader/FrameLoader.cpp InspectorInstrumentation::didCommitLoad(m_frame, m_documentLoader.get()); InspectorInstrumentation 1058 Source/core/loader/FrameLoader.cpp InspectorInstrumentation::applyUserAgentOverride(m_frame, &userAgent); InspectorInstrumentation 1082 Source/core/loader/FrameLoader.cpp InspectorInstrumentation::frameDetachedFromParent(m_frame); InspectorInstrumentation 1399 Source/core/loader/FrameLoader.cpp InspectorInstrumentation::didClearWindowObjectInMainWorld(m_frame); InspectorInstrumentation 245 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); InspectorInstrumentation 362 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); InspectorInstrumentation 370 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); InspectorInstrumentation 393 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameScheduledNavigation(m_frame, m_redirect->delay()); InspectorInstrumentation 399 Source/core/loader/NavigationScheduler.cpp InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); InspectorInstrumentation 140 Source/core/loader/PingLoader.cpp InspectorInstrumentation::willSendRequest(frame, m_identifier, frame->loader().documentLoader(), request, ResourceResponse(), initiatorInfo); InspectorInstrumentation 156 Source/core/loader/PingLoader.cpp InspectorInstrumentation::didFailLoading(page->mainFrame(), m_identifier, ResourceError::cancelledError(m_url)); InspectorInstrumentation 163 Source/core/loader/PingLoader.cpp InspectorInstrumentation::didFailLoading(page->mainFrame(), m_identifier, ResourceError::cancelledError(m_url)); InspectorInstrumentation 170 Source/core/loader/PingLoader.cpp InspectorInstrumentation::didFailLoading(page->mainFrame(), m_identifier, ResourceError::cancelledError(m_url)); InspectorInstrumentation 177 Source/core/loader/PingLoader.cpp InspectorInstrumentation::didFailLoading(page->mainFrame(), m_identifier, ResourceError(resourceError)); InspectorInstrumentation 184 Source/core/loader/PingLoader.cpp InspectorInstrumentation::didFailLoading(page->mainFrame(), m_identifier, ResourceError::cancelledError(m_url)); InspectorInstrumentation 115 Source/core/loader/ProgressTracker.cpp InspectorInstrumentation::frameStartedLoading(m_frame); InspectorInstrumentation 128 Source/core/loader/ProgressTracker.cpp InspectorInstrumentation::frameStoppedLoading(m_frame); InspectorInstrumentation 170 Source/core/loader/appcache/ApplicationCacheHost.cpp InspectorInstrumentation::updateApplicationCacheStatus(m_documentLoader->frame()); InspectorInstrumentation 244 Source/core/loader/appcache/ApplicationCacheHost.cpp InspectorInstrumentation::updateApplicationCacheStatus(m_documentLoader->frame()); InspectorInstrumentation 80 Source/core/page/Chrome.cpp InspectorInstrumentation::didScroll(m_page); InspectorInstrumentation 208 Source/core/page/Chrome.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, message); InspectorInstrumentation 210 Source/core/page/Chrome.cpp InspectorInstrumentation::didRunJavaScriptDialog(cookie); InspectorInstrumentation 231 Source/core/page/Chrome.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, message); InspectorInstrumentation 233 Source/core/page/Chrome.cpp InspectorInstrumentation::didRunJavaScriptDialog(cookie); InspectorInstrumentation 248 Source/core/page/Chrome.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, message); InspectorInstrumentation 250 Source/core/page/Chrome.cpp InspectorInstrumentation::didRunJavaScriptDialog(cookie); InspectorInstrumentation 266 Source/core/page/Chrome.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, prompt); InspectorInstrumentation 268 Source/core/page/Chrome.cpp InspectorInstrumentation::didRunJavaScriptDialog(cookie); InspectorInstrumentation 91 Source/core/page/Page.cpp InspectorInstrumentation::networkStateChanged(*it, online); InspectorInstrumentation 472 Source/core/rendering/RenderImage.cpp InspectorInstrumentation::willPaintImage(this); InspectorInstrumentation 477 Source/core/rendering/RenderImage.cpp InspectorInstrumentation::didPaintImage(this); InspectorInstrumentation 362 Source/core/rendering/RenderLayerScrollableArea.cpp InspectorInstrumentation::willScrollLayer(m_box); InspectorInstrumentation 424 Source/core/rendering/RenderLayerScrollableArea.cpp InspectorInstrumentation::didScrollLayer(m_box); InspectorInstrumentation 234 Source/core/rendering/TextAutosizer.cpp InspectorInstrumentation::willAutosizeText(layoutRoot); InspectorInstrumentation 248 Source/core/rendering/TextAutosizer.cpp InspectorInstrumentation::didAutosizeText(layoutRoot); InspectorInstrumentation 1981 Source/core/rendering/compositing/CompositedLayerMapping.cpp InspectorInstrumentation::willPaint(m_owningLayer.renderer(), graphicsLayer); InspectorInstrumentation 2017 Source/core/rendering/compositing/CompositedLayerMapping.cpp InspectorInstrumentation::didPaint(m_owningLayer.renderer(), graphicsLayer, &context, clip); InspectorInstrumentation 565 Source/core/rendering/compositing/RenderLayerCompositor.cpp InspectorInstrumentation::layerTreeDidChange(page()); InspectorInstrumentation 153 Source/core/storage/StorageArea.cpp InspectorInstrumentation::didDispatchDOMStorageEvent(*it, key, oldValue, newValue, LocalStorage, securityOrigin); InspectorInstrumentation 181 Source/core/storage/StorageArea.cpp InspectorInstrumentation::didDispatchDOMStorageEvent(page, key, oldValue, newValue, SessionStorage, securityOrigin); InspectorInstrumentation 122 Source/core/workers/Worker.cpp InspectorInstrumentation::didReceiveScriptResponse(executionContext(), identifier); InspectorInstrumentation 131 Source/core/workers/Worker.cpp if (InspectorInstrumentation::shouldPauseDedicatedWorkerOnStart(executionContext())) InspectorInstrumentation 134 Source/core/workers/Worker.cpp InspectorInstrumentation::scriptImported(executionContext(), m_scriptLoader->identifier(), m_scriptLoader->script()); InspectorInstrumentation 237 Source/core/workers/WorkerGlobalScope.cpp InspectorInstrumentation::scriptImported(executionContext(), scriptLoader->identifier(), scriptLoader->script()); InspectorInstrumentation 260 Source/core/workers/WorkerGlobalScope.cpp InspectorInstrumentation::scriptExecutionBlockedByCSP(this, directiveText); InspectorInstrumentation 277 Source/core/workers/WorkerGlobalScope.cpp InspectorInstrumentation::addMessageToConsole(this, source, LogMessageType, level, message, callStack); InspectorInstrumentation 279 Source/core/workers/WorkerGlobalScope.cpp InspectorInstrumentation::addMessageToConsole(this, source, LogMessageType, level, message, sourceURL, lineNumber, 0, state); InspectorInstrumentation 120 Source/core/workers/WorkerMessagingProxy.cpp InspectorInstrumentation::didStartWorkerGlobalScope(m_executionContext.get(), this, scriptURL); InspectorInstrumentation 263 Source/core/workers/WorkerMessagingProxy.cpp InspectorInstrumentation::workerGlobalScopeTerminated(m_executionContext.get(), this); InspectorInstrumentation 278 Source/core/workers/WorkerMessagingProxy.cpp InspectorInstrumentation::workerGlobalScopeTerminated(m_executionContext.get(), this); InspectorInstrumentation 135 Source/core/workers/WorkerRunLoop.cpp InspectorInstrumentation::willEnterNestedRunLoop(m_context); InspectorInstrumentation 143 Source/core/workers/WorkerRunLoop.cpp InspectorInstrumentation::didLeaveNestedRunLoop(m_context); InspectorInstrumentation 222 Source/core/workers/WorkerRunLoop.cpp InspectorInstrumentation::willProcessTask(m_context); InspectorInstrumentation 224 Source/core/workers/WorkerRunLoop.cpp InspectorInstrumentation::didProcessTask(m_context); InspectorInstrumentation 131 Source/core/workers/WorkerThread.cpp InspectorInstrumentation::willEvaluateWorkerScript(workerGlobalScope(), startMode); InspectorInstrumentation 438 Source/core/xml/XMLHttpRequest.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchXHRReadyStateChangeEvent(executionContext(), this); InspectorInstrumentation 451 Source/core/xml/XMLHttpRequest.cpp InspectorInstrumentation::didDispatchXHRReadyStateChangeEvent(cookie); InspectorInstrumentation 453 Source/core/xml/XMLHttpRequest.cpp InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchXHRLoadEvent(executionContext(), this); InspectorInstrumentation 455 Source/core/xml/XMLHttpRequest.cpp InspectorInstrumentation::didDispatchXHRLoadEvent(cookie); InspectorInstrumentation 801 Source/core/xml/XMLHttpRequest.cpp InspectorInstrumentation::willLoadXHR(executionContext(), this, this, m_method, m_url, m_async, m_requestEntityBody ? m_requestEntityBody->deepCopy() : nullptr, m_requestHeaders, m_includeCredentials); InspectorInstrumentation 895 Source/core/xml/XMLHttpRequest.cpp InspectorInstrumentation::didFailXHRLoading(executionContext(), this, this); InspectorInstrumentation 1250 Source/core/xml/XMLHttpRequest.cpp InspectorInstrumentation::didFinishXHRLoading(executionContext(), this, this, identifier, m_responseText, m_method, m_url, m_lastSendURL, m_lastSendLineNumber); InspectorInstrumentation 100 Source/modules/websockets/MainThreadWebSocketChannel.cpp InspectorInstrumentation::didCreateWebSocket(m_document, m_identifier, url, protocol); InspectorInstrumentation 209 Source/modules/websockets/MainThreadWebSocketChannel.cpp InspectorInstrumentation::didReceiveWebSocketFrameError(m_document, m_identifier, reason); InspectorInstrumentation 234 Source/modules/websockets/MainThreadWebSocketChannel.cpp InspectorInstrumentation::didCloseWebSocket(m_document, m_identifier); InspectorInstrumentation 269 Source/modules/websockets/MainThreadWebSocketChannel.cpp InspectorInstrumentation::willSendWebSocketHandshakeRequest(m_document, m_identifier, m_handshake->clientHandshakeRequest().get()); InspectorInstrumentation 279 Source/modules/websockets/MainThreadWebSocketChannel.cpp InspectorInstrumentation::didCloseWebSocket(m_document, m_identifier); InspectorInstrumentation 449 Source/modules/websockets/MainThreadWebSocketChannel.cpp InspectorInstrumentation::didReceiveWebSocketHandshakeResponse(m_document, m_identifier, 0, &m_handshake->serverHandshakeResponse()); InspectorInstrumentation 580 Source/modules/websockets/MainThreadWebSocketChannel.cpp InspectorInstrumentation::didReceiveWebSocketFrame(m_document, m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength); InspectorInstrumentation 810 Source/modules/websockets/MainThreadWebSocketChannel.cpp InspectorInstrumentation::didSendWebSocketFrame(m_document, m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength); InspectorInstrumentation 143 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::didCreateWebSocket(document(), m_identifier, url, protocol); InspectorInstrumentation 166 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength); InspectorInstrumentation 183 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength); InspectorInstrumentation 197 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength); InspectorInstrumentation 225 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::didReceiveWebSocketFrameError(document(), m_identifier, reason); InspectorInstrumentation 241 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::didCloseWebSocket(document(), m_identifier); InspectorInstrumentation 373 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::willSendWebSocketHandshakeRequest(document(), m_identifier, &request.toCoreRequest()); InspectorInstrumentation 382 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::didReceiveWebSocketHandshakeResponse(document(), m_identifier, m_handshakeRequest.get(), &response.toCoreResponse()); InspectorInstrumentation 430 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::didReceiveWebSocketFrame(document(), m_identifier, frame.opCode, frame.masked, frame.payload, frame.payloadLength); InspectorInstrumentation 454 Source/modules/websockets/NewWebSocketChannelImpl.cpp InspectorInstrumentation::didCloseWebSocket(document(), m_identifier); InspectorInstrumentation 328 Source/web/WebSharedWorkerImpl.cpp InspectorInstrumentation::didReceiveScriptResponse(m_loadingDocument.get(), m_mainScriptLoader->identifier()); InspectorInstrumentation 356 Source/web/WebSharedWorkerImpl.cpp InspectorInstrumentation::scriptImported(m_loadingDocument.get(), m_mainScriptLoader->identifier(), m_mainScriptLoader->script());