Home
last modified time | relevance | path

Searched refs:frameLoader (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/WebCore/loader/
DMainResourceLoader.cpp79 frameLoader()->receivedMainResourceError(error, true); in receivedError()
83 frameLoader()->notifier()->didFailToLoad(this, error); in receivedError()
99 frameLoader()->policyChecker()->cancelCheck(); in didCancel()
104 frameLoader()->receivedMainResourceError(error, true); in didCancel()
110 return frameLoader()->interruptionForPolicyChangeError(request()); in interruptionForPolicyChangeError()
137 && frameLoader()->initialRequest().httpMethod() == "POST") in isPostOrRedirectAfterPost()
146 frameLoader()->receivedData(data, length); in addData()
163 if (frameLoader()->isLoadingMainFrame()) in willSendRequest()
180frameLoader()->checkIfDisplayInsecureContent(top->document()->securityOrigin(), newRequest.url()); in willSendRequest()
188frameLoader()->policyChecker()->checkNavigationPolicy(newRequest, callContinueAfterNavigationPolic… in willSendRequest()
[all …]
DDocumentLoader.cpp98 FrameLoader* DocumentLoader::frameLoader() const in frameLoader() function in WebCore::DocumentLoader
107 … ASSERT(!m_frame || frameLoader()->activeDocumentLoader() != this || !frameLoader()->isLoading()); in ~DocumentLoader()
172 frameLoader()->didReceiveServerRedirectForProvisionalLoadForFrame(); in setRequest()
178 frameLoader()->setMainDocumentError(this, error); in setMainDocumentError()
194 if (!frameLoader()) in mainReceivedError()
198 frameLoader()->mainReceivedCompleteError(this, error); in mainReceivedError()
232 FrameLoader* frameLoader = DocumentLoader::frameLoader(); in stopLoading() local
240 setMainDocumentError(frameLoader->cancelledError(m_request)); in stopLoading()
244 mainReceivedError(frameLoader->cancelledError(m_request), true); in stopLoading()
254 frameLoader()->setupForReplace(); in setupForReplace()
[all …]
DResourceLoader.cpp116 didFail(frameLoader()->cancelledError(r)); in load()
161 FrameLoader* ResourceLoader::frameLoader() const in frameLoader() function in WebCore::ResourceLoader
217frameLoader()->notifier()->assignIdentifierToInitialRequest(m_identifier, documentLoader(), reques… in willSendRequest()
220 frameLoader()->notifier()->willSendRequest(this, request, redirectResponse); in willSendRequest()
244 frameLoader()->notifier()->didReceiveResponse(this, m_response); in didReceiveResponse()
264frameLoader()->notifier()->didReceiveData(this, data, length, static_cast<int>(lengthReceived)); in didReceiveData()
298 frameLoader()->notifier()->didFinishLoad(this); in didFinishLoadingOnePart()
315 frameLoader()->notifier()->didFailToLoad(this, error); in didFail()
344 frameLoader()->notifier()->didFailToLoad(this, error); in didCancel()
371 return frameLoader()->cancelledError(m_request); in cancelledError()
[all …]
DHistoryController.cpp289 FrameLoader* frameLoader = m_frame->loader(); in updateForStandardLoad() local
293 const KURL& historyURL = frameLoader->documentLoader()->urlForHistory(); in updateForStandardLoad()
295 if (!frameLoader->documentLoader()->isClientRedirect()) { in updateForStandardLoad()
299 frameLoader->client()->updateGlobalHistory(); in updateForStandardLoad()
300 frameLoader->documentLoader()->setDidCreateGlobalHistoryEntry(true); in updateForStandardLoad()
301 if (frameLoader->documentLoader()->unreachableURL().isEmpty()) in updateForStandardLoad()
302 frameLoader->client()->updateGlobalHistoryRedirectLinks(); in updateForStandardLoad()
307 } else if (frameLoader->documentLoader()->unreachableURL().isEmpty() && m_currentItem) { in updateForStandardLoad()
308 m_currentItem->setURL(frameLoader->documentLoader()->url()); in updateForStandardLoad()
309 m_currentItem->setFormInfoFromRequest(frameLoader->documentLoader()->request()); in updateForStandardLoad()
[all …]
DNetscapePlugInStreamLoader.cpp86 didCancel(frameLoader()->fileDoesNotExistError(response)); in didReceiveResponse()
DResourceLoader.h58 FrameLoader* frameLoader() const;
DDocumentLoader.h72 FrameLoader* frameLoader() const;
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebdatasource.cpp213 FrameLoader* frameLoader = priv->loader->frameLoader(); in webkit_web_data_source_get_web_frame() local
215 if (!frameLoader) in webkit_web_data_source_get_web_frame()
218 return static_cast<WebKit::FrameLoaderClient*>(frameLoader->client())->webFrame(); in webkit_web_data_source_get_web_frame()
268 FrameLoader* frameLoader = priv->loader->frameLoader(); in webkit_web_data_source_get_request() local
269 if (!frameLoader || !frameLoader->frameHasLoaded()) in webkit_web_data_source_get_request()
/external/webkit/WebKit/mac/WebView/
DWebDataSource.mm421 FrameLoader* frameLoader = _private->loader->frameLoader();
422 if (!frameLoader)
424 return static_cast<WebFrameLoaderClient*>(frameLoader->client())->webFrame();
434 FrameLoader* frameLoader = _private->loader->frameLoader();
435 if (!frameLoader || !frameLoader->frameHasLoaded())
/external/webkit/WebKit/win/
DWebDataSource.cpp180 …= WebHTMLRepresentation::createInstance(static_cast<WebFrame*>(m_loader->frameLoader()->client())); in representation()
191 *frame = static_cast<WebFrame*>(m_loader->frameLoader()->client()); in webFrame()
285 Document *doc = m_loader->frameLoader()->frame()->document(); in subresourceForURL()
/external/webkit/WebKit/mac/Plugins/Hosted/
DHostedNetscapePluginStream.h54 …scapePluginStream> create(NetscapePluginInstanceProxy* instance, WebCore::FrameLoader* frameLoader) in create() argument
56 return adoptRef(new HostedNetscapePluginStream(instance, frameLoader)); in create()
DHostedNetscapePluginStream.mm70 …ostedNetscapePluginStream(NetscapePluginInstanceProxy* instance, WebCore::FrameLoader* frameLoader)
74 , m_frameLoader(frameLoader)
/external/webkit/WebKit/mac/Plugins/
DWebBaseNetscapePluginStream.h58 static PassRefPtr<WebNetscapePluginStream> create(WebCore::FrameLoader* frameLoader) in create() argument
60 return adoptRef(new WebNetscapePluginStream(frameLoader)); in create()
/external/webkit/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp512 FrameLoader* frameLoader = loader->frameLoader(); in committedLoad() local
513 frameLoader->setEncoding(m_response.textEncodingName(), false); in committedLoad()
514 frameLoader->addData(data, length); in committedLoad()
/external/webkit/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp151 FrameLoader* frameLoader = loader->frameLoader(); in committedLoad() local
152 frameLoader->setEncoding(encoding, userChosen); in committedLoad()
154 frameLoader->addData(data, length); in committedLoad()
158 …loader->cancelMainResourceLoad(frameLoader->client()->pluginWillHandleLoadError(loader->response()… in committedLoad()
863 FrameLoader* loader = documentLoader->frameLoader(); in finishedLoading()
/external/webkit/WebCore/loader/cf/
DResourceLoaderCFNet.cpp41 …return frameLoader()->client()->shouldCacheResponse(documentLoader(), identifier(), response, CFDa… in shouldCacheResponse()
/external/webkit/WebKit/chromium/src/
DWebFrameImpl.cpp381 FrameLoader* frameLoader = m_frame->loader(); in favIconURL() local
384 if (frameLoader->state() == FrameStateComplete) { in favIconURL()
385 const KURL& url = frameLoader->iconURL(); in favIconURL()
394 FrameLoader* frameLoader = m_frame->loader(); in openSearchDescriptionURL() local
395 if (frameLoader->state() == FrameStateComplete in openSearchDescriptionURL()
824 FrameLoader* frameLoader = m_frame->loader(); in provisionalDataSource() local
827 DocumentLoader* docLoader = frameLoader->provisionalDocumentLoader(); in provisionalDataSource()
829 docLoader = frameLoader->policyDocumentLoader(); in provisionalDataSource()
DFrameLoaderClientImpl.cpp267 if (loader == loader->frameLoader()->provisionalDocumentLoader()) { in setTargetTypeFromLoader()
269 if (loader->frameLoader()->isLoadingMainFrame()) in setTargetTypeFromLoader()
287 if (loader == loader->frameLoader()->provisionalDocumentLoader() in dispatchWillSendRequest()
289 && isBackForwardLoadType(loader->frameLoader()->loadType())) in dispatchWillSendRequest()
1078 dl->frameLoader()->setEncoding("", false); in finishedLoading()
DApplicationCacheHost.cpp105 String referrer = m_documentLoader->frameLoader()->referrer(); in selectCacheWithManifest()
DWebDevToolsAgentImpl.cpp483 FrameLoader* frameLoader = webFrameImpl->frame()->loader(); in identifierForInitialRequest() local
484 DocumentLoader* loader = frameLoader->activeDocumentLoader(); in identifierForInitialRequest()
/external/webkit/WebCore/inspector/
DInspectorResource.cpp278 if (m_loader->frameLoader() && m_requestURL == m_loader->frameLoader()->iconURL()) in type()
/external/webkit/WebCore/loader/mac/
DResourceLoaderMac.mm42 return frameLoader()->client()->willCacheResponse(documentLoader(), identifier(), response);
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp513 FrameLoader *fl = loader->frameLoader(); in finishedLoading()
704 loader->frameLoader()->setEncoding(m_response.textEncodingName(), false); in setMainDocumentError()
719 FrameLoader *fl = loader->frameLoader(); in committedLoad()
885 FrameLoader *fl = loader->frameLoader(); in dispatchDidFailLoading()
/external/webkit/WebCore/loader/appcache/
DApplicationCacheHost.cpp196 error = documentLoader()->frameLoader()->client()->cannotShowURLError(request); in maybeLoadSynchronously()
/external/webkit/WebCore/dom/
DDocument.cpp1792 FrameLoader* frameLoader = frame->loader(); in close() local
1793 frameLoader->endIfNotLoadingMainResource(); in close()
1794 frameLoader->checkCompleted(); in close()
2372 FrameLoader* frameLoader = frame->loader(); in processHttpEquiv() local
2373 if (frameLoader->shouldInterruptLoadForXFrameOptions(content, url())) { in processHttpEquiv()
2374 frameLoader->stopAllLoaders(); in processHttpEquiv()
4764 FrameLoader* frameLoader = frame->loader(); in resourceRetrievedByXMLHttpRequest() local
4765 frameLoader->notifier()->didLoadResourceByXMLHttpRequest(identifier, sourceString); in resourceRetrievedByXMLHttpRequest()

12