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

  /external/webkit/WebKit/mac/Misc/
WebIconDatabase.h 73 @method sharedIconDatabase
76 + (WebIconDatabase *)sharedIconDatabase;
  /external/webkit/WebCore/loader/icon/
IconDatabaseNone.cpp 37 static IconDatabase* sharedIconDatabase = 0;
61 if (!sharedIconDatabase)
62 sharedIconDatabase = new IconDatabase;
63 return sharedIconDatabase;
IconDatabase.cpp 60 static IconDatabase* sharedIconDatabase = 0;
95 if (!sharedIconDatabase) {
97 sharedIconDatabase = new IconDatabase;
99 return sharedIconDatabase;
    [all...]
  /external/webkit/WebKit/win/
WebIconDatabase.cpp 158 HRESULT STDMETHODCALLTYPE WebIconDatabase::sharedIconDatabase(

Completed in 50 milliseconds