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

  /external/webkit/Source/WebKit/win/
WebIconDatabase.h 52 static WebIconDatabase* sharedWebIconDatabase();
WebIconDatabase.cpp 114 WebIconDatabase* WebIconDatabase::sharedWebIconDatabase()
160 *result = sharedWebIconDatabase();
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 458 static WebIconDatabase* sharedWebIconDatabase = NULL;
459 if (!sharedWebIconDatabase) {
462 sharedWebIconDatabase = [WebIconDatabase sharedIconDatabase];
463 if ([sharedWebIconDatabase isEnabled] == iconDatabaseEnabled)
466 [sharedWebIconDatabase setEnabled:iconDatabaseEnabled];
    [all...]

Completed in 224 milliseconds