Home
last modified time | relevance | path

Searched refs:traceAsyncCallbackStarting (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DWebIDBCallbacksImpl.cpp84 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onError()
94 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
101 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
108 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
115 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
122 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
129 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
136 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
143 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
150 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_req… in onSuccess()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DAsyncCallStackTracker.h148 void traceAsyncCallbackStarting(ExecutionContext*, int operationId);
DAsyncCallStackTracker.cpp392 void AsyncCallStackTracker::traceAsyncCallbackStarting(ExecutionContext* context, int operationId) in traceAsyncCallbackStarting() function in blink::AsyncCallStackTracker
DInspectorDebuggerAgent.h180 void traceAsyncCallbackStarting(ExecutionContext*, int operationId);
DInspectorDebuggerAgent.cpp894 asyncCallStackTracker().traceAsyncCallbackStarting(context, operationId); in traceAsyncOperationCompletedCallbackStarting()
898 void InspectorDebuggerAgent::traceAsyncCallbackStarting(ExecutionContext* context, int operationId) in traceAsyncCallbackStarting() function in blink::InspectorDebuggerAgent
901 asyncCallStackTracker().traceAsyncCallbackStarting(context, operationId); in traceAsyncCallbackStarting()
DInspectorInstrumentation.idl471 …InspectorInstrumentationCookie traceAsyncCallbackStarting([Keep] ExecutionContext*, int operationI…
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DFileWriter.cpp312 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(execu… in fireEvent()
DFileSystemCallbacks.cpp192 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(m_exe… in didReadDirectoryEntries()
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFileReader.cpp455 …InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(execu… in fireEvent()