Home | History | Annotate | Download | only in loader

Lines Matching defs:documentLoader

36 #include "DocumentLoader.h"
271 if (m_frame->loader()->documentLoader())
272 LOG(History, "WebCoreHistory: Updating History for back/forward navigation in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
287 if (m_frame->loader()->documentLoader())
288 LOG(History, "WebCoreHistory: Updating History for reload in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
311 LOG(History, "WebCoreHistory: Updating History for Standard Load in frame %s", m_frame->loader()->documentLoader()->url().string().ascii().data());
317 const KURL& historyURL = frameLoader->documentLoader()->urlForHistory();
319 if (!frameLoader->documentLoader()->isClientRedirect()) {
325 frameLoader->documentLoader()->setDidCreateGlobalHistoryEntry(true);
326 if (frameLoader->documentLoader()->unreachableURL().isEmpty())
341 if (!frameLoader->documentLoader()->didCreateGlobalHistoryEntry() && frameLoader->documentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmpty())
349 if (m_frame->loader()->documentLoader())
350 LOG(History, "WebCoreHistory: Updating History for redirect load in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
355 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory();
357 if (m_frame->loader()->documentLoader()->isClientRedirect()) {
363 m_frame->loader()->documentLoader()->setDidCreateGlobalHistoryEntry(true);
364 if (m_frame->loader()->documentLoader()->unreachableURL().isEmpty())
383 if (!m_frame->loader()->documentLoaderdocumentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmpty())
391 if (m_frame->loader()->documentLoader())
392 LOG(History, "WebCoreHistory: Updating History for client redirect in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
404 const KURL& historyURL = m_frame->loader()->documentLoader()->urlForHistory();
416 if (frameLoader->documentLoader())
417 LOG(History, "WebCoreHistory: Updating History for commit in frame %s", frameLoader->documentLoader()->title().string().utf8().data());
556 DocumentLoader* documentLoader = m_frame->loader()->documentLoader();
557 ASSERT(documentLoader);
559 KURL unreachableURL = documentLoader->unreachableURL();
568 url = documentLoader->url();
569 originalURL = documentLoader->originalURL();
584 StringWithDirection title = documentLoader->title();
593 if (!unreachableURL.isEmpty() || documentLoader->response().httpStatusCode() >= 400)
597 item->setFormInfoFromRequest(documentLoader->request());
749 if (m_frame->loader()->documentLoader()->urlForHistory().isEmpty())
759 LOG(BackForward, "WebCoreBackForward - Adding backforward item %p for frame %s", topItem.get(), m_frame->loader()->documentLoader()->url().string().ascii().data());
768 DocumentLoader* documentLoader = m_frame->loader()->documentLoader();
770 if (!documentLoader->unreachableURL().isEmpty())
773 if (m_currentItem->url() != documentLoader->url()) {
784 m_currentItem->setFormInfoFromRequest(documentLoader->request());