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

  /external/webkit/Source/WebCore/inspector/
InspectorController.cpp 138 m_inspectorAgent->profilerAgent(),
267 m_inspectorAgent->profilerAgent()->enable(&error);
273 m_inspectorAgent->profilerAgent()->disable(&error);
278 return m_inspectorAgent->profilerAgent()->enabled();
305 m_inspectorAgent->profilerAgent()->startUserInitiatedProfiling();
313 m_inspectorAgent->profilerAgent()->stopUserInitiatedProfiling();
319 return m_inspectorAgent->profilerAgent()->isRecordingUserInitiatedProfile();
InspectorInstrumentation.cpp 589 if (InspectorProfilerAgent* profilerAgent = instrumentingAgents->inspectorProfilerAgent()) {
590 profilerAgent->stopUserInitiatedProfiling(true);
591 profilerAgent->resetState();
667 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent())
668 profilerAgent->addStartProfilingMessageToConsole(title, lineNumber, sourceURL);
673 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()) {
675 profilerAgent->addProfile(profile, lastCaller.lineNumber(), lastCaller.sourceURL());
681 if (InspectorProfilerAgent* profilerAgent = inspectorAgent->profilerAgent()
    [all...]
InspectorAgent.h 137 InspectorProfilerAgent* profilerAgent() const { return m_profilerAgent.get(); }

Completed in 56 milliseconds