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

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebPlatformStrategies.mm 67 [[WebPluginDatabase sharedDatabase] refresh];
74 NSArray* pluginsArray = [[WebPluginDatabase sharedDatabase] plugins];
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.h 44 + (WebPluginDatabase *)sharedDatabase;
WebPluginDatabase.mm 62 static WebPluginDatabase *sharedDatabase = nil;
64 + (WebPluginDatabase *)sharedDatabase
66 if (!sharedDatabase) {
67 sharedDatabase = [[WebPluginDatabase alloc] init];
68 [sharedDatabase setPlugInPaths:[self _defaultPlugInPaths]];
69 [sharedDatabase refresh];
72 return sharedDatabase;
77 [sharedDatabase close];
332 if (self == sharedDatabase)
421 if (self == sharedDatabase && additionalWebPlugInPaths)
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 607 [[WebPluginDatabase sharedDatabase] refresh];
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 350 milliseconds