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

  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.cpp 65 void WebIconDatabaseProxy::retainIconForPageURL(const String& pageURL)
67 m_process->connection()->send(Messages::WebIconDatabase::RetainIconForPageURL(pageURL), 0);
  /external/webkit/Source/WebCore/loader/icon/wince/
IconDatabaseWinCE.cpp 59 void IconDatabase::retainIconForPageURL(const String&) {}
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp 101 void WebIconDatabase::retainIconForPageURL(const String& pageURL)
104 m_iconDatabaseImpl->retainIconForPageURL(pageURL);
  /external/webkit/Source/WebCore/loader/icon/
IconDatabaseBase.h 169 virtual void retainIconForPageURL(const String&) { }
IconDatabase.cpp 398 void IconDatabase::retainIconForPageURL(const String& pageURLOriginal)
    [all...]

Completed in 233 milliseconds