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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 75 static const char bufferEvents[] = "bufferEvents";
329 if (m_state->getBoolean(TimelineAgentState::bufferEvents))
353 void InspectorTimelineAgent::start(ErrorString* errorString, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const bool* includeGPUEvents)
369 if (asBool(bufferEvents)) {
380 m_state->setBoolean(TimelineAgentState::bufferEvents, asBool(bufferEvents));
430 m_state->setBoolean(TimelineAgentState::bufferEvents, false);
    [all...]
InspectorTimelineAgent.h 131 virtual void start(ErrorString*, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bool* includeCounters, const bool* includeGPUEvents) OVERRIDE;

Completed in 301 milliseconds