Searched refs:stopUserInitiatedProfiling (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorProfilerAgent.h73 void stop(ErrorString*) { stopUserInitiatedProfiling(); }
89 void stopUserInitiatedProfiling(bool ignoreProfile = false);
H A DInspectorController.h96 void stopUserInitiatedProfiling();
H A DInspectorProfilerAgent.cpp243 stopUserInitiatedProfiling();
269 stopUserInitiatedProfiling();
312 void InspectorProfilerAgent::stopUserInitiatedProfiling(bool ignoreProfile) function in class:WebCore::InspectorProfilerAgent
H A DInspectorController.cpp308 void InspectorController::stopUserInitiatedProfiling() function in class:WebCore::InspectorController
313 m_inspectorAgent->profilerAgent()->stopUserInitiatedProfiling();
H A DInspectorInstrumentation.cpp590 profilerAgent->stopUserInitiatedProfiling(true);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebInspector.cpp139 m_page->corePage()->inspectorController()->stopUserInitiatedProfiling();
/external/webkit/Source/WebKit/mac/WebInspector/
H A DWebInspector.mm134 page->inspectorController()->stopUserInitiatedProfiling();
/external/webkit/Source/WebKit/win/
H A DWebInspector.cpp207 inspector->stopUserInitiatedProfiling();

Completed in 675 milliseconds