webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | Protected Attributes | List of all members
WebPluginController Class Reference

#import <WebPluginController.h>

Inheritance diagram for WebPluginController:
NSObject <WebPluginManualLoader>

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
 
- Instance Methods inherited from <WebPluginManualLoader>
(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
 

Method Documentation

◆ addPlugin:()

- (void) addPlugin: (NSView *)  view

◆ destroyAllPlugins()

- (void) destroyAllPlugins

◆ destroyPlugin:()

- (void) destroyPlugin: (NSView *)  view

◆ initWithDocumentView:()

- (id) initWithDocumentView: (NSView *)  view

◆ isPlugInView:()

+ (BOOL) isPlugInView: (NSView *)  view

◆ plugInViewWithArguments:fromPluginPackage:()

- (NSView *) plugInViewWithArguments: (NSDictionary *)  arguments
fromPluginPackage: (WebPluginPackage *)  plugin 

◆ setDataSource:()

- (void) setDataSource: (WebDataSource *)  dataSource

◆ startAllPlugins()

- (void) startAllPlugins

◆ stopAllPlugins()

- (void) stopAllPlugins

◆ URLPolicyCheckReferrer()

- (NSString *) URLPolicyCheckReferrer

◆ webFrame()

- (WebFrame *) webFrame

◆ webView()

- (WebView *) webView

Member Data Documentation

◆ _checksInProgress

- (NSMutableSet*) _checksInProgress
protected

◆ _dataSource

- (WebDataSource*) _dataSource
protected

◆ _documentView

- (NSView*) _documentView
protected

◆ _started

- (BOOL) _started
protected

◆ _views

- (NSMutableArray*) _views
protected

The documentation for this class was generated from the following files: