Home
last modified time | relevance | path

Searched defs:liveEvents (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DTimelineManager.js68 start: function(maxCallStackDepth, liveEvents, includeCounters, includeGPUEvents, callback) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp76 static const char liveEvents[] = "liveEvents"; variable
353 …String, const int* maxCallStackDepth, const bool* bufferEvents, const String* liveEvents, const bo… in start()
1321 void InspectorTimelineAgent::setLiveEvents(const String& liveEvents) in setLiveEvents()