Home | History | Annotate | Download | only in mac

Lines Matching refs:sharedWebIconDatabase

458     static WebIconDatabase* sharedWebIconDatabase = NULL;
459 if (!sharedWebIconDatabase) {
462 sharedWebIconDatabase = [WebIconDatabase sharedIconDatabase];
463 if ([sharedWebIconDatabase isEnabled] == iconDatabaseEnabled)
466 [sharedWebIconDatabase setEnabled:iconDatabaseEnabled];