Searched defs:timerId (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DTimelineRecordFactory.cpp115 PassRefPtr<InspectorObject> TimelineRecordFactory::createGenericTimerData(int timerId) argument
122 PassRefPtr<InspectorObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool singleShot) argument
H A DInspectorInstrumentation.h817 inline void InspectorInstrumentation::didInstallTimer(ScriptExecutionContext* context, int timerId, int timeout, bool singleShot) argument
831 inline void InspectorInstrumentation::didRemoveTimer(ScriptExecutionContext* context, int timerId) argument
1019 willFireTimer(ScriptExecutionContext* context, int timerId) argument
[all...]
H A DInspectorTimelineAgent.cpp364 void InspectorTimelineAgent::didInstallTimer(int timerId, int timeout, bool singleShot, Frame* frame) argument
369 void InspectorTimelineAgent::didRemoveTimer(int timerId, Frame* frame) argument
374 void InspectorTimelineAgent::willFireTimer(int timerId, Frame* frame) argument
H A DInspectorInstrumentation.cpp292 void InspectorInstrumentation::didInstallTimerImpl(InstrumentingAgents* instrumentingAgents, int timerId, int timeout, bool singleShot, ScriptExecutionContext* context) argument
299 void InspectorInstrumentation::didRemoveTimerImpl(InstrumentingAgents* instrumentingAgents, int timerId, ScriptExecutionContext* context) argument
420 InspectorInstrumentationCookie InspectorInstrumentation::willFireTimerImpl(InstrumentingAgents* instrumentingAgents, int timerId, ScriptExecutionContext* context) argument

Completed in 144 milliseconds