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

  /external/webkit/Source/WebCore/platform/network/soup/
ProxyServerSoup.cpp 33 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
ResourceHandleSoup.cpp 620 bool ResourceHandle::start(NetworkingContext* context)
723 void ResourceHandle::loadResourceSynchronously(NetworkingContext* context, const ResourceRequest& request, StoredCredentials /*storedCredentials*/, ResourceError& error, ResourceResponse& response, Vector<char>& data)
  /external/webkit/Source/WebCore/platform/network/win/
ProxyServerWin.cpp 31 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
ResourceHandleWin.cpp 265 bool ResourceHandle::start(NetworkingContext* context)
414 void ResourceHandle::loadResourceSynchronously(NetworkingContext* context, const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector<char>& data)
  /external/webkit/Source/WebCore/platform/network/android/
ProxyServerAndroid.cpp 34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
ResourceHandleAndroid.cpp 51 bool ResourceHandle::start(NetworkingContext* context)
151 void ResourceHandle::loadResourceSynchronously(NetworkingContext* context, const ResourceRequest& request,
  /external/webkit/Source/WebCore/platform/network/curl/
ProxyServerCurl.cpp 34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
ResourceHandleCurl.cpp 98 bool ResourceHandle::start(NetworkingContext* context)
190 void ResourceHandle::loadResourceSynchronously(NetworkingContext*, const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector<char>& data)
  /external/webkit/Source/WebCore/loader/
FrameNetworkingContext.h 24 #include "NetworkingContext.h"
28 class FrameNetworkingContext : public NetworkingContext {
FrameLoader.h 70 class NetworkingContext;
340 NetworkingContext* networkingContext() const;
FrameLoader.cpp     [all...]
  /external/webkit/Source/WebCore/platform/network/
NetworkingContext.h 45 class NetworkingContext : public RefCounted<NetworkingContext> {
47 virtual ~NetworkingContext() { }
76 NetworkingContext() { }
ProxyServer.h 35 class NetworkingContext;
71 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*);
ResourceHandle.h 32 #include "NetworkingContext.h"
102 static PassRefPtr<ResourceHandle> create(NetworkingContext*, const ResourceRequest&, ResourceHandleClient*, bool defersLoading, bool shouldContentSniff);
103 static void loadResourceSynchronously(NetworkingContext*, const ResourceRequest&, StoredCredentials, ResourceError&, ResourceResponse&, Vector<char>& data);
220 bool start(NetworkingContext*);
ResourceHandleInternal.h 197 RefPtr<NetworkingContext> m_context;
202 RefPtr<NetworkingContext> m_context;
ResourceHandle.cpp 56 PassRefPtr<ResourceHandle> ResourceHandle::create(NetworkingContext* context, const ResourceRequest& request, ResourceHandleClient* client, bool defersLoading, bool shouldContentSniff)
  /external/webkit/Source/WebCore/platform/network/qt/
ProxyServerQt.cpp 30 #include "NetworkingContext.h"
40 Vector<ProxyServer> proxyServersForURL(const KURL& url, const NetworkingContext* context)
ResourceHandleQt.cpp 82 bool ResourceHandle::start(NetworkingContext* context)
84 // If NetworkingContext is invalid then we are no longer attached to a Page,
124 if (frame->loader()->networkingContext()) {
125 manager = frame->loader()->networkingContext()->networkAccessManager();
152 void ResourceHandle::loadResourceSynchronously(NetworkingContext* context, const ResourceRequest& request, StoredCredentials /*storedCredentials*/, ResourceError& error, ResourceResponse& response, Vector<char>& data)
  /external/webkit/Source/WebCore/platform/network/cf/
ProxyServerCFNet.cpp 86 Vector<ProxyServer> proxyServersForURL(const KURL& url, const NetworkingContext*)
95 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
ResourceHandleCFNet.cpp 437 bool ResourceHandle::start(NetworkingContext* context)
442 // If NetworkingContext is invalid then we are no longer attached to a Page,
630 void ResourceHandle::loadResourceSynchronously(NetworkingContext* context, const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector<char>& vector)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
ResourceHandle.cpp 211 PassRefPtr<ResourceHandle> ResourceHandle::create(NetworkingContext* context,
246 bool ResourceHandle::start(NetworkingContext* context)
288 void ResourceHandle::loadResourceSynchronously(NetworkingContext* context,
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 48 #include <WebCore/NetworkingContext.h>
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 293 bool ResourceHandle::start(NetworkingContext* context)
300 // If NetworkingContext is invalid then we are no longer attached to a Page,
493 void ResourceHandle::loadResourceSynchronously(NetworkingContext* context, const ResourceRequest& request, StoredCredentials storedCredentials, ResourceError& error, ResourceResponse& response, Vector<char>& data)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 27 #include "NetworkingContext.h"
418 NetworkingContext* context = 0;
427 context = loader->networkingContext();
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp     [all...]

Completed in 254 milliseconds