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

  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.h 51 #define WebPluginMIMETypesKey @"WebPluginMIMETypes"
WebBasePluginPackage.mm 198 MIMETypes = [pList objectForKey:WebPluginMIMETypesKey];
201 MIMETypes = [[self pListForPath:pListPath createFile:YES] objectForKey:WebPluginMIMETypesKey];
205 MIMETypes = [self _objectForInfoDictionaryKey:WebPluginMIMETypesKey];

Completed in 114 milliseconds