Home
last modified time | relevance | path

Searched refs:startedFromProtocol (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp68 static const char startedFromProtocol[] = "startedFromProtocol"; variable
287 if (m_state->getBoolean(TimelineAgentState::startedFromProtocol)) { in restore()
314 m_state->setBoolean(TimelineAgentState::startedFromProtocol, true); in start()
378 m_state->setBoolean(TimelineAgentState::startedFromProtocol, false); in stop()
821 …Timelines.size() && isStarted() && !m_state->getBoolean(TimelineAgentState::startedFromProtocol)) { in consoleTimelineEnd()