Home
last modified time | relevance | path

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

12345

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DWebIDBCallbacksImpl.cpp66 …m_asyncOperationId = InspectorInstrumentation::traceAsyncOperationStarting(m_request->executionCon… in WebIDBCallbacksImpl()
71InspectorInstrumentation::traceAsyncOperationCompleted(m_request->executionContext(), m_asyncOpera… in ~WebIDBCallbacksImpl()
84 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onError()
86 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in onError()
94 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
96 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in onSuccess()
101 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
103 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in onSuccess()
108 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
110 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in onSuccess()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DMainThreadTaskRunner.cpp83 InspectorInstrumentation::didPostExecutionContextTask(m_context, task.get()); in postTask()
101 InspectorInstrumentation::willPerformExecutionContextTask(m_context, task.get()); in perform()
104 InspectorInstrumentation::didPerformExecutionContextTask(m_context); in perform()
130 InspectorInstrumentation::willPerformExecutionContextTask(m_context, task.get()); in pendingTasksTimerFired()
133 InspectorInstrumentation::didPerformExecutionContextTask(m_context); in pendingTasksTimerFired()
DScriptedAnimationController.cpp95 InspectorInstrumentation::didRequestAnimationFrame(m_document, id); in registerCallback()
107 InspectorInstrumentation::didCancelAnimationFrame(m_document, id); in cancelCallback()
117 InspectorInstrumentation::didCancelAnimationFrame(m_document, id); in cancelCallback()
141 InspectorInstrumentation::didRemoveEvent(eventTarget, events[i].get()); in dispatchEvents()
164 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireAnimationFrame(m_documen… in executeCallbacks()
169 InspectorInstrumentation::didFireAnimationFrame(cookie); in executeCallbacks()
207 InspectorInstrumentation::didEnqueueEvent(event->target(), event.get()); in enqueueEvent()
DMutationObserver.cpp75 InspectorInstrumentation::didClearAllMutationRecords(m_callback->executionContext(), this); in ~MutationObserver()
142 InspectorInstrumentation::didClearAllMutationRecords(m_callback->executionContext(), this); in takeRecords()
149 InspectorInstrumentation::didClearAllMutationRecords(m_callback->executionContext(), this); in disconnect()
193 InspectorInstrumentation::didEnqueueMutationRecord(m_callback->executionContext(), this); in enqueueMutationRecord()
235 InspectorInstrumentation::willDeliverMutationRecords(m_callback->executionContext(), this); in deliver()
237 InspectorInstrumentation::didDeliverMutationRecords(m_callback->executionContext()); in deliver()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DFileSystemCallbacks.cpp68 …m_asyncOperationId = InspectorInstrumentation::traceAsyncOperationStarting(m_executionContext.get(… in FileSystemCallbacksBase()
76InspectorInstrumentation::traceAsyncOperationCompleted(m_executionContext.get(), m_asyncOperationI… in ~FileSystemCallbacksBase()
102 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncOperationCompletedCall… in handleEventOrScheduleCallback()
108 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in handleEventOrScheduleCallback()
115 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncOperationCompletedCall… in handleEventOrScheduleCallback()
121 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in handleEventOrScheduleCallback()
128 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncOperationCompletedCall… in handleEventOrScheduleCallback()
134 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in handleEventOrScheduleCallback()
192 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_exe… in didReadDirectoryEntries()
195 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in didReadDirectoryEntries()
[all …]
DFileWriter.cpp257 …m_asyncOperationId = InspectorInstrumentation::traceAsyncOperationStarting(executionContext(), "Fi… in doOperation()
306 InspectorInstrumentation::traceAsyncOperationCompleted(executionContext(), m_asyncOperationId); in signalCompletion()
312 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(execu… in fireEvent()
317 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in fireEvent()
/external/chromium_org/third_party/WebKit/Source/core/events/
DDOMWindowEventQueue.cpp82 InspectorInstrumentation::didEnqueueEvent(event->target(), event.get()); in enqueueEvent()
98 InspectorInstrumentation::didRemoveEvent(event->target(), event); in cancelEvent()
110 if (InspectorInstrumentation::hasFrontends()) { in close()
115 InspectorInstrumentation::didRemoveEvent(event->target(), event.get()); in close()
140 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/loader/
DPingLoader.cpp144InspectorInstrumentation::willSendRequest(frame, m_identifier, frame->loader().documentLoader(), r… in PingLoader()
168InspectorInstrumentation::didReceiveResourceResponse(page->deprecatedLocalMainFrame(), m_identifie… in didReceiveResponse()
169InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didReceiveResponse()
178InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didReceiveData()
187InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didFinishLoading()
196InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in didFail()
205InspectorInstrumentation::didFailLoading(page->deprecatedLocalMainFrame(), m_identifier, ResourceE… in timeout()
DFrameFetchContext.cpp145InspectorInstrumentation::willSendRequest(m_frame, identifier, ensureLoader(loader), request, redi… in dispatchWillSendRequest()
160InspectorInstrumentation::didReceiveResourceResponse(m_frame, identifier, documentLoader, r, resou… in dispatchDidReceiveResponse()
170InspectorInstrumentation::didReceiveData(m_frame, identifier, data, dataLength, encodedDataLength); in dispatchDidReceiveData()
178 InspectorInstrumentation::didReceiveData(m_frame, identifier, 0, dataLength, encodedDataLength); in dispatchDidDownloadData()
188InspectorInstrumentation::didFinishLoading(m_frame, identifier, ensureLoader(loader), finishTime, … in dispatchDidFinishLoading()
196 InspectorInstrumentation::didFailLoading(m_frame, identifier, error); in dispatchDidFail()
DNavigationScheduler.cpp371 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); in timerFired()
379 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); in timerFired()
414 InspectorInstrumentation::frameScheduledNavigation(m_frame, m_redirect->delay()); in startTimer()
420 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame); in cancel()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMTimer.cpp77 InspectorInstrumentation::didInstallTimer(context, timeoutID, timeout, singleShot); in install()
89 InspectorInstrumentation::didRemoveTimer(context, timeoutID); in removeByID()
130 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireTimer(context, m_timeout… in fired()
145 InspectorInstrumentation::didFireTimer(cookie); in fired()
160 InspectorInstrumentation::didFireTimer(cookie); in fired()
DConsoleBase.cpp132 InspectorInstrumentation::consoleProfile(context(), title); in profile()
137 InspectorInstrumentation::consoleProfileEnd(context(), title); in profileEnd()
142 InspectorInstrumentation::consoleTime(context(), title); in time()
154 InspectorInstrumentation::consoleTimeEnd(context(), title, scriptState); in timeEnd()
182 InspectorInstrumentation::consoleTimeStamp(context(), title); in timeStamp()
193 InspectorInstrumentation::consoleTimeline(context(), title, scriptState); in timeline()
201 InspectorInstrumentation::consoleTimelineEnd(context(), title, scriptState); in timelineEnd()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerThread.cpp162InspectorInstrumentation::willPerformExecutionContextTask(workerGlobalScope, m_task.get()); in run()
166 InspectorInstrumentation::didPerformExecutionContextTask(workerGlobalScope); in run()
178InspectorInstrumentation::didPostExecutionContextTask(m_workerThread.workerGlobalScope(), m_task.g… in WorkerThreadTask()
282 InspectorInstrumentation::willEvaluateWorkerScript(workerGlobalScope(), startMode); in initialize()
396 InspectorInstrumentation::didKillAllExecutionContextTasks(m_workerGlobalScope.get()); in stopInternal()
464 InspectorInstrumentation::willProcessTask(workerGlobalScope()); in runDebuggerTask()
466 InspectorInstrumentation::didProcessTask(workerGlobalScope()); in runDebuggerTask()
474 InspectorInstrumentation::willEnterNestedRunLoop(m_workerGlobalScope.get()); in willEnterNestedLoop()
479 InspectorInstrumentation::didLeaveNestedRunLoop(m_workerGlobalScope.get()); in didLeaveNestedLoop()
DWorker.cpp121 InspectorInstrumentation::didReceiveScriptResponse(executionContext(), identifier); in didReceiveResponse()
131 if (InspectorInstrumentation::shouldPauseDedicatedWorkerOnStart(executionContext())) in notifyFinished()
134InspectorInstrumentation::scriptImported(executionContext(), m_scriptLoader->identifier(), m_scrip… in notifyFinished()
DWorkerEventQueue.cpp110 InspectorInstrumentation::didRemoveEvent(event->target(), event); in removeEvent()
119 InspectorInstrumentation::didEnqueueEvent(event->target(), event.get()); in enqueueEvent()
142 InspectorInstrumentation::didRemoveEvent(event->target(), event); in close()
DWorkerInspectorProxy.cpp39 InspectorInstrumentation::didStartWorker(context, this, url); in workerThreadCreated()
45 InspectorInstrumentation::workerTerminated(m_executionContext, this); in workerThreadTerminated()
/external/chromium_org/third_party/WebKit/Source/core/page/
DChrome.cpp204 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, … in runBeforeUnloadConfirmPanel()
206 InspectorInstrumentation::didRunJavaScriptDialog(cookie); in runBeforeUnloadConfirmPanel()
227 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, … in runJavaScriptAlert()
229 InspectorInstrumentation::didRunJavaScriptDialog(cookie); in runJavaScriptAlert()
244 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, … in runJavaScriptConfirm()
246 InspectorInstrumentation::didRunJavaScriptDialog(cookie); in runJavaScriptConfirm()
262 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, … in runJavaScriptPrompt()
264 InspectorInstrumentation::didRunJavaScriptDialog(cookie); in runJavaScriptPrompt()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DNewWebSocketChannelImpl.cpp170 InspectorInstrumentation::didCreateWebSocket(document(), m_identifier, url, protocol); in connect()
182InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeTe… in send()
197InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeBi… in send()
209InspectorInstrumentation::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()
428InspectorInstrumentation::willSendWebSocketHandshakeRequest(document(), m_identifier, &request.toC… in didStartOpeningHandshake()
439InspectorInstrumentation::didReceiveWebSocketHandshakeResponse(document(), m_identifier, m_handsha… in didFinishOpeningHandshake()
487InspectorInstrumentation::didReceiveWebSocketFrame(document(), m_identifier, frame.opCode, frame.m… in didReceiveData()
[all …]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptCallStackFactory.cpp94 if (InspectorInstrumentation::hasFrontends() && maxStackSize > 1) in createScriptCallStack()
95InspectorInstrumentation::appendAsyncCallStack(currentExecutionContext(isolate), callStack.get()); in createScriptCallStack()
117 if (InspectorInstrumentation::hasFrontends()) { in createScriptCallStackForConsole()
121 if (InspectorInstrumentation::consoleAgentEnabled(currentExecutionContext(isolate))) in createScriptCallStackForConsole()
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/core/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/fileapi/
DFileReader.cpp122 …reader->m_asyncOperationId = InspectorInstrumentation::traceAsyncOperationStarting(context, "FileR… in pushReader()
137 InspectorInstrumentation::traceAsyncOperationCompleted(context, reader->m_asyncOperationId); in finishReader()
455 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(execu… in fireEvent()
458 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in fireEvent()
467 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie); in fireEvent()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DConsoleMessageStorage.cpp38 InspectorInstrumentation::addMessageToConsole(executionContext(), message.get()); in reportMessage()
50 InspectorInstrumentation::consoleMessagesCleared(executionContext()); in clear()
DBUILD.gn44 "InspectorInstrumentation.idl",
57 rebase_path("InspectorInstrumentation.idl", root_build_dir),

12345