Searched refs:m_platformInstrumentationClientInstalledAtStackDepth (Results 1 – 2 of 2) sorted by relevance
1099 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()
326 unsigned m_platformInstrumentationClientInstalledAtStackDepth; variable