Home
last modified time | relevance | path

Searched defs:iconURL (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
DWebIconDatabaseProxy.cpp93 bool WebIconDatabaseProxy::synchronousIconDataKnownForIconURL(const String& iconURL) in synchronousIconDataKnownForIconURL()
100 IconLoadDecision WebIconDatabaseProxy::synchronousLoadDecisionForIconURL(const String& iconURL, Doc… in synchronousLoadDecisionForIconURL()
112 void WebIconDatabaseProxy::loadDecisionForIconURL(const String& iconURL, PassRefPtr<WebCore::IconLo… in loadDecisionForIconURL()
127 void WebIconDatabaseProxy::iconDataForIconURL(const String& iconURL, PassRefPtr<WebCore::IconDataCa… in iconDataForIconURL()
131 void WebIconDatabaseProxy::setIconURLForPageURL(const String& iconURL, const String& pageURL) in setIconURLForPageURL()
136 …bIconDatabaseProxy::setIconDataForIconURL(PassRefPtr<SharedBuffer> iconData, const String& iconURL) in setIconDataForIconURL()
/external/webkit/Source/WebCore/loader/icon/
DIconRecord.h60 IconSnapshot(const String& iconURL, int timestamp, SharedBuffer* data) in IconSnapshot()
66 const String& iconURL() const { return m_iconURL; } in iconURL() function
91 String iconURL() { return m_iconURL; } in iconURL() function
DPageURLRecord.h45 PageURLSnapshot(const String& pageURL, const String& iconURL) in PageURLSnapshot()
51 const String& iconURL() const { return m_iconURL; } in iconURL() function
DIconDatabase.cpp521 String iconURL = iconURLOriginal.crossThreadString(); in setIconDataForIconURL() local
586 String iconURL, pageURL; in setIconURLForPageURL() local
644 IconLoadDecision IconDatabase::synchronousLoadDecisionForIconURL(const String& iconURL, DocumentLoa… in synchronousLoadDecisionForIconURL()
676 bool IconDatabase::synchronousIconDataKnownForIconURL(const String& iconURL) in synchronousIconDataKnownForIconURL()
873 PassRefPtr<IconRecord> IconDatabase::getOrCreateIconRecord(const String& iconURL) in getOrCreateIconRecord()
924 void IconDatabase::importIconURLForPageURL(const String& iconURL, const String& pageURL) in importIconURLForPageURL()
934 void IconDatabase::importIconDataForIconURL(PassRefPtr<SharedBuffer> data, const String& iconURL) in importIconDataForIconURL()
1224 String iconURL = query.getColumnText(1); in performURLImport() local
1869 void IconDatabase::setIconURLForPageURLInSQLDatabase(const String& iconURL, const String& pageURL) in setIconURLForPageURLInSQLDatabase()
1918 int64_t IconDatabase::getIconIDForIconURLFromSQLDatabase(const String& iconURL) in getIconIDForIconURLFromSQLDatabase()
[all …]
DIconLoader.cpp149 void IconLoader::finishLoading(const KURL& iconURL, PassRefPtr<SharedBuffer> data) in finishLoading()
/external/webkit/Source/WebKit2/UIProcess/
DWebIconDatabase.cpp113 void WebIconDatabase::setIconURLForPageURL(const String& iconURL, const String& pageURL) in setIconURLForPageURL()
120 …bIconDatabase::setIconDataForIconURL(const CoreIPC::DataReference& iconData, const String& iconURL) in setIconDataForIconURL()
135 void WebIconDatabase::synchronousIconURLForPageURL(const String&, String& iconURL) in synchronousIconURLForPageURL() argument
150 void WebIconDatabase::getLoadDecisionForIconURL(const String& iconURL, uint64_t callbackID) in getLoadDecisionForIconURL()
/external/webkit/Source/WebKit/chromium/src/
DWebNotification.cpp81 WebURL WebNotification::iconURL() const in iconURL() function in WebKit::WebNotification
/external/webkit/Source/WebCore/notifications/
DNotification.h74 KURL iconURL() { return m_contents.icon(); } in iconURL() function
/external/webkit/Source/WebCore/inspector/front-end/
DExtensionPanel.js31 WebInspector.ExtensionPanel = function(id, label, iconURL, options) argument
DExtensionAPI.js169 create: function(title, iconURL, pageURL, callback) argument
/external/webkit/Source/WebCore/loader/icon/wince/
DIconDatabaseWinCE.cpp63 void IconDatabase::setIconURLForPageURL(const String& iconURL, const String& pageURL) {} in setIconURLForPageURL()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDesktopNotificationsDelegate.cpp108 HRESULT STDMETHODCALLTYPE NotificationCOMWrapper::iconURL(BSTR* result) in iconURL() function in NotificationCOMWrapper
/external/chromium/chrome/browser/resources/options/chromeos/
Dinternet_network_element.js131 iconURL: network[6], property
/external/webkit/Source/WebKit/win/
DWebIconDatabase.cpp232 /* [retval][out] */ BSTR* iconURL) in iconURLForURL()
/external/webkit/Source/WebCore/loader/
DDocumentLoader.h173 const String& iconURL() const { return m_pageIconURL; } in iconURL() function
DDocumentLoader.cpp664 void DocumentLoader::setIconURL(const String& iconURL) in setIconURL()
DFrameLoader.cpp477 KURL FrameLoader::iconURL() in iconURL() function in WebCore::FrameLoader
3426 void FrameLoader::setIconURL(const String& iconURL) in setIconURL()
/external/webkit/Source/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp549 const String& iconURL = iconDatabase().synchronousIconURLForPageURL(responseURL); in create() local
/external/webkit/Source/WebCore/dom/
DDocument.h932 const String& iconURL() const { return m_iconURL; } in iconURL() function
DDocument.cpp4430 void Document::setIconURL(const String& iconURL, const String& type) in setIconURL()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp5037 …String iconURL = iconDatabase().synchronousIconURLForPageURL(core(webView)->mainFrame()->document(… in webkit_web_view_get_icon_uri() local