Searched refs:bufferEvents (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | TimelineManager.js | 69 …start: function(maxCallStackDepth, bufferEvents, liveEvents, includeCounters, includeGPUEvents, ca… argument 79 …TimelineAgent.start(maxCallStackDepth, bufferEvents, liveEvents, includeCounters, includeGPUEvents…
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorTimelineAgent.cpp | 74 static const char bufferEvents[] = "bufferEvents"; variable 281 if (m_state->getBoolean(TimelineAgentState::bufferEvents)) in restore() 305 …t(ErrorString* errorString, const int* maxCallStackDepth, const bool* bufferEvents, const String* … in start() argument 321 if (bufferEvents && *bufferEvents) { in start() 332 m_state->setBoolean(TimelineAgentState::bufferEvents, bufferEvents && *bufferEvents); in start() 382 m_state->setBoolean(TimelineAgentState::bufferEvents, false); in stop()
|
D | InspectorTimelineAgent.h | 131 …virtual void start(ErrorString*, const int* maxCallStackDepth, const bool* bufferEvents, const Str…
|