HomeSort by relevance Sort by last modified time
    Searched refs:includeDomCounters (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineManager.js 60 * @param {boolean=} includeDomCounters
64 start: function(maxCallStackDepth, includeDomCounters, includeGPUEvents, callback)
68 TimelineAgent.start(maxCallStackDepth, /* bufferEvents */false, includeDomCounters, includeGPUEvents, callback);
TimelineModel.js 159 * @param {boolean=} includeDomCounters
161 startRecording: function(includeDomCounters)
167 WebInspector.timelineManager.start(maxStackFrames, includeDomCounters, includeGPUEvents, this._fireRecordingStarted.bind(this));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 70 static const char includeDomCounters[] = "includeDomCounters";
310 void InspectorTimelineAgent::start(ErrorString* errorString, const int* maxCallStackDepth, const bool* bufferEvents, const bool* includeDomCounters, const bool* includeGPUEvents)
331 m_state->setBoolean(TimelineAgentState::includeDomCounters, includeDomCounters && *includeDomCounters);
    [all...]
InspectorTimelineAgent.h 149 virtual void start(ErrorString*, const int* maxCallStackDepth, const bool* bufferEvents, const bool* includeDomCounters, const bool* includeGPUEvents);

Completed in 661 milliseconds