Home
last modified time | relevance | path

Searched refs:profilerAgent (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorController.cpp138 m_inspectorAgent->profilerAgent(), in connectFrontend()
267 m_inspectorAgent->profilerAgent()->enable(&error); in enableProfiler()
273 m_inspectorAgent->profilerAgent()->disable(&error); in disableProfiler()
278 return m_inspectorAgent->profilerAgent()->enabled(); in profilerEnabled()
305 m_inspectorAgent->profilerAgent()->startUserInitiatedProfiling(); in startUserInitiatedProfiling()
313 m_inspectorAgent->profilerAgent()->stopUserInitiatedProfiling(); in stopUserInitiatedProfiling()
319 return m_inspectorAgent->profilerAgent()->isRecordingUserInitiatedProfile(); in isRecordingUserInitiatedProfile()
DInspectorInstrumentation.cpp589 if (InspectorProfilerAgent* profilerAgent = instrumentingAgents->inspectorProfilerAgent()) { in didCommitLoadImpl() local
590 profilerAgent->stopUserInitiatedProfiling(true); in didCommitLoadImpl()
591 profilerAgent->resetState(); in didCommitLoadImpl()
667 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) in addStartProfilingMessageToConsoleImpl() local
668 profilerAgent->addStartProfilingMessageToConsole(title, lineNumber, sourceURL); in addStartProfilingMessageToConsoleImpl()
673 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) { in addProfileImpl() local
675 profilerAgent->addProfile(profile, lastCaller.lineNumber(), lastCaller.sourceURL()); in addProfileImpl()
681 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) in getCurrentUserInitiatedProfileNameImpl() local
682 return profilerAgent->getCurrentUserInitiatedProfileName(incrementProfileNumber); in getCurrentUserInitiatedProfileNameImpl()
DInspectorAgent.h137 InspectorProfilerAgent* profilerAgent() const { return m_profilerAgent.get(); } in profilerAgent() function
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1619032 (WebCore::InspectorAgent::profilerAgent):
21649 (WebCore::InspectorController::profilerAgent):
DChangeLog-2010-12-0674110 (WebCore::InspectorController::profilerAgent):