Searched defs:setCustomPolicyDelegate (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp701 void DumpRenderTreeSupportQt::setCustomPolicyDelegate(bool enabled, bool permissive) function in class:DumpRenderTreeSupportQt
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp145 bindMethod("setCustomPolicyDelegate", &LayoutTestController::setCustomPolicyDelegate);
799 void LayoutTestController::setCustomPolicyDelegate(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
806 m_shell->webViewHost()->setCustomPolicyDelegate(enable, permissive);
H A DWebViewHost.cpp1239 void WebViewHost::setCustomPolicyDelegate(bool isCustom, bool isPermissive) function in class:WebViewHost
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp254 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp86 DumpRenderTreeSupportQt::setCustomPolicyDelegate(false, false);
598 void LayoutTestController::setCustomPolicyDelegate(bool enabled, bool permissive) function in class:LayoutTestController
600 DumpRenderTreeSupportQt::setCustomPolicyDelegate(enabled, permissive);
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp398 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp110 void LayoutTestController::setCustomPolicyDelegate(bool, bool) function in class:LayoutTestController

Completed in 56 milliseconds