Searched refs:setCallCloseOnWebViews (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h213 void setCallCloseOnWebViews() {} function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h264 void setCallCloseOnWebViews(const CppArgumentList&, CppVariant*);
H A DLayoutTestController.cpp197 bindMethod("setCallCloseOnWebViews", &LayoutTestController::setCallCloseOnWebViews);
1187 void LayoutTestController::setCallCloseOnWebViews(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h207 void setCallCloseOnWebViews(bool callCloseOnWebViews) { m_callCloseOnWebViews = callCloseOnWebViews; } function in class:LayoutTestController
H A DLayoutTestController.cpp298 controller->setCallCloseOnWebViews(JSValueToBoolean(context, arguments[0]));
2250 { "setCallCloseOnWebViews", setCallCloseOnWebViewsCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },

Completed in 126 milliseconds