Home
last modified time | relevance | path

Searched refs:singleShot (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/page/
DDOMTimer.cpp65 …ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int interval, bool singleShot) in DOMTimer() argument
76 if (singleShot) in DOMTimer()
88 …(ScriptExecutionContext* context, PassOwnPtr<ScheduledAction> action, int timeout, bool singleShot) in install() argument
93 DOMTimer* timer = new DOMTimer(context, action, timeout, singleShot); in install()
95 InspectorInstrumentation::didInstallTimer(context, timer->m_timeoutId, timeout, singleShot); in install()
DDOMTimer.h45 …ic int install(ScriptExecutionContext*, PassOwnPtr<ScheduledAction>, int timeout, bool singleShot);
58 … DOMTimer(ScriptExecutionContext*, PassOwnPtr<ScheduledAction>, int interval, bool singleShot);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8WorkerContextCustom.cpp50 v8::Handle<v8::Value> SetTimeoutOrInterval(const v8::Arguments& args, bool singleShot) in SetTimeoutOrInterval() argument
69 …ontext, new ScheduledAction(v8Context, stringFunction, workerContext->url()), timeout, singleShot); in SetTimeoutOrInterval()
81 timerId = DOMTimer::install(workerContext, action, timeout, singleShot); in SetTimeoutOrInterval()
DV8DOMWindowCustom.cpp74 v8::Handle<v8::Value> WindowSetTimeoutImpl(const v8::Arguments& args, bool singleShot) in WindowSetTimeoutImpl() argument
133 id = DOMTimer::install(scriptContext, action, timeout, singleShot); in WindowSetTimeoutImpl()
137 …Context, new ScheduledAction(V8Proxy::context(imp->frame()), functionString), timeout, singleShot); in WindowSetTimeoutImpl()
/external/webkit/Tools/WebKitTestRunner/qt/
Dmain.cpp67 QTimer::singleShot(0, &launcher, SLOT(launch())); in main()
/external/webkit/Source/WebCore/inspector/
DTimelineRecordFactory.cpp86 …torObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool singleShot) in createTimerInstallData() argument
91 data->setBoolean("singleShot", singleShot); in createTimerInstallData()
DTimelineRecordFactory.h57 …atic PassRefPtr<InspectorObject> createTimerInstallData(int timerId, int timeout, bool singleShot);
DInspectorTimelineAgent.cpp223 void InspectorTimelineAgent::didInstallTimer(int timerId, int timeout, bool singleShot) in didInstallTimer() argument
227 …rd->setObject("data", TimelineRecordFactory::createTimerInstallData(timerId, timeout, singleShot)); in didInstallTimer()
DInspectorTimelineAgent.h97 void didInstallTimer(int timerId, int timeout, bool singleShot);
DInspectorInstrumentation.h89 static void didInstallTimer(ScriptExecutionContext*, int timerId, int timeout, bool singleShot);
208 static void didInstallTimerImpl(InspectorAgent*, int timerId, int timeout, bool singleShot);
424 …tation::didInstallTimer(ScriptExecutionContext* context, int timerId, int timeout, bool singleShot) in didInstallTimer() argument
428 didInstallTimerImpl(inspectorAgent, timerId, timeout, singleShot); in didInstallTimer()
DInspectorInstrumentation.cpp195 …ion::didInstallTimerImpl(InspectorAgent* inspectorAgent, int timerId, int timeout, bool singleShot) in didInstallTimerImpl() argument
199 timelineAgent->didInstallTimer(timerId, timeout, singleShot); in didInstallTimerImpl()
/external/webkit/Tools/QtTestBrowser/
Dlocationedit.cpp128 QTimer::singleShot(0, this, SLOT(selectAll())); in focusInEvent()
/external/webkit/Source/WebCore/inspector/front-end/
DTimelinePanel.js904 this.singleShot = record.data.singleShot;
911 this.singleShot = timerInstalledRecord.singleShot;
969 … contentHelper._appendTextRow(WebInspector.UIString("Repeats"), !this.singleShot);
/external/webkit/Tools/DumpRenderTree/qt/
Dmain.cpp227 QTimer::singleShot(0, &dumper, SLOT(readLine())); in main()
DLayoutTestControllerQt.cpp132 QTimer::singleShot(0, this, SLOT(processWork())); in maybeDump()
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp855 QTimer::singleShot(5 * 1000, this, SLOT(showTrayStatus())); in processMsg()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp888 QTimer::singleShot(5 * 1000, this, SLOT(showTrayStatus())); in processMsg()
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp2321 QTimer::singleShot(0, this, SLOT(timeout())); in FakeReply()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-035476 * kwq/qt/qtimer.h: Add singleShot.
5479 Used to implement singleShot.
5482 (QTimer::singleShot): Added.
DChangeLog-2005-12-197415 (QTimer::singleShot): Changed to create, schedule, and release a CFRunLoopTimer.
DChangeLog-2010-05-2452420 recaching, remove QTimer::singleShot and QPixmap::scaled, more
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1610713 of QTimer::singleShot, and moved syncLayers() from paint() to update()