Home
last modified time | relevance | path

Searched refs:InspectorInstrumentation (Results 1 – 25 of 94) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/frame/
DConsoleBase.cpp88InspectorInstrumentation::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 …]
DDOMTimer.cpp76 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()
DFrameConsole.cpp78InspectorInstrumentation::addMessageToConsole(context, source, LogMessageType, level, message, cal… in addMessage()
81InspectorInstrumentation::addMessageToConsole(context, source, LogMessageType, level, message, url… in addMessage()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptedAnimationController.cpp90 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()
DMutationObserver.cpp77 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/
DDOMWindowEventQueue.cpp81 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()
DGenericEventQueue.cpp68InspectorInstrumentation::didEnqueueEvent(event->target() ? event->target() : m_owner.get(), event… in enqueueEvent()
82InspectorInstrumentation::didRemoveEvent(event->target() ? event->target() : m_owner.get(), event); in cancelEvent()
109 InspectorInstrumentation::didRemoveEvent(target, event); in timerFired()
126InspectorInstrumentation::didRemoveEvent(event->target() ? event->target() : m_owner.get(), event); in cancelAllEvents()
/external/chromium_org/third_party/WebKit/Source/core/page/
DChrome.cpp79 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/
DPingLoader.cpp146InspectorInstrumentation::willSendRequest(frame, m_identifier, frame->loader().documentLoader(), r… in PingLoader()
164InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didReceiveResponse()
174InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didReceiveData()
184InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didFinishLoading()
194InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didFail()
204InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in timeout()
DFrameFetchContext.cpp144InspectorInstrumentation::willSendRequest(m_frame, identifier, ensureLoader(loader), request, redi… in dispatchWillSendRequest()
158InspectorInstrumentation::didReceiveResourceResponse(m_frame, identifier, ensureLoader(loader), r,… in dispatchDidReceiveResponse()
166InspectorInstrumentation::didReceiveData(m_frame, identifier, data, dataLength, encodedDataLength); in dispatchDidReceiveData()
174 InspectorInstrumentation::didReceiveData(m_frame, identifier, 0, dataLength, encodedDataLength); in dispatchDidDownloadData()
184InspectorInstrumentation::didFinishLoading(m_frame, identifier, ensureLoader(loader), finishTime, … in dispatchDidFinishLoading()
192 InspectorInstrumentation::didFailLoading(m_frame, identifier, error); in dispatchDidFail()
DNavigationScheduler.cpp245 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/
DNewWebSocketChannelImpl.cpp167 InspectorInstrumentation::didCreateWebSocket(document(), m_identifier, url, protocol); in connect()
179InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeTe… in send()
195InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeBi… in send()
208InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeBi… in send()
224InspectorInstrumentation::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()
414InspectorInstrumentation::willSendWebSocketHandshakeRequest(document(), m_identifier, &request.toC… in didStartOpeningHandshake()
425InspectorInstrumentation::didReceiveWebSocketHandshakeResponse(document(), m_identifier, m_handsha… in didFinishOpeningHandshake()
473InspectorInstrumentation::didReceiveWebSocketFrame(document(), m_identifier, frame.opCode, frame.m… in didReceiveData()
[all …]
DMainThreadWebSocketChannel.cpp113 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()
260InspectorInstrumentation::willSendWebSocketHandshakeRequest(m_document, m_identifier, m_handshake-… in didOpenSocketStream()
274 InspectorInstrumentation::didCloseWebSocket(m_document, m_identifier); in didCloseSocketStream()
471InspectorInstrumentation::didReceiveWebSocketHandshakeResponse(m_document, m_identifier, 0, &m_han… in processOneItemFromBuffer()
605InspectorInstrumentation::didReceiveWebSocketFrame(m_document, m_identifier, frame.opCode, frame.m… in processFrame()
849InspectorInstrumentation::didSendWebSocketFrame(m_document, m_identifier, frame.opCode, frame.mask… in sendFrame()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorker.cpp122 InspectorInstrumentation::didReceiveScriptResponse(executionContext(), identifier); in didReceiveResponse()
131 if (InspectorInstrumentation::shouldPauseDedicatedWorkerOnStart(executionContext())) in notifyFinished()
134InspectorInstrumentation::scriptImported(executionContext(), m_scriptLoader->identifier(), m_scrip… in notifyFinished()
DWorkerEventQueue.cpp108 InspectorInstrumentation::didRemoveEvent(event->target(), event); in removeEvent()
117 InspectorInstrumentation::didEnqueueEvent(event->target(), event.get()); in enqueueEvent()
140 InspectorInstrumentation::didRemoveEvent(event->target(), event); in close()
DWorkerRunLoop.cpp135 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()
DWorkerGlobalScope.cpp261InspectorInstrumentation::scriptImported(&executionContext, scriptLoader->identifier(), scriptLoad… in importScripts()
284 InspectorInstrumentation::scriptExecutionBlockedByCSP(this, directiveText); in reportBlockedScriptExecutionToInspector()
301InspectorInstrumentation::addMessageToConsole(this, source, LogMessageType, level, message, callSt… in addMessageToWorkerConsole()
303InspectorInstrumentation::addMessageToConsole(this, source, LogMessageType, level, message, source… in addMessageToWorkerConsole()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8WorkerGlobalScopeEventListener.cpp84 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/
DV8HTMLCanvasElementCustom.cpp102 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/
DInjectedScriptBase.cpp83 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willCallFunction(executionContex… in callFunctionWithEvalEnabled()
99 InspectorInstrumentation::didCallFunction(cookie); in callFunctionWithEvalEnabled()
DInspectorInstrumentation.h88 namespace InspectorInstrumentation {
143 namespace InspectorInstrumentation {
DBUILD.gn45 "InspectorInstrumentation.idl",
58 rebase_path("InspectorInstrumentation.idl", root_build_dir),
/external/chromium_org/third_party/WebKit/Source/core/
Dinspector_instrumentation_sources.target.darwin-x86.mk23 …ation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP…
25 …ore; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --out…
Dinspector_instrumentation_sources.target.linux-mips.mk23 …ation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP…
25 …ore; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --out…
Dinspector_instrumentation_sources.target.darwin-x86_64.mk23 …ation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP…
25 …ore; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --out…

1234