Searched refs:policyDelegate (Results 1 - 13 of 13) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DDumpRenderTreeMac.h58 extern PolicyDelegate* policyDelegate;
H A DLayoutTestControllerMac.mm258 [policyDelegate setPermissive:permissive];
259 [[mainFrame webView] setPolicyDelegate:policyDelegate];
535 [policyDelegate setControllerToNotifyDone:this];
536 [[mainFrame webView] setPolicyDelegate:policyDelegate];
H A DDumpRenderTree.mm126 PolicyDelegate *policyDelegate;
526 policyDelegate = [[PolicyDelegate alloc] init];
544 releaseAndZero(&policyDelegate);
1152 [policyDelegate setPermissive:NO];
1153 [policyDelegate setControllerToNotifyDone:0];
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DDumpRenderTreeWin.h42 extern PolicyDelegate* policyDelegate;
H A DDumpRenderTree.cpp96 PolicyDelegate* policyDelegate; variable
810 policyDelegate->setPermissive(false);
811 policyDelegate->setControllerToNotifyDone(0);
1228 policyDelegate = new PolicyDelegate();
1299 delete policyDelegate;
H A DLayoutTestControllerWin.cpp309 policyDelegate->setPermissive(permissive);
310 webView->setPolicyDelegate(policyDelegate);
/external/webkit/WebKit/mac/WebView/
H A DWebViewData.h63 id policyDelegate; variable
H A DWebView.h285 @method policyDelegate
289 - (id)policyDelegate;
H A DWebView.mm1449 _private->policyDelegateForwarder = [[_WebSafeForwarder alloc] initWithTarget:_private->policyDelegate defaultTarget:[WebDefaultPolicyDelegate sharedPolicyDelegate] catchExceptions:_private->catchesDelegateExceptions];
2959 _private->policyDelegate = delegate;
2964 - policyDelegate
2966 return _private->policyDelegate;
/external/webkit/WebKit/win/
H A DWebFrame.cpp1626 COMPtr<IWebPolicyDelegate> policyDelegate; local
1627 if (FAILED(d->webView->policyDelegate(&policyDelegate)))
1628 policyDelegate = DefaultPolicyDelegate::sharedInstance();
1632 if (SUCCEEDED(policyDelegate->decidePolicyForMIMEType(d->webView, BString(mimeType), urlRequest.get(), this, setUpPolicyListener(function).get())))
1643 COMPtr<IWebPolicyDelegate> policyDelegate; local
1644 if (FAILED(d->webView->policyDelegate(&policyDelegate)))
1645 policyDelegate = DefaultPolicyDelegate::sharedInstance();
1650 if (SUCCEEDED(policyDelegate
1661 COMPtr<IWebPolicyDelegate> policyDelegate; local
1676 COMPtr<IWebPolicyDelegate> policyDelegate; local
[all...]
H A DWebView.h134 virtual HRESULT STDMETHODCALLTYPE policyDelegate(
H A DWebView.cpp2770 HRESULT STDMETHODCALLTYPE WebView::policyDelegate(
/external/webkit/WebKit/win/Interfaces/
H A DIWebView.idl301 @method policyDelegate
304 - (id)policyDelegate;
306 HRESULT policyDelegate([retval, out] IWebPolicyDelegate** d);

Completed in 82 milliseconds