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

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
IconDatabaseClientQt.cpp 64 void IconDatabaseClientQt::didImportIconURLForPageURL(const String& url)
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp 89 void WebIconDatabase::didImportIconURLForPageURL(const WTF::String& pageURL)
106 didImportIconURLForPageURL(pageURL);
112 didImportIconURLForPageURL(pageURL);
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp 214 void WebIconDatabase::didImportIconURLForPageURL(const String& pageURL)
  /external/webkit/Source/WebKit/win/
WebIconDatabase.cpp 336 void WebIconDatabase::didImportIconURLForPageURL(const WTF::String& pageURL)
346 didImportIconURLForPageURL(pageURL);
352 didImportIconURLForPageURL(pageURL);
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp 90 virtual void didImportIconURLForPageURL(const String&) { }
    [all...]

Completed in 676 milliseconds