OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferEvents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp
72
static const char
bufferEvents
[] = "
bufferEvents
";
288
if (m_state->getBoolean(TimelineAgentState::
bufferEvents
))
310
void InspectorTimelineAgent::start(ErrorString* errorString, const int* maxCallStackDepth, const bool*
bufferEvents
, const bool* includeDomCounters, const bool* includeGPUEvents)
327
if (
bufferEvents
&& *
bufferEvents
)
333
m_state->setBoolean(TimelineAgentState::
bufferEvents
,
bufferEvents
&& *
bufferEvents
);
379
m_state->setBoolean(TimelineAgentState::
bufferEvents
, false)
[
all
...]
InspectorTimelineAgent.h
149
virtual void start(ErrorString*, const int* maxCallStackDepth, const bool*
bufferEvents
, const bool* includeDomCounters, const bool* includeGPUEvents);
Completed in 399 milliseconds