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

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginDatabase.h 38 NSArray *plugInPaths;
WebPluginDatabase.mm 223 if (plugInPaths == newPaths)
226 [plugInPaths release];
227 plugInPaths = [newPaths copy];
253 [plugInPaths release];
426 NSMutableArray *modifiedPlugInPaths = [[plugInPaths mutableCopy] autorelease];
430 return plugInPaths;

Completed in 589 milliseconds