HomeSort by relevance Sort by last modified time
    Searched defs:iconURL (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/loader/icon/
PageURLRecord.h 47 , iconURL(icon)
51 String iconURL;
IconRecord.h 57 : iconURL(url)
62 String iconURL;
82 String iconURL() { return m_iconURL; }
IconDatabase.cpp 195 // Clear the iconURL -> IconRecord map
240 // 1 - The initial url import is incomplete and this pageURL was marked to be notified once it is complete if an iconURL exists
256 // In this case, the pageURL is already in the set to alert the client when the iconURL mapping is complete so
323 // 1 - The initial url import is incomplete and this pageURL has already been marked to be notified once it is complete if an iconURL exists
328 // Possible the pageRecord is around because it's a retained pageURL with no iconURL, so we have to check
329 return pageRecord->iconRecord() ? pageRecord->iconRecord()->iconURL().threadsafeCopy() : String();
426 // If we read the iconURLs yet, we want to avoid any pageURL->iconURL lookups and the pageURLsPendingDeletion is moot,
476 ASSERT(!iconRecord || (iconRecord && m_iconURLToRecordMap.get(iconRecord->iconURL()) == iconRecord));
488 m_iconURLToRecordMap.remove(iconRecord->iconURL());
501 m_iconsPendingSync.set(iconRecord->iconURL(), iconRecord->snapshot(true))
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 55 HRESULT STDMETHODCALLTYPE iconURL(BSTR* result);
108 HRESULT STDMETHODCALLTYPE NotificationCOMWrapper::iconURL(BSTR* result)
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 548 const String& iconURL = iconDatabase()->iconURLForPageURL(responseURL);
549 if (!iconURL.isEmpty() && iconDatabase()->iconDataKnownForIconURL(iconURL)) {
551 if (RefPtr<ArchiveResource> resource = ArchiveResource::create(iconImage->data(), KURL(ParsedURLString, iconURL), "image/x-icon", "", ""))
  /external/webkit/WebCore/loader/
FrameLoader.cpp 625 KURL FrameLoader::iconURL()
631 // If we have an iconURL from a Link element, return that
632 if (!m_frame->document()->iconURL().isEmpty())
633 return KURL(ParsedURLString, m_frame->document()->iconURL());
635 // Don't return a favicon iconURL unless we're http or https
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]

Completed in 336 milliseconds