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

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebFrameNetworkingContext.cpp 21 #include "WebFrameNetworkingContext.h"
29 WebFrameNetworkingContext::WebFrameNetworkingContext(Frame* frame)
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
WebFrameNetworkingContext.h 27 class WebFrameNetworkingContext : public FrameNetworkingContext {
29 static PassRefPtr<WebFrameNetworkingContext> create(Frame*);
32 WebFrameNetworkingContext(Frame*);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameNetworkingContext.cpp 22 #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
WebFrameNetworkingContext.h 26 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext {
28 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame*, const WTF::String& userAgent);
31 WebFrameNetworkingContext(WebCore::Frame* frame, const WTF::String& userAgent)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameNetworkingContext.h 22 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext {
24 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame)
26 return adoptRef(new WebFrameNetworkingContext(frame));
30 WebFrameNetworkingContext(WebCore::Frame* frame)
WebFrameNetworkingContext.mm 20 #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
WebFrameLoaderClient.mm 50 #import "WebFrameNetworkingContext.h"
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebFrameNetworkingContext.h 27 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext {
29 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame)
31 return adoptRef(new WebFrameNetworkingContext(frame));
35 WebFrameNetworkingContext(WebCore::Frame* frame)
WebFrameNetworkingContext.mm 21 #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/gtk/
WebFrameNetworkingContext.h 32 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext {
34 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame*)
40 WebFrameNetworkingContext(WebCore::Frame* frame)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebFrameNetworkingContext.h 27 class WebFrameNetworkingContext : public WebCore::FrameNetworkingContext {
29 static PassRefPtr<WebFrameNetworkingContext> create(WebCore::Frame* frame)
31 return adoptRef(new WebFrameNetworkingContext(frame));
35 WebFrameNetworkingContext(WebCore::Frame* frame)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 42 #include "WebFrameNetworkingContext.h"
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 44 #include "WebFrameNetworkingContext.h"
    [all...]

Completed in 223 milliseconds