Home | History | Annotate | Download | only in loader

Lines Matching refs:m_documentLoader

242     m_documentLoader->writer()->begin(KURL(), false);
243 m_documentLoader->writer()->end();
253 if (m_documentLoader)
254 m_documentLoader->setDefersLoading(defers);
620 if (m_documentLoader) {
621 StringWithDirection ptitle = m_documentLoader->title();
631 if (!m_documentLoader)
635 if (!parseHTTPRefresh(m_documentLoader->response().httpHeaderField("Refresh"), false, delay, url))
675 if (m_documentLoader) {
676 String dnsPrefetchControl = m_documentLoader->response().httpHeaderField("X-DNS-Prefetch-Control");
680 String contentSecurityPolicy = m_documentLoader->response().httpHeaderField("X-WebKit-CSP");
731 m_documentLoader->getIconLoadDecisionForIconURL(urlString);
737 IconLoadDecision decision = iconDatabase().synchronousLoadDecisionForIconURL(urlString, m_documentLoader.get());
770 m_documentLoader->getIconDataForIconURL(urlString);
1275 m_provisionalDocumentLoader = m_documentLoader;
1276 m_documentLoader = 0;
1384 RefPtr<DocumentLoader> oldDocumentLoader = m_documentLoader;
1427 if (lockHistory && m_documentLoader)
1428 loader->setClientRedirectSourceForHistory(m_documentLoader->didCreateGlobalHistoryEntry() ? m_documentLoader->urlForHistory().string() : m_documentLoader->clientRedirectSourceForHistory());
1451 if (lockHistory && m_documentLoader)
1452 loader->setClientRedirectSourceForHistory(m_documentLoader->didCreateGlobalHistoryEntry() ? m_documentLoader->urlForHistory().string() : m_documentLoader->clientRedirectSourceForHistory());
1455 if (m_documentLoader)
1456 loader->setOverrideEncoding(m_documentLoader->overrideEncoding());
1473 if (m_documentLoader)
1474 newDocumentLoader->setOverrideEncoding(m_documentLoader->overrideEncoding());
1522 RefPtr<DocumentLoader> oldDocumentLoader = m_documentLoader;
1571 notifier()->sendRemainingDelegateMessages(m_documentLoader.get(), identifier, ResourceResponse(url, String(), -1, String(), String()), -1, -1, error);
1604 if (!m_documentLoader)
1607 ResourceRequest request = m_documentLoader->request();
1608 KURL unreachableURL = m_documentLoader->unreachableURL();
1624 if (!m_documentLoader)
1629 if (m_documentLoader->request().url().isEmpty())
1632 ResourceRequest initialRequest = m_documentLoader->request();
1635 KURL unreachableURL = m_documentLoader->unreachableURL();
1639 // Create a new document loader for the reload, this will become m_documentLoader eventually,
1652 loader->setOverrideEncoding(m_documentLoader->overrideEncoding());
1768 if (m_documentLoader)
1769 m_documentLoader->stopLoading();
1774 if (m_documentLoader)
1775 m_documentLoader->clearArchiveResources();
1797 return m_documentLoader.get();
1831 if (!loader && !m_documentLoader)
1834 ASSERT(loader != m_documentLoader);
1839 if (m_documentLoader)
1840 m_documentLoader->detachFromFrame();
1842 m_documentLoader = loader;
1848 // This can cause the new m_documentLoader to be detached from its Frame*, but still
1853 if (m_documentLoader && !m_documentLoader->frame()) {
1854 ASSERT(!m_documentLoader->isLoading());
1855 m_documentLoader->setFrame(m_frame);
1869 && m_policyDocumentLoader != m_documentLoader)
1880 if (m_provisionalDocumentLoader && m_provisionalDocumentLoader != m_documentLoader)
1900 if (m_documentLoader)
1901 m_documentLoader->stopRecordingResponses();
1944 m_documentLoader->timing()->hasSameOriginAsPreviousDocument = securityOrigin->canRequest(m_previousUrl);
1961 StringWithDirection title = m_documentLoader->title();
1981 if (m_loadType == FrameLoadTypeStandard && m_documentLoader->isClientRedirect())
1990 const ResponseVector& responses = m_documentLoader->responses();
2002 notifier()->sendRemainingDelegateMessages(m_documentLoader.get(), identifier, response, static_cast<int>(response.expectedContentLength()), 0, error);
2007 m_documentLoader->setPrimaryLoadComplete(true);
2032 if (m_documentLoader)
2038 if (m_documentLoader)
2039 m_documentLoader->stopLoadingSubresources();
2040 if (m_documentLoader)
2041 m_documentLoader->stopLoadingPlugIns();
2048 DocumentLoader* dl = m_documentLoader.get();
2110 m_documentLoader->writer()->setMIMEType(dl->responseMIMEType());
2150 m_quickRedirectComing = (lockBackForwardList || history()->currentItemShouldBeReplaced()) && m_documentLoader && !m_isExecutingJavaScriptFormAction;
2177 if (m_documentLoader)
2451 if (isReplacing() && !m_documentLoader.get())
2473 DocumentLoader* dl = m_documentLoader.get();
2577 if (m_documentLoader && m_stateMachine.committedFirstRealDocumentLoad() && !m_stateMachine.isDisplayingInitialEmptyDocument() && !m_stateMachine.firstLayoutDone())
2867 notifier()->sendRemainingDelegateMessages(m_documentLoader.get(), identifier, response, data.size(), encodedDataLength, error);
3119 notifier()->assignIdentifierToInitialRequest(identifier, m_documentLoader.get(), request);
3123 notifier()->dispatchWillSendRequest(m_documentLoader.get(), identifier, newRequest, ResourceResponse());
3139 if (!resource->sendResourceLoadCallbacks() || m_documentLoader->haveToldClientAboutLoad(resource->url()))
3143 InspectorInstrumentation::didLoadResourceFromMemoryCache(page, m_documentLoader.get(), resource);
3144 m_documentLoader->recordMemoryCacheLoadForFutureClientNotification(resource->url());
3145 m_documentLoader->didTellClientAboutLoad(resource->url());
3150 if (m_client->dispatchDidLoadResourceFromMemoryCache(m_documentLoader.get(), request, resource->response(), resource->encodedSize())) {
3151 InspectorInstrumentation::didLoadResourceFromMemoryCache(page, m_documentLoader.get(), resource);
3152 m_documentLoader->didTellClientAboutLoad(resource->url());
3160 notifier()->sendRemainingDelegateMessages(m_documentLoader.get(), identifier, resource->response(), resource->encodedSize(), 0, error);
3438 return m_documentLoader ? m_documentLoader->request().httpReferrer() : "";
3494 if (loader == m_documentLoader) {
3506 if (loader == m_documentLoader)
3517 InspectorInstrumentation::didCommitLoad(m_frame, m_documentLoader.get());
3525 if (!m_documentLoader)
3529 m_documentLoader->takeMemoryCacheLoadsForClientNotification(pastLoads);
3543 m_client->dispatchDidLoadResourceFromMemoryCache(m_documentLoader.get(), request, resource->response(), resource->encodedSize());