Home
last modified time | relevance | path

Searched defs:singleShot (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/page/
DDOMTimer.cpp65 …ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int interval, bool singleShot) in DOMTimer()
88 …(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int timeout, bool singleShot) in install()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8WorkerContextCustom.cpp50 v8::Handle<v8::Value> SetTimeoutOrInterval(const v8::Arguments& args, bool singleShot) in SetTimeoutOrInterval()
DV8DOMWindowCustom.cpp74 v8::Handle<v8::Value> WindowSetTimeoutImpl(const v8::Arguments& args, bool singleShot) in WindowSetTimeoutImpl()
/external/webkit/Source/WebCore/inspector/
DTimelineRecordFactory.cpp86 …torObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool singleShot) in createTimerInstallData()
DInspectorTimelineAgent.cpp223 void InspectorTimelineAgent::didInstallTimer(int timerId, int timeout, bool singleShot) in didInstallTimer()
DInspectorInstrumentation.h424 …tation::didInstallTimer(ScriptExecutionContext* context, int timerId, int timeout, bool singleShot) in didInstallTimer()
DInspectorInstrumentation.cpp195 …ion::didInstallTimerImpl(InspectorAgent* inspectorAgent, int timerId, int timeout, bool singleShot) in didInstallTimerImpl()