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

  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabaseClient.cpp 42 void WebIconDatabaseClient::didRemoveAllIcons(WebIconDatabase* iconDatabase)
44 if (!m_client.didRemoveAllIcons)
47 m_client.didRemoveAllIcons(toAPI(iconDatabase), m_client.clientInfo);
WebIconDatabase.cpp 229 void WebIconDatabase::didRemoveAllIcons()
231 m_iconDatabaseClient.didRemoveAllIcons(this);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKIconDatabase.h 43 WKIconDatabaseDidRemoveAllIconsCallback didRemoveAllIcons;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
IconDatabaseClientQt.cpp 60 void IconDatabaseClientQt::didRemoveAllIcons()
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp 102 void WebIconDatabase::didRemoveAllIcons()
  /external/webkit/Source/WebKit/win/
WebIconDatabase.cpp 328 void WebIconDatabase::didRemoveAllIcons()
330 // Queueing the empty string is a special way of saying "this queued notification is the didRemoveAllIcons notification"
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp 93 virtual void didRemoveAllIcons() { }
    [all...]

Completed in 357 milliseconds