Home | History | Annotate | Download | only in loader

Lines Matching refs:DocumentLoader

30 #include "DocumentLoader.h"
81 DocumentLoader::DocumentLoader(const ResourceRequest& req, const SubstituteData& substituteData)
97 , m_substituteResourceDeliveryTimer(this, &DocumentLoader::substituteResourceDeliveryTimerFired)
105 FrameLoader* DocumentLoader::frameLoader() const
112 DocumentLoader::~DocumentLoader()
121 PassRefPtr<SharedBuffer> DocumentLoader::mainResourceData() const
130 const ResourceRequest& DocumentLoader::originalRequest() const
135 const ResourceRequest& DocumentLoader::originalRequestCopy() const
140 const ResourceRequest& DocumentLoader::request() const
145 ResourceRequest& DocumentLoader::request()
150 const KURL& DocumentLoader::url() const
155 void DocumentLoader::replaceRequestURLForSameDocumentNavigation(const KURL& url)
161 void DocumentLoader::setRequest(const ResourceRequest& req)
186 void DocumentLoader::setMainDocumentError(const ResourceError& error)
192 void DocumentLoader::clearErrors()
197 void DocumentLoader::mainReceivedError(const ResourceError& error, bool isComplete)
216 void DocumentLoader::stopLoading()
235 // Appcache uses ResourceHandle directly, DocumentLoader doesn't count these loads.
244 RefPtr<DocumentLoader> protectLoader(this);
248 FrameLoader* frameLoader = DocumentLoader::frameLoader();
268 void DocumentLoader::setupForReplace()
274 void DocumentLoader::commitIfReady()
282 void DocumentLoader::finishedLoading()
292 void DocumentLoader::commitLoad(const char* data, int length)
297 RefPtr<DocumentLoader> protectLoader(this);
300 FrameLoader* frameLoader = DocumentLoader::frameLoader();
310 void DocumentLoader::commitData(const char* bytes, int length)
324 bool DocumentLoader::doesProgressiveLoad(const String& MIMEType) const
329 void DocumentLoader::receivedData(const char* data, int length)
336 void DocumentLoader::setupForReplaceByMIMEType(const String& newMIMEType)
368 void DocumentLoader::updateLoading()
384 void DocumentLoader::setFrame(Frame* frame)
394 void DocumentLoader::attachToFrame()
399 void DocumentLoader::detachFromFrame()
408 void DocumentLoader::prepareForLoadStart()
420 void DocumentLoader::setPrimaryLoadComplete(bool flag)
434 bool DocumentLoader::isLoadingInAPISense() const
454 void DocumentLoader::addAllArchiveResources(Archive* archive)
466 // FIXME: Adding a resource directly to a DocumentLoader/ArchiveResourceCollection seems like bad design, but is API some apps rely on.
468 void DocumentLoader::addArchiveResource(PassRefPtr<ArchiveResource> resource)
480 PassRefPtr<Archive> DocumentLoader::popArchiveForSubframe(const String& frameName)
485 void DocumentLoader::clearArchiveResources()
491 void DocumentLoader::setParsedArchiveData(PassRefPtr<SharedBuffer> data)
496 SharedBuffer* DocumentLoader::parsedArchiveData() const
502 ArchiveResource* DocumentLoader::archiveResourceForURL(const KURL& url) const
512 PassRefPtr<ArchiveResource> DocumentLoader::mainResource() const
522 PassRefPtr<ArchiveResource> DocumentLoader::subresource(const KURL& url) const
543 void DocumentLoader::getSubresources(Vector<PassRefPtr<ArchiveResource> >& subresources) const
561 void DocumentLoader::deliverSubstituteResourcesAfterDelay()
572 void DocumentLoader::substituteResourceDeliveryTimerFired(Timer<DocumentLoader>*)
603 bool DocumentLoader::isSubstituteLoadPending(ResourceLoader* loader) const
609 void DocumentLoader::cancelPendingSubstituteLoad(ResourceLoader* loader)
619 bool DocumentLoader::scheduleArchiveLoad(ResourceLoader* loader, const ResourceRequest& request, const KURL& originalURL)
641 void DocumentLoader::addResponse(const ResourceResponse& r)
647 void DocumentLoader::stopRecordingResponses()
652 void DocumentLoader::setTitle(const StringWithDirection& title)
664 void DocumentLoader::setIconURL(const String& iconURL)
675 KURL DocumentLoader::urlForHistory() const
686 bool DocumentLoader::urlForHistoryReflectsFailure() const
691 const KURL& DocumentLoader::originalURL() const
696 const KURL& DocumentLoader::requestURL() const
701 const KURL& DocumentLoader::responseURL() const
706 const String& DocumentLoader::responseMIMEType() const
711 const KURL& DocumentLoader::unreachableURL() const
716 void DocumentLoader::setDefersLoading(bool defers)
726 void DocumentLoader::stopLoadingPlugIns()
731 void DocumentLoader::stopLoadingSubresources()
736 void DocumentLoader::addSubresourceLoader(ResourceLoader* loader)
742 void DocumentLoader::removeSubresourceLoader(ResourceLoader* loader)
750 void DocumentLoader::addPlugInStreamLoader(ResourceLoader* loader)
756 void DocumentLoader::removePlugInStreamLoader(ResourceLoader* loader)
762 bool DocumentLoader::isLoadingMainResource() const
767 bool DocumentLoader::isLoadingSubresources() const
772 bool DocumentLoader::isLoadingPlugIns() const
777 bool DocumentLoader::isLoadingMultipartContent() const
782 bool DocumentLoader::startLoadingMainResource(unsigned long identifier)
803 void DocumentLoader::cancelMainResourceLoad(const ResourceError& error)
808 void DocumentLoader::subresourceLoaderFinishedLoadingOnePart(ResourceLoader* loader)
817 void DocumentLoader::transferLoadingResourcesFromPage(Page* oldPage)
840 void DocumentLoader::iconLoadDecisionAvailable()
848 static_cast<DocumentLoader*>(context)->continueIconLoadWithDecision(decision);
851 void DocumentLoader::getIconLoadDecisionForIconURL(const String& urlString)
859 void DocumentLoader::continueIconLoadWithDecision(IconLoadDecision decision)
872 void DocumentLoader::getIconDataForIconURL(const String& urlString)