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

  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.h 65 BP_CreatePluginMIMETypesPreferencesFuncPtr BP_CreatePluginMIMETypesPreferences;
WebBasePluginPackage.mm 149 if ([self load] && BP_CreatePluginMIMETypesPreferences) {
150 BP_CreatePluginMIMETypesPreferences();
267 if (cfBundle && !BP_CreatePluginMIMETypesPreferences)
268 BP_CreatePluginMIMETypesPreferences = (BP_CreatePluginMIMETypesPreferencesFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("BP_CreatePluginMIMETypesPreferences"));

Completed in 710 milliseconds