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

  /external/webkit/Source/WebCore/loader/icon/
IconDatabaseClient.h 41 virtual void didImportIconURLForPageURL(const String&) = 0;
IconDatabase.cpp 90 virtual void didImportIconURLForPageURL(const String&) { }
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebIconDatabaseClient.h 36 virtual void didImportIconURLForPageURL(const String&);
WebIconDatabaseClient.mm 51 void WebIconDatabaseClient::didImportIconURLForPageURL(const String& pageURL)
62 didImportIconURLForPageURL(pageURL);
67 didImportIconURLForPageURL(pageURL);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
IconDatabaseClientQt.h 43 virtual void didImportIconURLForPageURL(const String&);
IconDatabaseClientQt.cpp 64 void IconDatabaseClientQt::didImportIconURLForPageURL(const String& url)
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.h 54 virtual void didImportIconURLForPageURL(const WTF::String&);
WebIconDatabase.cpp 89 void WebIconDatabase::didImportIconURLForPageURL(const WTF::String& pageURL)
106 didImportIconURLForPageURL(pageURL);
112 didImportIconURLForPageURL(pageURL);
  /external/webkit/Source/WebKit/win/
WebIconDatabase.h 109 virtual void didImportIconURLForPageURL(const WTF::String&);
WebIconDatabase.cpp 336 void WebIconDatabase::didImportIconURLForPageURL(const WTF::String& pageURL)
346 didImportIconURLForPageURL(pageURL);
352 didImportIconURLForPageURL(pageURL);
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.h 89 virtual void didImportIconURLForPageURL(const String&);
WebIconDatabase.cpp 214 void WebIconDatabase::didImportIconURLForPageURL(const String& pageURL)

Completed in 403 milliseconds