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

  /external/webkit/WebCore/platform/network/
ResourceHandle.cpp 39 ResourceHandle::ResourceHandle(const ResourceRequest& request, ResourceHandleClient* client, bool defersLoading,
41 : d(new ResourceHandleInternal(this, request, client, defersLoading, shouldContentSniff, mightDownloadFromHandle))
46 Frame* frame, bool defersLoading, bool shouldContentSniff, bool mightDownloadFromHandle)
51 RefPtr<ResourceHandle> newHandle(adoptRef(new ResourceHandle(request, client, defersLoading, shouldContentSniff, mightDownloadFromHandle)));
ResourceHandle.h 101 ResourceHandle(const ResourceRequest&, ResourceHandleClient*, bool defersLoading, bool shouldContentSniff, bool mightDownloadFromHandle);
110 static PassRefPtr<ResourceHandle> create(const ResourceRequest&, ResourceHandleClient*, Frame*, bool defersLoading, bool shouldContentSniff, bool mightDownloadFromHandle = false);
ResourceHandleInternal.h 84 ResourceHandleInternal(ResourceHandle* loader, const ResourceRequest& request, ResourceHandleClient* c, bool defersLoading, bool shouldContentSniff, bool mightDownloadFromHandle)
88 , m_defersLoading(defersLoading)
  /external/webkit/WebKit/chromium/src/
ResourceHandle.cpp 160 bool defersLoading,
173 bool defersLoading,
178 request, client, defersLoading, shouldContentSniff, mightDownloadFromHandle));
  /external/webkit/WebCore/loader/
MainResourceLoader.cpp 327 ASSERT(shouldLoadAsEmptyDocument(r.url()) || !defersLoading());
394 ASSERT(!defersLoading());
413 ASSERT(shouldLoadAsEmptyDocument(frameLoader()->activeDocumentLoader()->url()) || !defersLoading());
442 ASSERT(!defersLoading());
497 ASSERT(shouldLoadEmptyBeforeRedirect || !defersLoading());
512 if (shouldLoadEmptyBeforeRedirect && !shouldLoadEmpty && defersLoading())
537 bool defer = defersLoading();
546 ASSERT(defersLoading());
ResourceLoader.h 135 bool defersLoading() const { return m_defersLoading; }
ResourceLoader.cpp 67 , m_defersLoading(frame->page()->defersLoading())
DocumentLoader.cpp 522 if (m_frame->page()->defersLoading())
533 if (m_frame->page()->defersLoading())
RedirectScheduler.cpp 295 if (m_frame->page()->defersLoading())
FrameLoader.cpp     [all...]
  /external/webkit/WebCore/page/
PageGroupLoadDeferrer.cpp 41 if (!otherPage->defersLoading())
Page.h 179 bool defersLoading() const { return m_defersLoading; }
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 249 bool wasDeferringLoading = page->defersLoading();
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 430 bool wasDeferring = page->defersLoading();
  /external/webkit/WebKit/mac/WebView/
WebView.mm     [all...]
  /external/webkit/WebKit/win/
WebView.cpp     [all...]

Completed in 617 milliseconds