Searched refs:didInstallTimer (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/inspector/
H A DInspectorTimelineAgent.h97 void didInstallTimer(int timerId, int timeout, bool singleShot);
H A DInspectorTimelineAgent.cpp223 void InspectorTimelineAgent::didInstallTimer(int timerId, int timeout, bool singleShot) function in class:WebCore::InspectorTimelineAgent
H A DInspectorInstrumentation.h89 static void didInstallTimer(ScriptExecutionContext*, int timerId, int timeout, bool singleShot);
424 inline void InspectorInstrumentation::didInstallTimer(ScriptExecutionContext* context, int timerId, int timeout, bool singleShot) function in class:WebCore::InspectorInstrumentation
H A DInspectorInstrumentation.cpp199 timelineAgent->didInstallTimer(timerId, timeout, singleShot);
/external/webkit/Source/WebCore/page/
H A DDOMTimer.cpp95 InspectorInstrumentation::didInstallTimer(context, timer->m_timeoutId, timeout, singleShot);

Completed in 37 milliseconds