/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | ConsoleBase.cpp | 88 …InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, ClearMessageType… in clear() 106 InspectorInstrumentation::consoleCount(context(), scriptState, arguments); in count() 111 InspectorInstrumentation::consoleTimeStamp(context(), title); in markTimeline() 116 InspectorInstrumentation::consoleProfile(context(), title, scriptState); in profile() 121 InspectorInstrumentation::consoleProfileEnd(context(), title, scriptState); in profileEnd() 126 InspectorInstrumentation::consoleTime(context(), title); in time() 133 InspectorInstrumentation::consoleTimeEnd(context(), title, scriptState); in timeEnd() 138 InspectorInstrumentation::consoleTimeStamp(context(), title); in timeStamp() 143 InspectorInstrumentation::consoleTimeline(context(), title, scriptState); in timeline() 148 InspectorInstrumentation::consoleTimelineEnd(context(), title, scriptState); in timelineEnd() [all …]
|
D | DOMTimer.cpp | 76 InspectorInstrumentation::didInstallTimer(context, timeoutID, timeout, singleShot); in install() 86 InspectorInstrumentation::didRemoveTimer(context, timeoutID); in removeByID() 127 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireTimer(context, m_timeout… in fired() 140 InspectorInstrumentation::didFireTimer(cookie); in fired() 153 InspectorInstrumentation::didFireTimer(cookie); in fired()
|
D | FrameConsole.cpp | 78 …InspectorInstrumentation::addMessageToConsole(context, source, LogMessageType, level, message, cal… in addMessage() 81 …InspectorInstrumentation::addMessageToConsole(context, source, LogMessageType, level, message, url… in addMessage()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ScriptedAnimationController.cpp | 90 InspectorInstrumentation::didRequestAnimationFrame(m_document, id); in registerCallback() 102 InspectorInstrumentation::didCancelAnimationFrame(m_document, id); in cancelCallback() 112 InspectorInstrumentation::didCancelAnimationFrame(m_document, id); in cancelCallback() 136 InspectorInstrumentation::didRemoveEvent(eventTarget, events[i].get()); in dispatchEvents() 159 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireAnimationFrame(m_documen… in executeCallbacks() 164 InspectorInstrumentation::didFireAnimationFrame(cookie); in executeCallbacks() 190 InspectorInstrumentation::didEnqueueEvent(event->target(), event.get()); in enqueueEvent()
|
D | MutationObserver.cpp | 77 InspectorInstrumentation::didClearAllMutationRecords(m_callback->executionContext(), this); in ~MutationObserver() 149 InspectorInstrumentation::didClearAllMutationRecords(m_callback->executionContext(), this); in takeRecords() 156 InspectorInstrumentation::didClearAllMutationRecords(m_callback->executionContext(), this); in disconnect() 210 InspectorInstrumentation::didEnqueueMutationRecord(m_callback->executionContext(), this); in enqueueMutationRecord() 252 InspectorInstrumentation::willDeliverMutationRecords(m_callback->executionContext(), this); in deliver() 254 InspectorInstrumentation::didDeliverMutationRecords(m_callback->executionContext()); in deliver()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | DOMWindowEventQueue.cpp | 81 InspectorInstrumentation::didEnqueueEvent(event->target(), event.get()); in enqueueEvent() 97 InspectorInstrumentation::didRemoveEvent(event->target(), event); in cancelEvent() 109 if (InspectorInstrumentation::hasFrontends()) { in close() 112 InspectorInstrumentation::didRemoveEvent((*it)->target(), it->get()); in close() 136 InspectorInstrumentation::didRemoveEvent(event->target(), event.get()); in pendingEventTimerFired()
|
D | GenericEventQueue.cpp | 68 …InspectorInstrumentation::didEnqueueEvent(event->target() ? event->target() : m_owner.get(), event… in enqueueEvent() 82 …InspectorInstrumentation::didRemoveEvent(event->target() ? event->target() : m_owner.get(), event); in cancelEvent() 109 InspectorInstrumentation::didRemoveEvent(target, event); in timerFired() 126 …InspectorInstrumentation::didRemoveEvent(event->target() ? event->target() : m_owner.get(), event); in cancelAllEvents()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | Chrome.cpp | 79 InspectorInstrumentation::didScroll(m_page); in scroll() 209 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, … in runBeforeUnloadConfirmPanel() 211 InspectorInstrumentation::didRunJavaScriptDialog(cookie); in runBeforeUnloadConfirmPanel() 232 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, … in runJavaScriptAlert() 234 InspectorInstrumentation::didRunJavaScriptDialog(cookie); in runJavaScriptAlert() 249 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, … in runJavaScriptConfirm() 251 InspectorInstrumentation::didRunJavaScriptDialog(cookie); in runJavaScriptConfirm() 267 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, … in runJavaScriptPrompt() 269 InspectorInstrumentation::didRunJavaScriptDialog(cookie); in runJavaScriptPrompt()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | PingLoader.cpp | 146 …InspectorInstrumentation::willSendRequest(frame, m_identifier, frame->loader().documentLoader(), r… in PingLoader() 164 …InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didReceiveResponse() 174 …InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didReceiveData() 184 …InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didFinishLoading() 194 …InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didFail() 204 …InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in timeout()
|
D | FrameFetchContext.cpp | 144 …InspectorInstrumentation::willSendRequest(m_frame, identifier, ensureLoader(loader), request, redi… in dispatchWillSendRequest() 158 …InspectorInstrumentation::didReceiveResourceResponse(m_frame, identifier, ensureLoader(loader), r,… in dispatchDidReceiveResponse() 166 …InspectorInstrumentation::didReceiveData(m_frame, identifier, data, dataLength, encodedDataLength); in dispatchDidReceiveData() 174 InspectorInstrumentation::didReceiveData(m_frame, identifier, 0, dataLength, encodedDataLength); in dispatchDidDownloadData() 184 …InspectorInstrumentation::didFinishLoading(m_frame, identifier, ensureLoader(loader), finishTime, … in dispatchDidFinishLoading() 192 InspectorInstrumentation::didFailLoading(m_frame, identifier, error); in dispatchDidFail()
|
D | NavigationScheduler.cpp | 245 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); in clear() 363 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); in timerFired() 371 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); in timerFired() 406 InspectorInstrumentation::frameScheduledNavigation(m_frame, m_redirect->delay()); in startTimer() 412 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); in cancel()
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | NewWebSocketChannelImpl.cpp | 167 InspectorInstrumentation::didCreateWebSocket(document(), m_identifier, url, protocol); in connect() 179 …InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeTe… in send() 195 …InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeBi… in send() 208 …InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeBi… in send() 224 …InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeBi… in send() 245 InspectorInstrumentation::didReceiveWebSocketFrameError(document(), m_identifier, reason); in fail() 264 InspectorInstrumentation::didCloseWebSocket(document(), m_identifier); in disconnect() 414 …InspectorInstrumentation::willSendWebSocketHandshakeRequest(document(), m_identifier, &request.toC… in didStartOpeningHandshake() 425 …InspectorInstrumentation::didReceiveWebSocketHandshakeResponse(document(), m_identifier, m_handsha… in didFinishOpeningHandshake() 473 …InspectorInstrumentation::didReceiveWebSocketFrame(document(), m_identifier, frame.opCode, frame.m… in didReceiveData() [all …]
|
D | MainThreadWebSocketChannel.cpp | 113 InspectorInstrumentation::didCreateWebSocket(m_document, m_identifier, url, protocol); in connect() 201 InspectorInstrumentation::didReceiveWebSocketFrameError(m_document, m_identifier, reason); in fail() 229 InspectorInstrumentation::didCloseWebSocket(m_document, m_identifier); in disconnect() 260 …InspectorInstrumentation::willSendWebSocketHandshakeRequest(m_document, m_identifier, m_handshake-… in didOpenSocketStream() 274 InspectorInstrumentation::didCloseWebSocket(m_document, m_identifier); in didCloseSocketStream() 471 …InspectorInstrumentation::didReceiveWebSocketHandshakeResponse(m_document, m_identifier, 0, &m_han… in processOneItemFromBuffer() 605 …InspectorInstrumentation::didReceiveWebSocketFrame(m_document, m_identifier, frame.opCode, frame.m… in processFrame() 849 …InspectorInstrumentation::didSendWebSocketFrame(m_document, m_identifier, frame.opCode, frame.mask… in sendFrame()
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
D | Worker.cpp | 122 InspectorInstrumentation::didReceiveScriptResponse(executionContext(), identifier); in didReceiveResponse() 131 if (InspectorInstrumentation::shouldPauseDedicatedWorkerOnStart(executionContext())) in notifyFinished() 134 …InspectorInstrumentation::scriptImported(executionContext(), m_scriptLoader->identifier(), m_scrip… in notifyFinished()
|
D | WorkerEventQueue.cpp | 108 InspectorInstrumentation::didRemoveEvent(event->target(), event); in removeEvent() 117 InspectorInstrumentation::didEnqueueEvent(event->target(), event.get()); in enqueueEvent() 140 InspectorInstrumentation::didRemoveEvent(event->target(), event); in close()
|
D | WorkerRunLoop.cpp | 135 InspectorInstrumentation::willEnterNestedRunLoop(m_context); in RunLoopSetup() 143 InspectorInstrumentation::didLeaveNestedRunLoop(m_context); in ~RunLoopSetup() 223 InspectorInstrumentation::willProcessTask(m_context); in run() 225 InspectorInstrumentation::didProcessTask(m_context); in run()
|
D | WorkerGlobalScope.cpp | 261 …InspectorInstrumentation::scriptImported(&executionContext, scriptLoader->identifier(), scriptLoad… in importScripts() 284 InspectorInstrumentation::scriptExecutionBlockedByCSP(this, directiveText); in reportBlockedScriptExecutionToInspector() 301 …InspectorInstrumentation::addMessageToConsole(this, source, LogMessageType, level, message, callSt… in addMessageToWorkerConsole() 303 …InspectorInstrumentation::addMessageToConsole(this, source, LogMessageType, level, message, source… in addMessageToWorkerConsole()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8WorkerGlobalScopeEventListener.cpp | 84 if (InspectorInstrumentation::timelineAgentEnabled(scriptState()->executionContext())) { in callListenerFunction() 89 …cookie = InspectorInstrumentation::willCallFunction(scriptState()->executionContext(), scriptId, r… in callListenerFunction() 95 InspectorInstrumentation::didCallFunction(cookie); in callListenerFunction()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8HTMLCanvasElementCustom.cpp | 102 if (InspectorInstrumentation::canvasAgentEnabled(&impl->document())) { in getContextMethodCustom() 105 …ScriptValue wrapped = InspectorInstrumentation::wrapCanvas2DRenderingContextForInstrumentation(&im… in getContextMethodCustom() 116 if (InspectorInstrumentation::canvasAgentEnabled(&impl->document())) { in getContextMethodCustom() 119 …ScriptValue wrapped = InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation(&impl-… in getContextMethodCustom()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InjectedScriptBase.cpp | 83 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willCallFunction(executionContex… in callFunctionWithEvalEnabled() 99 InspectorInstrumentation::didCallFunction(cookie); in callFunctionWithEvalEnabled()
|
D | InspectorInstrumentation.h | 88 namespace InspectorInstrumentation { 143 namespace InspectorInstrumentation {
|
D | BUILD.gn | 45 "InspectorInstrumentation.idl", 58 rebase_path("InspectorInstrumentation.idl", root_build_dir),
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | inspector_instrumentation_sources.target.darwin-x86.mk | 23 …ation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP… 25 …ore; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --out…
|
D | inspector_instrumentation_sources.target.linux-mips.mk | 23 …ation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP… 25 …ore; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --out…
|
D | inspector_instrumentation_sources.target.darwin-x86_64.mk | 23 …ation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP… 25 …ore; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --out…
|