Searched defs:canShowMIMEType (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKNavigationResponse.h50 @property (nonatomic, readonly) BOOL canShowMIMEType; variable
H A DWKNavigationResponseInternal.h39 @property (nonatomic, readwrite) BOOL canShowMIMEType; variable
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitPolicyClient.cpp81 static void decidePolicyForResponse(WKPageRef, WKFrameRef, WKURLResponseRef response, WKURLRequestRef request, bool canShowMIMEType, WKFramePolicyListenerRef listener, WKTypeRef /* userData */, const void* clientInfo) argument
H A DWebKitResponsePolicyDecision.cpp51 bool canShowMIMEType; member in struct:_WebKitResponsePolicyDecisionPrivate
158 WebKitResponsePolicyDecision* webkitResponsePolicyDecisionCreate(API::URLRequest* request, API::URLResponse* response, bool canShowMIMEType, WebFramePolicyListenerProxy* listener) argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DPagePolicyClientEfl.cpp64 void PagePolicyClientEfl::decidePolicyForResponseCallback(WKPageRef, WKFrameRef frame, WKURLResponseRef response, WKURLRequestRef, bool canShowMIMEType, WKFramePolicyListenerRef listener, WKTypeRef /*userData*/, const void* /*clientInfo*/) argument
/macosx-10.10/WebKit-7600.1.25/win/
H A DDefaultPolicyDelegate.cpp153 BOOL canShowMIMEType; local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebFrameProxy.cpp100 bool WebFrameProxy::canShowMIMEType(const String& mimeType) const function in class:WebKit::WebFrameProxy
H A DWebPageProxy.cpp990 bool WebPageProxy::canShowMIMEType(const String& mimeType) function in class:WebKit::WebPageProxy
2925 void WebPageProxy::decidePolicyForResponse(uint64_t frameID, const ResourceResponse& response, const ResourceRequest& request, bool canShowMIMEType, uint64_t listenerID, IPC::MessageDecoder& decoder) argument
2942 void WebPageProxy::decidePolicyForResponseSync(uint64_t frameID, const ResourceResponse& response, const ResourceRequest& request, bool canShowMIMEType, uint64_t listenerID, IPC::MessageDecoder& decoder, bool& receivedPolicyAction, uint64_t& policyAction, uint64_t& downloadID) argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DMIMETypeRegistry.cpp573 bool MIMETypeRegistry::canShowMIMEType(const String& mimeType) function in class:WebCore::MIMETypeRegistry
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp402 bool FrameLoaderClientWinCE::canShowMIMEType(const String& type) const function in class:WebKit::FrameLoaderClientWinCE
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp901 bool WebFrameLoaderClient::canShowMIMEType(const String& mimeType) const function in class:WebFrameLoaderClient
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPage.cpp1156 m_client.decidePolicyForResponse(toAPI(page), toAPI(frame), toAPI(response.get()), toAPI(request.get()), canShowMIMEType, toAPI(listener.get()), toAPI(userData), m_client.base.clientInfo); local
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp673 bool canShowMIMEType = webPage->canShowMIMEType(response.mimeType()); local
1104 bool WebFrameLoaderClient::canShowMIMEType(const String& /*MIMEType*/) const function in class:WebKit::WebFrameLoaderClient
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp4395 bool WebPage::canShowMIMEType(const String& MIMEType) const function in class:WebKit::WebPage

Completed in 237 milliseconds