Searched defs:pageURL (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebIconDatabase.cpp | 101 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/ |
D | WebIconDatabaseProxy.cpp | 65 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/ |
D | PageURLRecord.h | 45 PageURLSnapshot(const String& pageURL, const String& iconURL) in PageURLSnapshot() 50 const String& pageURL() const { return m_pageURL; } in pageURL() function
|
D | IconDatabase.cpp | 299 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 …]
|
D | PageURLRecord.cpp | 36 PageURLRecord::PageURLRecord(const String& pageURL) in PageURLRecord()
|
/external/webkit/Source/WebKit/win/ |
D | WebIconDatabase.cpp | 336 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/ |
D | WebIconDatabase.cpp | 89 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/ |
D | webkiticondatabase.cpp | 263 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/ |
D | IconDatabaseWinCE.cpp | 63 void IconDatabase::setIconURLForPageURL(const String& iconURL, const String& pageURL) {} in setIconURLForPageURL()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebContextMenuData.h | 78 WebURL pageURL; member
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ExtensionAPI.js | 169 create: function(title, iconURL, pageURL, callback) argument
|