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

  /external/webkit/Source/WebCore/inspector/
InspectorConsoleInstrumentation.h 115 inline String InspectorInstrumentation::getCurrentUserInitiatedProfileName(Page* page, bool incrementProfileNumber)
InspectorProfilerAgent.cpp 176 String InspectorProfilerAgent::getCurrentUserInitiatedProfileName(bool incrementProfileNumber)
300 String title = getCurrentUserInitiatedProfileName(true);
317 String title = getCurrentUserInitiatedProfileName();

Completed in 41 milliseconds