Searched refs:decidePolicyForMIMEType (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPolicyDelegate.h123 decidePolicyForMIMEType:request:frame: (zero or more times)<BR>
175 @method webView:decidePolicyForMIMEType:request:frame:
183 - (void)webView:(WebView *)webView decidePolicyForMIMEType:(NSString *)type
/external/webkit/Source/WebKit/win/
H A DDefaultPolicyDelegate.h59 virtual HRESULT STDMETHODCALLTYPE decidePolicyForMIMEType(
H A DDefaultPolicyDelegate.cpp146 HRESULT STDMETHODCALLTYPE DefaultPolicyDelegate::decidePolicyForMIMEType( function in class:DefaultPolicyDelegate
H A DWebFrame.cpp1777 if (SUCCEEDED(policyDelegate->decidePolicyForMIMEType(d->webView, BString(response.mimeType()), urlRequest.get(), this, setUpPolicyListener(function).get())))
/external/webkit/Tools/DumpRenderTree/win/
H A DPolicyDelegate.h60 virtual HRESULT STDMETHODCALLTYPE decidePolicyForMIMEType( function in class:PolicyDelegate
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultPolicyDelegate.m60 - (void)webView: (WebView *)wv decidePolicyForMIMEType:(NSString *)type
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPolicyDelegate.idl134 decidePolicyForMIMEType:request:frame: (zero or more times)<BR>
195 @method webView:decidePolicyForMIMEType:request:frame:
202 - (void)webView:(WebView *)webView decidePolicyForMIMEType:(NSString *)type
207 HRESULT decidePolicyForMIMEType([in] IWebView* webView, [in] BSTR type, [in] IWebURLRequest* request, [in] IWebFrame* frame, [in] IWebPolicyDecisionListener* listener);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm752 decidePolicyForMIMEType:response.mimeType()

Completed in 131 milliseconds