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

/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
H A DWebFrameNetworkingContext.cpp21 #include "WebFrameNetworkingContext.h"
29 WebFrameNetworkingContext::WebFrameNetworkingContext(Frame* frame) function in class:WebCore::WebFrameNetworkingContext
36 PassRefPtr<WebFrameNetworkingContext> WebFrameNetworkingContext::create(Frame* frame)
38 return adoptRef(new WebFrameNetworkingContext(frame));
41 QObject* WebFrameNetworkingContext::originatingObject() const
46 QNetworkAccessManager* WebFrameNetworkingContext::networkAccessManager() const
51 bool WebFrameNetworkingContext::mimeSniffingEnabled() const
H A DWebFrameNetworkingContext.h27 class WebFrameNetworkingContext : public FrameNetworkingContext { class in namespace:WebCore
29 static PassRefPtr<WebFrameNetworkingContext> create(Frame*);
32 WebFrameNetworkingContext(Frame*);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameNetworkingContext.cpp22 #include "WebFrameNetworkingContext.h"
26 PassRefPtr<WebFrameNetworkingContext> WebFrameNetworkingContext::create(Frame* frame, const String& userAgent)
28 return adoptRef(new WebFrameNetworkingContext(frame, userAgent));
31 String WebFrameNetworkingContext::userAgent() const
36 String WebFrameNetworkingContext::referrer() const
41 WebCore::ResourceError WebFrameNetworkingContext::blockedError(const WebCore::ResourceRequest& request) const
H A DWebFrameNetworkingContext.h26 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext { class in inherits:WebCore::FrameNetworkingContext
28 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame*, const WTF::String& userAgent);
31 WebFrameNetworkingContext(WebCore::Frame* frame, const WTF::String& userAgent) function in class:WebFrameNetworkingContext
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
H A DWebFrameNetworkingContext.h32 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext { class in inherits:WebCore::FrameNetworkingContext
34 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame*)
40 WebFrameNetworkingContext(WebCore::Frame* frame) function in class:WebFrameNetworkingContext
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameNetworkingContext.h22 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext { class in inherits:WebCore::FrameNetworkingContext
24 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame)
26 return adoptRef(new WebFrameNetworkingContext(frame));
30 WebFrameNetworkingContext(WebCore::Frame* frame) function in class:WebFrameNetworkingContext
H A DWebFrameNetworkingContext.mm20 #import "WebFrameNetworkingContext.h"
28 bool WebFrameNetworkingContext::needsSiteSpecificQuirks() const
33 bool WebFrameNetworkingContext::localFileContentSniffingEnabled() const
38 SchedulePairHashSet* WebFrameNetworkingContext::scheduledRunLoopPairs() const
43 ResourceError WebFrameNetworkingContext::blockedError(const ResourceRequest& request) const
H A DWebFrameLoaderClient.mm50 #import "WebFrameNetworkingContext.h"
2008 return WebFrameNetworkingContext::create(core(m_webFrame.get()));
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebFrameNetworkingContext.h27 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext { class in namespace:WebKit
29 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame)
31 return adoptRef(new WebFrameNetworkingContext(frame));
35 WebFrameNetworkingContext(WebCore::Frame* frame) function in class:WebKit::WebFrameNetworkingContext
H A DWebFrameNetworkingContext.mm21 #import "WebFrameNetworkingContext.h"
31 bool WebFrameNetworkingContext::needsSiteSpecificQuirks() const
36 bool WebFrameNetworkingContext::localFileContentSniffingEnabled() const
41 SchedulePairHashSet* WebFrameNetworkingContext::scheduledRunLoopPairs() const
46 ResourceError WebFrameNetworkingContext::blockedError(const ResourceRequest& request) const
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebFrameNetworkingContext.h27 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext { class in inherits:WebCore::FrameNetworkingContext
29 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame)
31 return adoptRef(new WebFrameNetworkingContext(frame));
35 WebFrameNetworkingContext(WebCore::Frame* frame) function in class:WebFrameNetworkingContext
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp42 #include "WebFrameNetworkingContext.h"
1398 return WebFrameNetworkingContext::create(m_frame->coreFrame());
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp44 #include "WebFrameNetworkingContext.h"
2643 return WebFrameNetworkingContext::create(core(this), userAgent(url()));

Completed in 133 milliseconds