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

#import <WebPluginContainerCheck.h>

Inheritance diagram for WebPluginContainerCheck:
NSObject

Instance Methods

(void- start
 
(void- cancel
 
(id- contextInfo
 

Class Methods

(id+ checkWithRequest:target:resultObject:selector:controller:contextInfo:
 

Protected Attributes

NSURLRequest_request
 
NSString_target
 
id< WebPluginContainerCheckController > _controller
 
id _resultObject
 
SEL _resultSelector
 
id _contextInfo
 
BOOL _done
 
WebPolicyDecisionListener_listener
 

Method Documentation

◆ cancel()

- (void) cancel

◆ checkWithRequest:target:resultObject:selector:controller:contextInfo:()

+ (id) checkWithRequest: (NSURLRequest *)  request
target: (NSString *)  target
resultObject: (id obj
selector: (SEL)  selector
controller: (id <WebPluginContainerCheckController>)  controller
contextInfo: (id contextInfo 

◆ contextInfo()

- (id) contextInfo

◆ start()

- (void) start

Member Data Documentation

◆ _contextInfo

- (id) _contextInfo
protected

◆ _controller

- (id<WebPluginContainerCheckController>) _controller
protected

◆ _done

- (BOOL) _done
protected

◆ _listener

- (WebPolicyDecisionListener*) _listener
protected

◆ _request

- (NSURLRequest*) _request
protected

◆ _resultObject

- (id) _resultObject
protected

◆ _resultSelector

- (SEL) _resultSelector
protected

◆ _target

- (NSString*) _target
protected

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