HomeSort by relevance Sort by last modified time
    Searched refs:removeAllIcons (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabasePrivate.h 60 @method removeAllIcons
64 - (void)removeAllIcons;
WebIconDatabase.mm 245 - (void)removeAllIcons
251 // Via the IconDatabaseClient interface, removeAllIcons() will send the WebIconDatabaseDidRemoveAllIconsNotification
252 iconDatabase().removeAllIcons();
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKIconDatabase.cpp 63 toImpl(iconDatabaseRef)->removeAllIcons();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebIconDatabase.idl 120 @method removeAllIcons:
122 - (void)removeAllIcons;
124 HRESULT removeAllIcons();
  /external/webkit/Source/WebCore/loader/icon/wince/
IconDatabaseWinCE.cpp 52 void IconDatabase::removeAllIcons() {}
  /external/webkit/Source/WebKit/win/
WebIconDatabase.h 86 virtual HRESULT STDMETHODCALLTYPE removeAllIcons( void);
WebIconDatabase.cpp 212 HRESULT STDMETHODCALLTYPE WebIconDatabase::removeAllIcons(void)
214 iconDatabase().removeAllIcons();
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.h 81 void removeAllIcons();
WebIconDatabase.cpp 187 void WebIconDatabase::removeAllIcons()
189 m_iconDatabaseImpl->removeAllIcons();
  /external/webkit/Source/WebCore/loader/icon/
IconDatabaseBase.h 205 virtual void removeAllIcons() { }
IconDatabase.h 84 virtual void removeAllIcons();
IconDatabase.cpp 176 void IconDatabase::removeAllIcons()
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkiticondatabase.cpp 315 WebCore::iconDatabase().removeAllIcons();
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 62 mIconDb.removeAllIcons();
134 mIconDb.removeAllIcons();
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp 201 static void RemoveAllIcons(JNIEnv* env, jobject obj)
204 WebCore::iconDatabase().removeAllIcons();
246 (void*) RemoveAllIcons },
  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 216 WebCore::iconDatabase().removeAllIcons();
  /frameworks/base/core/java/android/webkit/
WebIconDatabase.java 222 public void removeAllIcons() {
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 448 WebIconDatabase.getInstance().removeAllIcons();
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 680 WebCore::iconDatabase().removeAllIcons();
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 406 milliseconds

1 2