HomeSort by relevance Sort by last modified time
    Searched refs:m_frontendInitiatedProfileId (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 217 m_frontendInitiatedProfileId = String::number(m_nextProfileId++);
218 ScriptProfiler::start(m_frontendInitiatedProfileId);
237 RefPtr<ScriptProfile> scriptProfile = ScriptProfiler::stop(m_frontendInitiatedProfileId);
238 m_frontendInitiatedProfileId = String();
InspectorProfilerAgent.h 92 String m_frontendInitiatedProfileId;

Completed in 25 milliseconds