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

  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeMac.h 37 @class PolicyDelegate;
45 class PolicyDelegate;
58 extern PolicyDelegate* policyDelegate;
DumpRenderTree.mm 49 #import "PolicyDelegate.h"
138 PolicyDelegate *policyDelegate;
558 policyDelegate = [[PolicyDelegate alloc] init];
577 releaseAndZero(&policyDelegate);
    [all...]
LayoutTestControllerMac.mm 35 #import "PolicyDelegate.h"
399 [policyDelegate setPermissive:permissive];
400 [[mainFrame webView] setPolicyDelegate:policyDelegate];
782 [policyDelegate setControllerToNotifyDone:this];
783 [[mainFrame webView] setPolicyDelegate:policyDelegate];
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTreeWin.h 36 struct PolicyDelegate;
42 extern PolicyDelegate* policyDelegate;
DumpRenderTree.cpp 37 #include "PolicyDelegate.h"
98 PolicyDelegate* policyDelegate;
893 policyDelegate->setPermissive(false);
894 policyDelegate->setControllerToNotifyDone(0);
    [all...]
LayoutTestControllerWin.cpp 34 #include "PolicyDelegate.h"
237 policyDelegate->setControllerToNotifyDone(this);
238 webView->setPolicyDelegate(policyDelegate);
405 policyDelegate->setPermissive(permissive);
406 webView->setPolicyDelegate(policyDelegate);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.h 69 id policyDelegate;
WebView.h 285 @method policyDelegate
289 - (id)policyDelegate;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
WebView.h 154 virtual HRESULT STDMETHODCALLTYPE policyDelegate(
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 302 @method policyDelegate
305 - (id)policyDelegate;
307 HRESULT policyDelegate([retval, out] IWebPolicyDelegate** d);
    [all...]

Completed in 451 milliseconds