Searched refs:setFrozen (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
H A DWorkQueue.h43 void setFrozen(bool b) { m_frozen = b; } function in class:WorkQueue
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h368 void setWorkQueueFrozen(bool frozen) { m_workQueue.setFrozen(frozen); }
443 void setFrozen(bool frozen) { m_frozen = frozen; } function in class:LayoutTestController::WorkQueue
H A DLayoutTestController.cpp601 m_workQueue.setFrozen(true);
/external/webkit/Tools/DumpRenderTree/wx/
H A DDumpRenderTreeWx.cpp244 WorkQueue::shared()->setFrozen(false);
/external/webkit/Tools/DumpRenderTree/win/
H A DFrameLoadDelegate.cpp237 WorkQueue::shared()->setFrozen(true);
H A DDumpRenderTree.cpp1024 WorkQueue::shared()->setFrozen(false);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp679 WorkQueue::shared()->setFrozen(false);
778 WorkQueue::shared()->setFrozen(true); // first complete load freezes the queue for the rest of this test
/external/webkit/Tools/DumpRenderTree/mac/
H A DFrameLoadDelegate.mm140 WorkQueue::shared()->setFrozen(true); // first complete load freezes the queue for the rest of this test
H A DDumpRenderTree.mm1144 WorkQueue::shared()->setFrozen(false);
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp576 WorkQueue::shared()->setFrozen(false);
H A DLayoutTestControllerQt.cpp130 WorkQueue::shared()->setFrozen(true); // first complete load freezes the queue for the rest of this test

Completed in 137 milliseconds