Searched refs:setCanOpenWindows (Results 1 - 12 of 12) sorted by relevance

/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
H A Dno-page-cache.js5 layoutTestController.setCanOpenWindows();
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
H A Dno-page-cache.js5 layoutTestController.setCanOpenWindows();
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dno-page-cache.js5 layoutTestController.setCanOpenWindows();
H A Dwindow-close-crash.js9 layoutTestController.setCanOpenWindows();
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl47 void setCanOpenWindows(in boolean value);
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h75 void setCanOpenWindows(bool);
H A DLayoutTestController.cpp308 void LayoutTestController::setCanOpenWindows(bool) function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h100 void setCanOpenWindows() { m_canOpenWindows = true; } function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h131 void setCanOpenWindows(const CppArgumentList&, CppVariant*);
544 // setCanOpenWindows().
H A DLayoutTestController.cpp143 bindMethod("setCanOpenWindows", &LayoutTestController::setCanOpenWindows);
614 void LayoutTestController::setCanOpenWindows(const CppArgumentList&, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h210 void setCanOpenWindows(bool canOpenWindows) { m_canOpenWindows = canOpenWindows; } function in class:LayoutTestController
H A DLayoutTestController.cpp305 controller->setCanOpenWindows(true);
2251 { "setCanOpenWindows", setCanOpenWindowsCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },

Completed in 1183 milliseconds