webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebBasePluginPackage.h>
Instance Methods | |
(id) | - initWithPath: |
(BOOL) | - getPluginInfoFromPLists |
(BOOL) | - load |
(void) | - unload |
(const WTF::String &) | - path |
(const WebCore::PluginInfo &) | - pluginInfo |
(String) | - bundleIdentifier |
(String) | - bundleVersion |
(BOOL) | - supportsExtension: |
(BOOL) | - supportsMIMEType: |
(NSString *) | - MIMETypeForExtension: |
(BOOL) | - isQuickTimePlugIn |
(BOOL) | - isJavaPlugIn |
(BOOL) | - isNativeLibraryData: |
(UInt32) | - versionNumber |
(void) | - wasAddedToPluginDatabase: |
(void) | - wasRemovedFromPluginDatabase: |
Class Methods | |
(WebBasePluginPackage *) | + pluginWithPath: |
Protected Attributes | |
NSMutableSet * | pluginDatabases |
WTF::String | path |
WebCore::PluginInfo | pluginInfo |
RetainPtr< CFBundleRef > | cfBundle |
BP_CreatePluginMIMETypesPreferencesFuncPtr | BP_CreatePluginMIMETypesPreferences |
- (String) bundleIdentifier |
- (String) bundleVersion |
- (BOOL) getPluginInfoFromPLists |
- (BOOL) isJavaPlugIn |
- (BOOL) isQuickTimePlugIn |
- (BOOL) load |
- (NSString *) MIMETypeForExtension: | (const WTF::String &) | extension |
- (const String &) path |
- (const PluginInfo &) pluginInfo |
+ (WebBasePluginPackage *) pluginWithPath: | (NSString *) | pluginPath |
- (BOOL) supportsExtension: | (const WTF::String &) | extension |
- (BOOL) supportsMIMEType: | (const WTF::String&) | MIMEType |
- (void) unload |
- (UInt32) versionNumber |
- (void) wasAddedToPluginDatabase: | (WebPluginDatabase *) | database |
- (void) wasRemovedFromPluginDatabase: | (WebPluginDatabase *) | database |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |