HomeSort by relevance Sort by last modified time
    Searched refs:policyDelegate (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreeMac.h 45 @class PolicyDelegate;
58 extern PolicyDelegate* policyDelegate;
LayoutTestControllerMac.mm 34 #import "PolicyDelegate.h"
258 [policyDelegate setPermissive:permissive];
259 [[mainFrame webView] setPolicyDelegate:policyDelegate];
535 [policyDelegate setControllerToNotifyDone:this];
536 [[mainFrame webView] setPolicyDelegate:policyDelegate];
DumpRenderTree.mm 48 #import "PolicyDelegate.h"
126 PolicyDelegate *policyDelegate;
526 policyDelegate = [[PolicyDelegate alloc] init];
544 releaseAndZero(&policyDelegate);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTreeWin.h 36 struct PolicyDelegate;
42 extern PolicyDelegate* policyDelegate;
DumpRenderTree.cpp 37 #include "PolicyDelegate.h"
96 PolicyDelegate* policyDelegate;
810 policyDelegate->setPermissive(false);
811 policyDelegate->setControllerToNotifyDone(0);
    [all...]
LayoutTestControllerWin.cpp 34 #include "PolicyDelegate.h"
309 policyDelegate->setPermissive(permissive);
310 webView->setPolicyDelegate(policyDelegate);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebViewData.h 63 id policyDelegate;
WebView.h 285 @method policyDelegate
289 - (id)policyDelegate;
WebView.mm     [all...]
  /external/webkit/WebKit/win/
WebFrame.cpp     [all...]
WebView.h 134 virtual HRESULT STDMETHODCALLTYPE policyDelegate(
    [all...]
WebView.cpp     [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl 301 @method policyDelegate
304 - (id)policyDelegate;
306 HRESULT policyDelegate([retval, out] IWebPolicyDelegate** d);
    [all...]

Completed in 160 milliseconds