Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorProfilerAgent.cpp80 , m_nextUserInitiatedProfileNumber(1) in InspectorProfilerAgent()
179 m_currentUserInitiatedProfileNumber = m_nextUserInitiatedProfileNumber++; in getCurrentUserInitiatedProfileName()
247 m_nextUserInitiatedProfileNumber = 1; in resetState()
DInspectorProfilerAgent.h112 unsigned m_nextUserInitiatedProfileNumber; variable