Searched defs:docLoader (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp864 WebCore::DocumentLoader* docLoader = coreFrame->loader()->documentLoader(); local
865 String mimeType = docLoader->responseMIMEType();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp691 void FrameLoaderClient::transferLoadingResourceFromPage(unsigned long identifier, WebCore::DocumentLoader* docLoader, const WebCore::ResourceRequest& request, WebCore::Page* oldPage) argument
698 assignIdentifierToInitialRequest(identifier, docLoader, request);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp354 void FrameLoaderClientHaiku::didChangeTitle(DocumentLoader* docLoader) argument
356 setTitle(docLoader->title(), docLoader->url());
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp969 WebCore::DocumentLoader* docLoader = coreFrame->loader()->documentLoader(); local
970 return docLoader->responseMIMEType();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp197 void FrameLoaderClientAndroid::dispatchDidFailLoading(DocumentLoader* docLoader, argument
259 DocumentLoader* docLoader = m_frame->loader()->activeDocumentLoader(); local
260 KURL originalURL = docLoader->originalRequest().url();
521 WebCore::DocumentLoader* docLoader = m_frame->loader()->activeDocumentLoader(); local
522 if (docLoader->response().httpStatusCode() == 204)
604 void FrameLoaderClientAndroid::setMainDocumentError(DocumentLoader* docLoader, const ResourceError& error) { argument
672 void FrameLoaderClientAndroid::finishedLoading(DocumentLoader* docLoader) { argument
677 committedLoad(docLoader, 0, 0);
689 DocumentLoader* docLoader = m_frame->loader()->documentLoader(); local
690 ASSERT(docLoader);
[all...]
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp1570 bool FrameLoader::shouldReloadToHandleUnreachableURL(DocumentLoader* docLoader) argument
1572 KURL unreachableURL = docLoader->unreachableURL();
1794 DocumentLoader* docLoader = activeDocumentLoader(); local
1795 if (!docLoader)
1797 return docLoader->isLoadingMainResource() || docLoader->isLoadingSubresources() || docLoader->isLoadingPlugIns();
1816 void FrameLoader::dispatchTransferLoadingResourceFromPage(unsigned long identifier, DocumentLoader* docLoader, const ResourceRequest& request, Page* oldPage) argument
1818 notifier()->dispatchTransferLoadingResourceFromPage(identifier, docLoader, request, oldPage);
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1011 DocumentLoader* docLoader = frameLoader->provisionalDocumentLoader(); local
1012 if (!docLoader)
1013 docLoader = frameLoader->policyDocumentLoader();
1015 return DataSourceForDocLoader(docLoader);

Completed in 178 milliseconds