Searched refs:timelineAgent (Results 1 – 5 of 5) sorted by relevance
191 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(inspectorAgent)) in didScheduleResourceRequestImpl() local192 timelineAgent->didScheduleResourceRequest(url); in didScheduleResourceRequestImpl()198 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(inspectorAgent)) in didInstallTimerImpl() local199 timelineAgent->didInstallTimer(timerId, timeout, singleShot); in didInstallTimerImpl()205 if (InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(inspectorAgent)) in didRemoveTimerImpl() local206 timelineAgent->didRemoveTimer(timerId); in didRemoveTimerImpl()212 InspectorTimelineAgent* timelineAgent = retrieveTimelineAgent(inspectorAgent); in willCallFunctionImpl() local213 if (timelineAgent) { in willCallFunctionImpl()214 timelineAgent->willCallFunction(scriptName, scriptLine); in willCallFunctionImpl()215 timelineAgentId = timelineAgent->id(); in willCallFunctionImpl()[all …]
94 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()
126 InspectorTimelineAgent* timelineAgent() { return m_timelineAgent.get(); } in timelineAgent() function
19026 (WebCore::InspectorAgent::timelineAgent):21643 (WebCore::InspectorController::timelineAgent):
61122 (WebCore::InspectorController::timelineAgent):