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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameNetworkingContextAndroid.cpp 30 #include "MainResourceLoader.h"
42 MainResourceLoader* FrameNetworkingContextAndroid::mainResourceLoader() const
44 return frame()->loader()->activeDocumentLoader()->mainResourceLoader();
FrameNetworkingContextAndroid.h 32 class MainResourceLoader;
48 virtual WebCore::MainResourceLoader* mainResourceLoader() const;
  /external/webkit/Source/WebCore/platform/network/
NetworkingContext.h 40 class MainResourceLoader;
71 virtual MainResourceLoader* mainResourceLoader() const = 0;
  /external/webkit/Source/WebCore/html/
PluginDocument.cpp 35 #include "MainResourceLoader.h"
134 // the loading of the plugin was cancelled, which gives us a null mainResourceLoader(), so we
135 // need to have this call in a null check of the widget or of mainResourceLoader().
136 frame->loader()->activeDocumentLoader()->mainResourceLoader()->setShouldBufferData(false);
184 frame()->loader()->activeDocumentLoader()->mainResourceLoader()->cancel();
MediaDocument.cpp 40 #include "MainResourceLoader.h"
103 frame->loader()->activeDocumentLoader()->mainResourceLoader()->setShouldBufferData(false);
  /external/webkit/Source/WebCore/platform/network/android/
ResourceHandleAndroid.cpp 33 #include "MainResourceLoader.h"
56 MainResourceLoader* mainLoader = context->mainResourceLoader();
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheHost.cpp 39 #include "MainResourceLoader.h"
107 if (scheduleLoadFallbackResourceFromApplicationCache(documentLoader()->mainResourceLoader(), m_mainResourceApplicationCache.get()))
121 if (scheduleLoadFallbackResourceFromApplicationCache(documentLoader()->mainResourceLoader(), m_mainResourceApplicationCache.get()))
  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 56 class MainResourceLoader;
81 MainResourceLoader* mainResourceLoader() const { return m_mainResourceLoader.get(); }
264 RefPtr<MainResourceLoader> m_mainResourceLoader;

Completed in 801 milliseconds