Home
last modified time | relevance | path

Searched defs:pageURL (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebIconDatabase.cpp101 void WebIconDatabase::retainIconForPageURL(const String& pageURL) in retainIconForPageURL()
107 void WebIconDatabase::releaseIconForPageURL(const String& pageURL) in releaseIconForPageURL()
113 void WebIconDatabase::setIconURLForPageURL(const String& iconURL, const String& pageURL) in setIconURLForPageURL()
177 Image* WebIconDatabase::imageForPageURL(const String& pageURL) in imageForPageURL()
214 void WebIconDatabase::didImportIconURLForPageURL(const String& pageURL) in didImportIconURLForPageURL()
219 void WebIconDatabase::didImportIconDataForPageURL(const String& pageURL) in didImportIconDataForPageURL()
224 void WebIconDatabase::didChangeIconForPageURL(const String& pageURL) in didChangeIconForPageURL()
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
DWebIconDatabaseProxy.cpp65 void WebIconDatabaseProxy::retainIconForPageURL(const String& pageURL) in retainIconForPageURL()
70 void WebIconDatabaseProxy::releaseIconForPageURL(const String& pageURL) in releaseIconForPageURL()
75 Image* WebIconDatabaseProxy::synchronousIconForPageURL(const String& pageURL, const IntSize& size) in synchronousIconForPageURL()
86 String WebIconDatabaseProxy::synchronousIconURLForPageURL(const String& pageURL) in synchronousIconURLForPageURL()
131 void WebIconDatabaseProxy::setIconURLForPageURL(const String& iconURL, const String& pageURL) in setIconURLForPageURL()
/external/webkit/Source/WebCore/loader/icon/
DPageURLRecord.h45 PageURLSnapshot(const String& pageURL, const String& iconURL) in PageURLSnapshot()
50 const String& pageURL() const { return m_pageURL; } in pageURL() function
DIconDatabase.cpp299 void IconDatabase::readIconForPageURLFromDisk(const String& pageURL) in readIconForPageURLFromDisk()
411 String pageURL; in retainIconForPageURL() local
586 String iconURL, pageURL; in setIconURLForPageURL() local
888 PageURLRecord* IconDatabase::getOrCreatePageURLRecord(const String& pageURL) in getOrCreatePageURLRecord()
924 void IconDatabase::importIconURLForPageURL(const String& iconURL, const String& pageURL) in importIconURLForPageURL()
1223 String pageURL = query.getColumnText(0); in performURLImport() local
1869 void IconDatabase::setIconURLForPageURLInSQLDatabase(const String& iconURL, const String& pageURL) in setIconURLForPageURLInSQLDatabase()
1887 void IconDatabase::setIconIDForPageURLInSQLDatabase(int64_t iconID, const String& pageURL) in setIconIDForPageURLInSQLDatabase()
1904 void IconDatabase::removePageURLFromSQLDatabase(const String& pageURL) in removePageURLFromSQLDatabase()
2135 ImportedIconURLForPageURLWorkItem(IconDatabaseClient* client, const String& pageURL) in ImportedIconURLForPageURLWorkItem()
[all …]
DPageURLRecord.cpp36 PageURLRecord::PageURLRecord(const String& pageURL) in PageURLRecord()
/external/webkit/Source/WebKit/win/
DWebIconDatabase.cpp336 void WebIconDatabase::didImportIconURLForPageURL(const WTF::String& pageURL) in didImportIconURLForPageURL()
343 void WebIconDatabase::didImportIconDataForPageURL(const WTF::String& pageURL) in didImportIconDataForPageURL()
349 void WebIconDatabase::didChangeIconForPageURL(const WTF::String& pageURL) in didChangeIconForPageURL()
394 static void postDidAddIconNotification(const String& pageURL, WebIconDatabase* iconDB) in postDidAddIconNotification()
/external/webkit/Source/WebKit/android/jni/
DWebIconDatabase.cpp89 void WebIconDatabase::didImportIconURLForPageURL(const WTF::String& pageURL) in didImportIconURLForPageURL()
103 void WebIconDatabase::didImportIconDataForPageURL(const WTF::String& pageURL) in didImportIconDataForPageURL()
109 void WebIconDatabase::didChangeIconForPageURL(const WTF::String& pageURL) in didChangeIconForPageURL()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkiticondatabase.cpp263 String pageURL = String::fromUTF8(pageURI); in webkit_icon_database_get_icon_uri() local
291 String pageURL = String::fromUTF8(pageURI); in webkit_icon_database_get_icon_pixbuf() local
/external/webkit/Source/WebCore/loader/icon/wince/
DIconDatabaseWinCE.cpp63 void IconDatabase::setIconURLForPageURL(const String& iconURL, const String& pageURL) {} in setIconURLForPageURL()
/external/webkit/Source/WebKit/chromium/public/
DWebContextMenuData.h78 WebURL pageURL; member
/external/webkit/Source/WebCore/inspector/front-end/
DExtensionAPI.js169 create: function(title, iconURL, pageURL, callback) argument