HomeSort by relevance Sort by last modified time
    Searched refs:InspectorInstrumentation (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/core/
inspector_instrumentation_sources.target.linux-arm.mk 22 $(gyp_shared_intermediate_dir)/blink/core/InspectorCanvasInstrumentationInl.h: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
inspector_instrumentation_sources.target.linux-arm64.mk 22 $(gyp_shared_intermediate_dir)/blink/core/InspectorCanvasInstrumentationInl.h: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
inspector_instrumentation_sources.target.linux-mips.mk 22 $(gyp_shared_intermediate_dir)/blink/core/InspectorCanvasInstrumentationInl.h: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
inspector_instrumentation_sources.target.linux-mips64.mk 22 $(gyp_shared_intermediate_dir)/blink/core/InspectorCanvasInstrumentationInl.h: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
inspector_instrumentation_sources.target.linux-x86.mk 22 $(gyp_shared_intermediate_dir)/blink/core/InspectorCanvasInstrumentationInl.h: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
inspector_instrumentation_sources.target.linux-x86_64.mk 22 $(gyp_shared_intermediate_dir)/blink/core/InspectorCanvasInstrumentationInl.h: $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/CodeGeneratorInstrumentation.py $(LOCAL_PATH)/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl $(GYP_TARGET_DEPENDENCIES)
23 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
24 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink/core"
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 87 namespace InspectorInstrumentation {
120 } // namespace InspectorInstrumentation
142 namespace InspectorInstrumentation {
184 } // namespace InspectorInstrumentation
InspectorInstrumentationCustomInl.h 36 namespace InspectorInstrumentation {
80 } // namespace InspectorInstrumentation
WorkerInspectorController.cpp 42 #include "core/inspector/InspectorInstrumentation.h"
128 InspectorInstrumentation::frontendCreated();
142 InspectorInstrumentation::frontendDeleted();
InspectorController.cpp 52 #include "core/inspector/InspectorInstrumentation.h"
261 InspectorInstrumentation::registerInstrumentingAgents(m_instrumentingAgents.get());
262 InspectorInstrumentation::frontendCreated();
287 InspectorInstrumentation::frontendDeleted();
288 InspectorInstrumentation::unregisterInstrumentingAgents(m_instrumentingAgents.get());
InjectedScriptBase.cpp 37 #include "core/inspector/InspectorInstrumentation.h"
129 // FIXME(361045): remove InspectorInstrumentation calls once DevTools Timeline migrates to tracing.
130 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willCallFunction(executionContext, 0, name(), 1);
146 InspectorInstrumentation::didCallFunction(cookie);
InspectorInstrumentation.cpp 32 #include "core/inspector/InspectorInstrumentation.h"
57 namespace InspectorInstrumentation {
92 namespace InspectorInstrumentation {
238 } // namespace InspectorInstrumentation
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.cpp 40 #include "core/inspector/InspectorInstrumentation.h"
169 // FIXME(361045): remove InspectorInstrumentation calls once DevTools Timeline migrates to tracing.
170 InspectorInstrumentation::didCreateWebSocket(document(), m_identifier, url, protocol);
182 InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeText, true, data.data(), data.length());
197 InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeBinary, true, "", 0);
209 InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeBinary, true, static_cast<const char*>(buffer.data()) + byteOffset, byteLength);
224 InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, WebSocketFrame::OpCodeBinary, true, data->data(), data->size());
245 InspectorInstrumentation::didReceiveWebSocketFrameError(document(), m_identifier, reason);
263 // FIXME(361045): remove InspectorInstrumentation calls once DevTools Timeline migrates to tracing.
264 InspectorInstrumentation::didCloseWebSocket(document(), m_identifier)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLCanvasElementCustom.cpp 102 if (InspectorInstrumentation::canvasAgentEnabled(&impl->document())) {
105 ScriptValue wrapped = InspectorInstrumentation::wrapCanvas2DRenderingContextForInstrumentation(&impl->document(), context);
116 if (InspectorInstrumentation::canvasAgentEnabled(&impl->document())) {
119 ScriptValue wrapped = InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation(&impl->document(), glContext);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.cpp 38 #include "core/inspector/InspectorInstrumentation.h"
257 m_asyncOperationId = InspectorInstrumentation::traceAsyncOperationStarting(executionContext(), "FileWriter", m_asyncOperationId);
306 InspectorInstrumentation::traceAsyncOperationCompleted(executionContext(), m_asyncOperationId);
312 InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(executionContext(), m_asyncOperationId);
317 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ProgressTracker.cpp 32 #include "core/inspector/InspectorInstrumentation.h"
125 InspectorInstrumentation::frameStartedLoading(m_frame);
138 InspectorInstrumentation::frameStoppedLoading(m_frame);
NavigationScheduler.cpp 41 #include "core/inspector/InspectorInstrumentation.h"
371 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);
379 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);
414 InspectorInstrumentation::frameScheduledNavigation(m_frame, m_redirect->delay());
420 InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 42 #include "core/inspector/InspectorInstrumentation.h"
122 reader->m_asyncOperationId = InspectorInstrumentation::traceAsyncOperationStarting(context, "FileReader");
137 InspectorInstrumentation::traceAsyncOperationCompleted(context, reader->m_asyncOperationId);
455 InspectorInstrumentationCookie cookie = InspectorInstrumentation::traceAsyncCallbackStarting(executionContext(), m_asyncOperationId);
458 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie);
467 InspectorInstrumentation::traceAsyncCallbackCompleted(cookie);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptController.cpp 63 #include "core/inspector/InspectorInstrumentation.h"
153 // FIXME(361045): remove InspectorInstrumentation calls once DevTools Timeline migrates to tracing.
155 if (InspectorInstrumentation::timelineAgentEnabled(context)) {
160 cookie = InspectorInstrumentation::willCallFunction(context, scriptId, resourceName, lineNumber);
165 InspectorInstrumentation::didCallFunction(cookie);
173 // FIXME(361045): remove InspectorInstrumentation calls once DevTools Timeline migrates to tracing.
174 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willEvaluateScript(m_frame, source.url().string(), source.startLine());
200 InspectorInstrumentation::didEvaluateScript(cookie);
607 OwnPtr<ScriptSourceCode> maybeProcessedSourceCode = InspectorInstrumentation::preprocess(m_frame, sourceCode);
V8CustomElementLifecycleCallbacks.cpp 42 #include "core/inspector/InspectorInstrumentation.h"
186 InspectorInstrumentation::willExecuteCustomElementCallback(element);
229 InspectorInstrumentation::willExecuteCustomElementCallback(element);
256 InspectorInstrumentation::willExecuteCustomElementCallback(element);
  /external/chromium_org/third_party/WebKit/Source/core/css/
PropertySetCSSStyleDeclaration.cpp 33 #include "core/inspector/InspectorInstrumentation.h"
46 InspectorInstrumentation::willMutateStyle(decl);
90 InspectorInstrumentation::didMutateStyle(localCopyStyleDecl, localCopyStyleDecl->parentElement());
97 InspectorInstrumentation::didInvalidateStyleAttr(localCopyStyleDecl->parentElement());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp 30 #include "core/inspector/InspectorInstrumentation.h"
92 InspectorInstrumentation::pseudoElementDestroyed(this);
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventDispatcher.cpp 35 #include "core/inspector/InspectorInstrumentation.h"
121 // FIXME(361045): remove InspectorInstrumentation calls once DevTools Timeline migrates to tracing.
122 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEvent(&m_node->document(), *m_event, windowEventContext.window(), m_node.get(), m_event->eventPath());
135 InspectorInstrumentation::didDispatchEvent(cookie);
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.cpp 40 #include "core/inspector/InspectorInstrumentation.h"
183 InspectorInstrumentation::updateApplicationCacheStatus(m_documentLoader->frame());
257 InspectorInstrumentation::updateApplicationCacheStatus(m_documentLoader->frame());
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ImagePainter.cpp 14 #include "core/inspector/InspectorInstrumentation.h"
185 // FIXME(361045): remove InspectorInstrumentation calls once DevTools Timeline migrates to tracing.
186 InspectorInstrumentation::willPaintImage(&m_renderImage);
191 InspectorInstrumentation::didPaintImage(&m_renderImage);

Completed in 820 milliseconds

12 3 4