webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebPluginController.h>
Instance Methods | |
(NSView *) | - plugInViewWithArguments:fromPluginPackage: |
(id) | - initWithDocumentView: |
(void) | - setDataSource: |
(void) | - addPlugin: |
(void) | - destroyPlugin: |
(void) | - startAllPlugins |
(void) | - stopAllPlugins |
(void) | - destroyAllPlugins |
(WebFrame *) | - webFrame |
(WebView *) | - webView |
(NSString *) | - URLPolicyCheckReferrer |
![]() | |
(void) | - pluginView:receivedResponse: |
(void) | - pluginView:receivedData: |
(void) | - pluginView:receivedError: |
(void) | - pluginViewFinishedLoading: |
Class Methods | |
(BOOL) | + isPlugInView: |
Protected Attributes | |
NSView * | _documentView |
WebDataSource * | _dataSource |
NSMutableArray * | _views |
BOOL | _started |
NSMutableSet * | _checksInProgress |
- (void) destroyAllPlugins |
- (NSView *) plugInViewWithArguments: | (NSDictionary *) | arguments | |
fromPluginPackage: | (WebPluginPackage *) | plugin | |
- (void) setDataSource: | (WebDataSource *) | dataSource |
- (void) startAllPlugins |
- (void) stopAllPlugins |
- (NSString *) URLPolicyCheckReferrer |
- (WebFrame *) webFrame |
- (WebView *) webView |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |