Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp1099 if (m_platformInstrumentationClientInstalledAtStackDepth == m_recordStack.size()) { in didCompleteCurrentRecord()
1100 m_platformInstrumentationClientInstalledAtStackDepth = 0; in didCompleteCurrentRecord()
1138 , m_platformInstrumentationClientInstalledAtStackDepth(0) in InspectorTimelineAgent()
1173 …if (hasLowLevelDetails && !m_platformInstrumentationClientInstalledAtStackDepth && !PlatformInstru… in pushCurrentRecord()
1174 m_platformInstrumentationClientInstalledAtStackDepth = m_recordStack.size(); in pushCurrentRecord()
1196 if (m_platformInstrumentationClientInstalledAtStackDepth) { in clearRecordStack()
1197 m_platformInstrumentationClientInstalledAtStackDepth = 0; in clearRecordStack()
DInspectorTimelineAgent.h326 unsigned m_platformInstrumentationClientInstalledAtStackDepth; variable