Home
last modified time | relevance | path

Searched refs:timelineAgentEnabled (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInstrumentationCustomInl.h46 bool timelineAgentEnabled(ExecutionContext*);
DInspectorInstrumentation.cpp171 bool timelineAgentEnabled(ExecutionContext* executionContext) in timelineAgentEnabled() function
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8WorkerGlobalScopeEventListener.cpp84 if (InspectorInstrumentation::timelineAgentEnabled(scriptState()->executionContext())) { in callListenerFunction()
DScriptController.cpp155 if (InspectorInstrumentation::timelineAgentEnabled(context)) { in callFunction()