Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorInstrumentation.cpp191 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(inspectorAgent)) in didScheduleResourceRequestImpl() local
192 timelineAgent->didScheduleResourceRequest(url); in didScheduleResourceRequestImpl()
198 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(inspectorAgent)) in didInstallTimerImpl() local
199 timelineAgent->didInstallTimer(timerId, timeout, singleShot); in didInstallTimerImpl()
205 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(inspectorAgent)) in didRemoveTimerImpl() local
206 timelineAgent->didRemoveTimer(timerId); in didRemoveTimerImpl()
212 InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(inspectorAgent); in willCallFunctionImpl() local
213 if (timelineAgent) { in willCallFunctionImpl()
214 timelineAgent->willCallFunction(scriptName, scriptLine); in willCallFunctionImpl()
215 timelineAgentId = timelineAgent->id(); in willCallFunctionImpl()
[all …]
DInspectorController.cpp94 m_inspectorAgent->timelineAgent()->start(&error); in startTimelineProfiler()
100 m_inspectorAgent->timelineAgent()->stop(&error); in stopTimelineProfiler()
141 m_inspectorAgent->timelineAgent())); in connectFrontend()
238 return m_inspectorAgent->timelineAgent()->started(); in timelineProfilerEnabled()
DInspectorAgent.h126 InspectorTimelineAgent* timelineAgent() { return m_timelineAgent.get(); } in timelineAgent() function
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1619026 (WebCore::InspectorAgent::timelineAgent):
21643 (WebCore::InspectorController::timelineAgent):
DChangeLog-2010-01-2961122 (WebCore::InspectorController::timelineAgent):