HomeSort by relevance Sort by last modified time
    Searched refs:DocumentLoader (Results 76 - 85 of 85) sorted by null

1 2 34

  /external/webkit/WebKit/mac/Plugins/
WebPluginController.mm 50 #import <WebCore/DocumentLoader.h>
WebNetscapePluginView.mm 63 #import <WebCore/DocumentLoader.h>
    [all...]
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp 33 #include "DocumentLoader.h"
643 IconLoadDecision IconDatabase::loadDecisionForIconURL(const String& iconURL, DocumentLoader* notificationDocumentLoader)
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 80 #include "DocumentLoader.h"
293 static WebDataSource* DataSourceForDocLoader(DocumentLoader* loader)
827 DocumentLoader* docLoader = frameLoader->provisionalDocumentLoader();
836 return DataSourceForDocLoader(m_frame->loader()->documentLoader());
890 DocumentLoader* documentLoader = m_frame->loader()->documentLoader();
895 String encoding = documentLoader->overrideEncoding();
898 encoding = documentLoader->response().textEncodingName();
    [all...]
  /external/webkit/WebCore/loader/
HistoryController.cpp 37 #include "DocumentLoader.h"
233 const KURL& currentURL = m_frame->loader()->documentLoader()->url();
252 if (m_frame->loader()->documentLoader())
253 LOG(History, "WebCoreHistory: Updating History for back/forward navigation in frame %s", m_frame->loader()->documentLoader()->title().utf8().data());
263 if (m_frame->loader()->documentLoader())
264 LOG(History, "WebCoreHistory: Updating History for reload in frame %s", m_frame->loader()->documentLoader()->title().utf8().data());
274 if (m_frame->loader()->documentLoader()->unreachableURL().isEmpty())
275 m_currentItem->setURL(m_frame->loader()->documentLoader()->requestURL());
287 LOG(History, "WebCoreHistory: Updating History for Standard Load in frame %s", m_frame->loader()->documentLoader()->url().string().ascii().data());
293 const KURL& historyURL = frameLoader->documentLoader()->urlForHistory()
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 48 #import <WebCore/DocumentLoader.h>
618 DocumentLoader* documentLoader = [[m_pluginView dataSource] _documentLoader];
619 if (!documentLoader || documentLoader->isStopping())
631 if (documentLoader != core([m_pluginView webFrame])->loader()->activeDocumentLoader() &&
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 456 static inline WebDataSource *dataSource(DocumentLoader* loader)
463 return dataSource(_private->coreFrame->loader()->documentLoader());
    [all...]
WebView.mm 110 #import <WebCore/DocumentLoader.h>
    [all...]
  /external/webkit/WebCore/
Android.mk 289 loader/DocumentLoader.cpp \
  /external/webkit/WebCore/dom/
Document.cpp 48 #include "DocumentLoader.h"
    [all...]

Completed in 536 milliseconds

1 2 34