Home
last modified time | relevance | path

Searched refs:processWork (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DFrameLoadDelegate.cpp192 void FrameLoadDelegate::processWork() in processWork() function in FrameLoadDelegate
199 if (WorkQueue::shared()->processWork() && !::gLayoutTestController->waitToDump()) in processWork()
213 d->processWork(); in processWorkTimer()
DFrameLoadDelegate.h43 void processWork();
/external/webkit/WebKitTools/DumpRenderTree/qt/
DLayoutTestControllerQt.cpp86 void LayoutTestController::processWork() in processWork() function in LayoutTestController
91 if (WorkQueue::shared()->processWork() && !shouldWaitUntilDone()) { in processWork()
122 QTimer::singleShot(0, this, SLOT(processWork())); in maybeDump()
DLayoutTestControllerQt.h155 void processWork();
/external/webkit/WebKitTools/DumpRenderTree/
DWorkQueue.h45 bool processWork(); // Returns true if all work is done, false if we started a load.
DWorkQueue.cpp91 bool WorkQueue::processWork() in processWork() function in WorkQueue
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DDumpRenderTree.cpp536 static gboolean processWork(void* data) in processWork() function
539 if (WorkQueue::shared()->processWork() && !gLayoutTestController->waitToDump()) in processWork()
587 g_timeout_add(0, processWork, 0); in webViewLoadFinished()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DFrameLoadDelegate.mm113 - (void)processWork:(id)dummy
120 if (WorkQueue::shared()->processWork() && !gLayoutTestController->waitToDump())
136 [self performSelector:@selector(processWork:) withObject:nil afterDelay:0];
/external/webkit/WebKitTools/
DChangeLog-2009-06-161452 (-[FrameLoadDelegate processWork:]): Need to defer processing the work
1454 delayed processWork call. This can happen when using queueLoadingScript
1458 (FrameLoadDelegate::processWork): Same as above.
1886 … (WorkQueue::processWork): Added. Shared by the different platform's work queue implementations.
1894 (processWork): Use the new WorkQueue::processWork function to implement the new rule.
1904 … (-[FrameLoadDelegate processWork:]): Use the new WorkQueue::processWork function to implement
1915 … (LayoutTestController::processWork): Use the new WorkQueue::processWork function to implement
1920 (FrameLoadDelegate::processWork): Use the new WorkQueue::processWork function to implement
2755 (LayoutTestController::processWork):
5296 (processWork):
[all …]
DChangeLog7178 (LayoutTestController::processWork):
10726 [Qt] [DRT] Fix wrong logic in LayoutTestController processWork
10732 (LayoutTestController::processWork):
10750 (LayoutTestController::processWork):
12024 (LayoutTestController::processWork):
16280 (WorkQueue::processWork):
16288 (LayoutTestController::processWork):