/external/webkit/Source/WebCore/page/ |
D | DOMTimer.cpp | 65 …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()
|
D | DOMTimer.h | 45 …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/ |
D | V8WorkerContextCustom.cpp | 50 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()
|
D | V8DOMWindowCustom.cpp | 74 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/ |
D | main.cpp | 67 QTimer::singleShot(0, &launcher, SLOT(launch())); in main()
|
/external/webkit/Source/WebCore/inspector/ |
D | TimelineRecordFactory.cpp | 86 …torObject> TimelineRecordFactory::createTimerInstallData(int timerId, int timeout, bool singleShot) in createTimerInstallData() argument 91 data->setBoolean("singleShot", singleShot); in createTimerInstallData()
|
D | TimelineRecordFactory.h | 57 …atic PassRefPtr<InspectorObject> createTimerInstallData(int timerId, int timeout, bool singleShot);
|
D | InspectorTimelineAgent.cpp | 223 void InspectorTimelineAgent::didInstallTimer(int timerId, int timeout, bool singleShot) in didInstallTimer() argument 227 …rd->setObject("data", TimelineRecordFactory::createTimerInstallData(timerId, timeout, singleShot)); in didInstallTimer()
|
D | InspectorTimelineAgent.h | 97 void didInstallTimer(int timerId, int timeout, bool singleShot);
|
D | InspectorInstrumentation.h | 89 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()
|
D | InspectorInstrumentation.cpp | 195 …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/ |
D | locationedit.cpp | 128 QTimer::singleShot(0, this, SLOT(selectAll())); in focusInEvent()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | TimelinePanel.js | 904 this.singleShot = record.data.singleShot; 911 this.singleShot = timerInstalledRecord.singleShot; 969 … contentHelper._appendTextRow(WebInspector.UIString("Repeats"), !this.singleShot);
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | main.cpp | 227 QTimer::singleShot(0, &dumper, SLOT(readLine())); in main()
|
D | LayoutTestControllerQt.cpp | 132 QTimer::singleShot(0, this, SLOT(processWork())); in maybeDump()
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 855 QTimer::singleShot(5 * 1000, this, SLOT(showTrayStatus())); in processMsg()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 888 QTimer::singleShot(5 * 1000, this, SLOT(showTrayStatus())); in processMsg()
|
/external/webkit/Source/WebKit/qt/tests/qwebframe/ |
D | tst_qwebframe.cpp | 2321 QTimer::singleShot(0, this, SLOT(timeout())); in FakeReply()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 5476 * kwq/qt/qtimer.h: Add singleShot. 5479 Used to implement singleShot. 5482 (QTimer::singleShot): Added.
|
D | ChangeLog-2005-12-19 | 7415 (QTimer::singleShot): Changed to create, schedule, and release a CFRunLoopTimer.
|
D | ChangeLog-2010-05-24 | 52420 recaching, remove QTimer::singleShot and QPixmap::scaled, more
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 10713 of QTimer::singleShot, and moved syncLayers() from paint() to update()
|