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

  /external/webkit/Source/WebCore/loader/icon/
PageURLRecord.h 45 PageURLSnapshot(const String& pageURL, const String& iconURL)
47 , m_iconURL(iconURL)
51 const String& iconURL() const { return m_iconURL; }
IconRecord.h 60 IconSnapshot(const String& iconURL, int timestamp, SharedBuffer* data)
61 : m_iconURL(iconURL)
66 const String& iconURL() const { return m_iconURL; }
91 String iconURL() { return m_iconURL; }
IconDatabase.cpp 196 // Clear the iconURL -> IconRecord map
241 // 1 - The initial url import is incomplete and this pageURL was marked to be notified once it is complete if an iconURL exists
257 // In this case, the pageURL is already in the set to alert the client when the iconURL mapping is complete so
324 // 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
329 // Possible the pageRecord is around because it's a retained pageURL with no iconURL, so we have to check
330 return pageRecord->iconRecord() ? pageRecord->iconRecord()->iconURL().threadsafeCopy() : String();
427 // If we read the iconURLs yet, we want to avoid any pageURL->iconURL lookups and the pageURLsPendingDeletion is moot,
477 ASSERT(!iconRecord || (iconRecord && m_iconURLToRecordMap.get(iconRecord->iconURL()) == iconRecord));
489 m_iconURLToRecordMap.remove(iconRecord->iconURL());
502 m_iconsPendingSync.set(iconRecord->iconURL(), iconRecord->snapshot(true))
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebNotification.cpp 81 WebURL WebNotification::iconURL() const
84 return m_private->iconURL();
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 55 HRESULT STDMETHODCALLTYPE iconURL(BSTR* result);
108 HRESULT STDMETHODCALLTYPE NotificationCOMWrapper::iconURL(BSTR* result)
  /external/webkit/Source/WebCore/notifications/
Notification.h 74 KURL iconURL() { return m_contents.icon(); }
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 549 const String& iconURL = iconDatabase().synchronousIconURLForPageURL(responseURL);
550 if (!iconURL.isEmpty() && iconDatabase().synchronousIconDataKnownForIconURL(iconURL)) {
552 if (RefPtr<ArchiveResource> resource = ArchiveResource::create(iconImage->data(), KURL(ParsedURLString, iconURL), "image/x-icon", "", ""))
  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 173 const String& iconURL() const { return m_pageIconURL; }
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/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 376 milliseconds