HomeSort by relevance Sort by last modified time
    Searched refs:InspectorInstrumentation (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.cpp 88 InspectorInstrumentation::addMessageToConsole(context(), ConsoleAPIMessageSource, ClearMessageType, LogMessageLevel, String(), state, arguments);
106 InspectorInstrumentation::consoleCount(context(), state, arguments);
111 InspectorInstrumentation::consoleTimeStamp(context(), title);
116 InspectorInstrumentation::consoleProfile(context(), title, state);
121 InspectorInstrumentation::consoleProfileEnd(context(), title);
126 InspectorInstrumentation::consoleTime(context(), title);
133 InspectorInstrumentation::consoleTimeEnd(context(), title, state);
138 InspectorInstrumentation::consoleTimeStamp(context(), title);
143 InspectorInstrumentation::consoleTimeline(context(), title, state);
148 InspectorInstrumentation::consoleTimelineEnd(context(), title, state)
    [all...]
DOMTimer.cpp 31 #include "core/inspector/InspectorInstrumentation.h"
73 InspectorInstrumentation::didInstallTimer(context, timeoutID, timeout, singleShot);
80 InspectorInstrumentation::didRemoveTimer(context, timeoutID);
119 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireTimer(context, m_timeoutID);
132 InspectorInstrumentation::didFireTimer(cookie);
145 InspectorInstrumentation::didFireTimer(cookie);
Settings.cpp 29 #include "core/inspector/InspectorInstrumentation.h"
118 return InspectorInstrumentation::overrideTextAutosizing(pageOfShame(), m_textAutosizingEnabled);
139 return InspectorInstrumentation::overrideFontScaleFactor(pageOfShame(), m_deviceScaleAdjustment);
145 InspectorInstrumentation::scriptsEnabled(pageOfShame(), m_isScriptEnabled);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptedAnimationController.cpp 34 #include "core/inspector/InspectorInstrumentation.h"
77 InspectorInstrumentation::didRequestAnimationFrame(m_document, id);
86 InspectorInstrumentation::didCancelAnimationFrame(m_document, id);
93 InspectorInstrumentation::didCancelAnimationFrame(m_document, id);
136 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willFireAnimationFrame(m_document, callback->m_id);
141 InspectorInstrumentation::didFireAnimationFrame(cookie);
NamedFlowCollection.cpp 36 #include "core/inspector/InspectorInstrumentation.h"
84 InspectorInstrumentation::didCreateNamedFlow(document(), newFlow.get());
98 InspectorInstrumentation::willRemoveNamedFlow(document(), namedFlow);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 29 #include "core/inspector/InspectorInstrumentation.h"
81 InspectorInstrumentation::didScroll(m_page);
224 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, message);
226 InspectorInstrumentation::didRunJavaScriptDialog(cookie);
247 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, message);
249 InspectorInstrumentation::didRunJavaScriptDialog(cookie);
264 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, message);
266 InspectorInstrumentation::didRunJavaScriptDialog(cookie);
282 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willRunJavaScriptDialog(m_page, prompt);
284 InspectorInstrumentation::didRunJavaScriptDialog(cookie)
    [all...]
PageConsole.cpp 78 InspectorInstrumentation::addMessageToConsole(context, source, LogMessageType, level, message, callStack, requestIdentifier);
81 InspectorInstrumentation::addMessageToConsole(context, source, LogMessageType, level, message, url, lineNumber, columnNumber, state, requestIdentifier);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.cpp 35 #include "core/inspector/InspectorInstrumentation.h"
118 InspectorInstrumentation::didReceiveScriptResponse(executionContext(), identifier);
127 if (InspectorInstrumentation::shouldPauseDedicatedWorkerOnStart(executionContext()))
130 InspectorInstrumentation::scriptImported(executionContext(), m_scriptLoader->identifier(), m_scriptLoader->script());
WorkerGlobalScope.cpp 224 InspectorInstrumentation::scriptImported(executionContext(), scriptLoader->identifier(), scriptLoader->script());
247 InspectorInstrumentation::scriptExecutionBlockedByCSP(this, directiveText);
264 InspectorInstrumentation::addMessageToConsole(this, source, LogMessageType, level, message, callStack);
266 InspectorInstrumentation::addMessageToConsole(this, source, LogMessageType, level, message, sourceURL, lineNumber, 0, state);
WorkerRunLoop.cpp 34 #include "core/inspector/InspectorInstrumentation.h"
142 InspectorInstrumentation::willEnterNestedRunLoop(m_context);
150 InspectorInstrumentation::didLeaveNestedRunLoop(m_context);
218 InspectorInstrumentation::willProcessTask(context);
220 InspectorInstrumentation::didProcessTask(context);
  /external/chromium_org/third_party/WebKit/Source/core/
inspector_instrumentation_sources.target.darwin-arm.mk 21 $(gyp_shared_intermediate_dir)/blink/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)
22 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink"
inspector_instrumentation_sources.target.darwin-mips.mk 21 $(gyp_shared_intermediate_dir)/blink/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)
22 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink"
inspector_instrumentation_sources.target.darwin-x86.mk 21 $(gyp_shared_intermediate_dir)/blink/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)
22 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink"
inspector_instrumentation_sources.target.linux-arm.mk 21 $(gyp_shared_intermediate_dir)/blink/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)
22 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink"
inspector_instrumentation_sources.target.linux-mips.mk 21 $(gyp_shared_intermediate_dir)/blink/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)
22 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink"
inspector_instrumentation_sources.target.linux-x86.mk 21 $(gyp_shared_intermediate_dir)/blink/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)
22 @echo "Gyp action: Generating Inspector instrumentation code from InspectorInstrumentation.idl ($@)"
23 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink; python inspector/CodeGeneratorInstrumentation.py inspector/InspectorInstrumentation.idl --output_dir "$(gyp_shared_intermediate_dir)/blink"
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameFetchContext.cpp 35 #include "core/inspector/InspectorInstrumentation.h"
125 InspectorInstrumentation::willSendRequest(m_frame, identifier, ensureLoader(loader), request, redirectResponse, initiatorInfo);
138 InspectorInstrumentation::didReceiveResourceResponse(m_frame, identifier, ensureLoader(loader), r, resourceLoader);
145 InspectorInstrumentation::didReceiveData(m_frame, identifier, data, dataLength, encodedDataLength);
152 InspectorInstrumentation::didReceiveData(m_frame, identifier, 0, dataLength, encodedDataLength);
161 InspectorInstrumentation::didFinishLoading(m_frame, identifier, ensureLoader(loader), finishTime);
168 InspectorInstrumentation::didFailLoading(m_frame, identifier, ensureLoader(loader), error);
DocumentThreadableLoader.cpp 42 #include "core/inspector/InspectorInstrumentation.h"
196 InspectorInstrumentation::didReceiveCORSRedirectResponse(m_document->frame(), resource->identifier(), m_document->frame()->loader().documentLoader(), redirectResponse, 0);
273 InspectorInstrumentation::didReceiveResourceResponse(m_document->frame(), identifier, loader, response, resource() ? resource()->loader() : 0);
318 InspectorInstrumentation::didReceiveData(m_document->frame(), identifier, 0, 0, dataLength);
341 InspectorInstrumentation::didFinishLoading(m_document->frame(), identifier, m_document->frame()->loader().documentLoader(), finishTime);
352 InspectorInstrumentation::didFailLoading(m_document->frame(), identifier, m_document->frame()->loader().documentLoader(), error);
386 InspectorInstrumentation::didFailLoading(m_document->frame(), identifier, m_document->frame()->loader().documentLoader(), error);
418 InspectorInstrumentation::documentThreadableLoaderStartedLoadingForClient(m_document, identifier, m_client);
429 InspectorInstrumentation::documentThreadableLoaderStartedLoadingForClient(m_document, identifier, m_client);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.cpp 38 #include "core/inspector/InspectorInstrumentation.h"
141 InspectorInstrumentation::didCreateWebSocket(document(), m_identifier, url, protocol);
164 InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, frame);
181 InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, frame);
195 InspectorInstrumentation::didSendWebSocketFrame(document(), m_identifier, frame);
222 InspectorInstrumentation::didReceiveWebSocketFrameError(document(), m_identifier, reason);
238 InspectorInstrumentation::didCloseWebSocket(document(), m_identifier);
370 InspectorInstrumentation::willSendWebSocketHandshakeRequest(document(), m_identifier, request.toCoreRequest());
377 InspectorInstrumentation::didReceiveWebSocketHandshakeResponse(document(), m_identifier, response.toCoreResponse());
423 InspectorInstrumentation::didReceiveWebSocketFrame(document(), m_identifier, frame)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WorkerGlobalScopeEventListener.cpp 42 #include "core/inspector/InspectorInstrumentation.h"
89 if (InspectorInstrumentation::timelineAgentEnabled(context)) {
98 cookie = InspectorInstrumentation::willCallFunction(context, resourceName, lineNumber);
105 InspectorInstrumentation::didCallFunction(cookie);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptBase.cpp 38 #include "core/inspector/InspectorInstrumentation.h"
78 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willCallFunction(executionContext, name(), 1);
94 InspectorInstrumentation::didCallFunction(cookie);
InspectorInstrumentation.h 90 namespace InspectorInstrumentation {
122 } // namespace InspectorInstrumentation
140 namespace InspectorInstrumentation {
182 } // namespace InspectorInstrumentation
InspectorInstrumentationCustomInl.h 36 namespace InspectorInstrumentation {
79 } // namespace InspectorInstrumentation
  /external/chromium_org/third_party/WebKit/Source/web/
SharedWorkerRepositoryClientImpl.cpp 47 #include "core/inspector/InspectorInstrumentation.h"
121 InspectorInstrumentation::didReceiveScriptResponse(m_worker->executionContext(), identifier);
130 InspectorInstrumentation::scriptImported(m_worker->executionContext(), m_scriptLoader->identifier(), m_scriptLoader->script());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 103 if (InspectorInstrumentation::canvasAgentEnabled(&imp->document())) {
106 ScriptObject wrapped = InspectorInstrumentation::wrapCanvas2DRenderingContextForInstrumentation(&imp->document(), context);
117 if (InspectorInstrumentation::canvasAgentEnabled(&imp->document())) {
120 ScriptObject wrapped = InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation(&imp->document(), glContext);

Completed in 516 milliseconds

1 2 3 4