Searched defs:setCanOpenWindows (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h100 void setCanOpenWindows() { m_canOpenWindows = true; } function in class:LayoutTestController
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp308 void LayoutTestController::setCanOpenWindows(bool) function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h210 void setCanOpenWindows(bool canOpenWindows) { m_canOpenWindows = canOpenWindows; } function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp143 bindMethod("setCanOpenWindows", &LayoutTestController::setCanOpenWindows);
614 void LayoutTestController::setCanOpenWindows(const CppArgumentList&, CppVariant* result) function in class:LayoutTestController

Completed in 434 milliseconds