HomeSort by relevance Sort by last modified time
    Searched refs:iconURL (Results 26 - 35 of 35) sorted by null

12

  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 173 const String& iconURL() const { return m_pageIconURL; }
FrameLoader.h 237 KURL iconURL();
FrameLoader.cpp 472 KURL FrameLoader::iconURL()
478 // If we have an iconURL from a Link element, return that
479 if (!m_frame->document()->iconURL().isEmpty())
480 return KURL(ParsedURLString, m_frame->document()->iconURL());
482 // Don't return a favicon iconURL unless we're http or https
708 KURL url(iconURL());
758 KURL url(iconURL());
761 LOG(IconDatabase, "FrameLoader::startIconLoader() - Told not to load this icon, committing iconURL %s to database for pageURL mapping", urlString.ascii().data());
792 LOG(IconDatabase, "Committing iconURL %s to database for pageURLs %s and %s", icon.string().ascii().data(), m_frame->document()->url().string().ascii().data(), originalRequestURL().string().ascii().data());
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.h     [all...]
Document.cpp     [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp 354 if (equalIgnoringFragmentIdentifier(response.url(), loader->frameLoader()->iconURL()))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 526 const KURL& url = frameLoader->iconURL();
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 1542 milliseconds

12