Searched refs:includeDomCounters (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | TimelineManager.js | 64 start: function(maxCallStackDepth, includeDomCounters, includeGPUEvents, callback) argument 68 …TimelineAgent.start(maxCallStackDepth, /* bufferEvents */false, includeDomCounters, includeGPUEven…
|
D | TimelineModel.js | 161 startRecording: function(includeDomCounters) argument 167 …WebInspector.timelineManager.start(maxStackFrames, includeDomCounters, includeGPUEvents, this._fir…
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorTimelineAgent.cpp | 70 static const char includeDomCounters[] = "includeDomCounters"; variable 310 …onst int* maxCallStackDepth, const bool* bufferEvents, const bool* includeDomCounters, const bool*… in start() argument 331 …m_state->setBoolean(TimelineAgentState::includeDomCounters, includeDomCounters && *includeDomCount… in start() 1061 if (m_state->getBoolean(TimelineAgentState::includeDomCounters)) { in setDOMCounters()
|
D | InspectorTimelineAgent.h | 149 …onst int* maxCallStackDepth, const bool* bufferEvents, const bool* includeDomCounters, const bool*…
|