Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorProfilerAgent.cpp79 , m_currentUserInitiatedProfileNumber(-1) in InspectorProfilerAgent()
179 m_currentUserInitiatedProfileNumber = m_nextUserInitiatedProfileNumber++; in getCurrentUserInitiatedProfileName()
181 …urn makeString(UserInitiatedProfileName, '.', String::number(m_currentUserInitiatedProfileNumber)); in getCurrentUserInitiatedProfileName()
246 m_currentUserInitiatedProfileNumber = 1; in resetState()
DInspectorProfilerAgent.h111 int m_currentUserInitiatedProfileNumber; variable