Home | History | Annotate | Download | only in loader

Lines Matching refs:documentLoader

37 #include "core/loader/DocumentLoader.h"
189 if (isAssociatedToRequestedHistoryItem(itemToRestore, m_frame, m_frame->loader()->requestedHistoryItem()) && !m_frame->loader()->documentLoader()->isClientRedirect()) {
254 if (m_frame->loader()->documentLoader())
255 LOG(History, "WebCoreHistory: Updating History for back/forward navigation in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
268 if (m_frame->loader()->documentLoader())
269 LOG(History, "WebCoreHistory: Updating History for reload in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
289 LOG(History, "WebCoreHistory: Updating History for Standard Load in frame %s", m_frame->loader()->documentLoader()->url().string().ascii().data());
291 if (!m_frame->loader()->documentLoader()->urlForHistory().isEmpty())
298 LOG(History, "WebCoreHistory: Updating History for redirect load in frame %s", m_frame->loader()->documentLoader()->title().string().utf8().data());
302 if (!m_frame->loader()->documentLoader()->urlForHistory().isEmpty())
320 if (frameLoader->documentLoader())
321 LOG(History, "WebCoreHistory: Updating History for commit in frame %s", frameLoader->documentLoader()->title().string().utf8().data());
324 if (isBackForwardLoadType(type) || (isReloadTypeWithProvisionalItem(type) && !frameLoader->documentLoader()->unreachableURL().isEmpty())) {
470 DocumentLoader* documentLoader = m_frame->loader()->documentLoader();
471 ASSERT(documentLoader);
473 KURL unreachableURL = documentLoader->unreachableURL();
482 url = documentLoader->url();
483 originalURL = documentLoader->originalURL();
498 StringWithDirection title = documentLoader->title();
508 item->setFormInfoFromRequest(documentLoader->request());
655 if (m_frame->loader()->documentLoader()->urlForHistory().isEmpty())
662 LOG(BackForward, "WebCoreBackForward - Adding backforward item %p for frame %s", topItem.get(), m_frame->loader()->documentLoader()->url().string().ascii().data());
671 DocumentLoader* documentLoader = m_frame->loader()->documentLoader();
673 if (!documentLoader->unreachableURL().isEmpty())
676 if (m_currentItem->url() != documentLoader->url()) {
687 m_currentItem->setFormInfoFromRequest(documentLoader->request());