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

  /external/webkit/Source/WebCore/loader/icon/
IconDatabaseBase.cpp 27 #include "IconDatabaseBase.h"
34 String IconDatabaseBase::synchronousIconURLForPageURL(const String&)
39 String IconDatabaseBase::databasePath() const
44 bool IconDatabaseBase::open(const String&, const String&)
49 static IconDatabaseBase* globalDatabase = 0;
52 IconDatabaseBase& iconDatabase()
57 static IconDatabaseBase* defaultDatabase = 0;
64 void setGlobalIconDatabase(IconDatabaseBase* newGlobalDatabase)
IconDatabaseBase.h 157 class IconDatabaseBase {
158 WTF_MAKE_NONCOPYABLE(IconDatabaseBase);
161 IconDatabaseBase() { }
164 virtual ~IconDatabaseBase() { }
189 // We should try to remove these dependencies from the IconDatabaseBase class.
216 IconDatabaseBase& iconDatabase();
217 void setGlobalIconDatabase(IconDatabaseBase*);
IconDatabase.h 30 #include "IconDatabaseBase.h"
63 // For builds with IconDatabase disabled, they'll just use a default derivation of IconDatabaseBase. Which does nothing.
64 class IconDatabase : public IconDatabaseBase {
71 class IconDatabase : public IconDatabaseBase {
118 friend IconDatabaseBase& iconDatabase();
  /external/webkit/Source/WebKit2/WebProcess/IconDatabase/
WebIconDatabaseProxy.h 31 #include <WebCore/IconDatabaseBase.h>
48 class WebIconDatabaseProxy : public WebCore::IconDatabaseBase {
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp 179 WebCore::IconDatabaseBase& iconDb = WebCore::iconDatabase();
  /external/webkit/Source/WebKit2/UIProcess/
WebIconDatabase.cpp 35 #include <WebCore/IconDatabaseBase.h>
  /external/webkit/Source/WebCore/
Android.mk 476 loader/icon/IconDatabaseBase.cpp \
    [all...]

Completed in 123 milliseconds