webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
<WKWebProcessPlugInLoadDelegate > Protocol Reference

#import <WKWebProcessPlugInLoadDelegate.h>

Inheritance diagram for <WKWebProcessPlugInLoadDelegate >:

Instance Methods

(void- webProcessPlugInBrowserContextController:didStartProvisionalLoadForFrame:
 
(void- webProcessPlugInBrowserContextController:didReceiveServerRedirectForProvisionalLoadForFrame:
 
(void- webProcessPlugInBrowserContextController:didCommitLoadForFrame:
 
(void- webProcessPlugInBrowserContextController:didFinishDocumentLoadForFrame:
 
(void- webProcessPlugInBrowserContextController:didFailProvisionalLoadWithErrorForFrame:error:
 
(void- webProcessPlugInBrowserContextController:didFailLoadWithErrorForFrame:error:
 
(void- webProcessPlugInBrowserContextController:didFinishLoadForFrame:
 
(void- webProcessPlugInBrowserContextController:didSameDocumentNavigation:forFrame:
 
(void- webProcessPlugInBrowserContextController:globalObjectIsAvailableForFrame:inScriptWorld:
 
(void- webProcessPlugInBrowserContextController:didRemoveFrameFromHierarchy:
 
(void- webProcessPlugInBrowserContextController:didHandleOnloadEventsForFrame:
 
(void- webProcessPlugInBrowserContextController:didLayoutForFrame:
 
(void- webProcessPlugInBrowserContextController:renderingProgressDidChange:
 
(void- webProcessPlugInBrowserContextController:didFirstVisuallyNonEmptyLayoutForFrame:
 
(NSURLRequest *) - webProcessPlugInBrowserContextController:frame:willSendRequestForResource:request:redirectResponse:
 
(NSURLRequest *) - webProcessPlugInBrowserContextController:frame:willSendRequest:redirectResponse:
 
(void- webProcessPlugInBrowserContextController:frame:didInitiateLoadForResource:request:pageIsProvisionallyLoading:
 
(void- webProcessPlugInBrowserContextController:frame:didInitiateLoadForResource:request:
 
(void- webProcessPlugInBrowserContextController:frame:didFinishLoadForResource:
 
(void- webProcessPlugInBrowserContextController:frame:didFailLoadForResource:error:
 
(NSString *) - webProcessPlugInBrowserContextController:frame:userAgentForURL:
 

Method Documentation

◆ webProcessPlugInBrowserContextController:didCommitLoadForFrame:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didCommitLoadForFrame: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:didFailLoadWithErrorForFrame:error:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didFailLoadWithErrorForFrame: (WKWebProcessPlugInFrame *)  frame
error: (NSError *)  error 
optional

◆ webProcessPlugInBrowserContextController:didFailProvisionalLoadWithErrorForFrame:error:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didFailProvisionalLoadWithErrorForFrame: (WKWebProcessPlugInFrame *)  frame
error: (NSError *)  error 
optional

◆ webProcessPlugInBrowserContextController:didFinishDocumentLoadForFrame:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didFinishDocumentLoadForFrame: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:didFinishLoadForFrame:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didFinishLoadForFrame: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:didFirstVisuallyNonEmptyLayoutForFrame:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didFirstVisuallyNonEmptyLayoutForFrame: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:didHandleOnloadEventsForFrame:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didHandleOnloadEventsForFrame: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:didLayoutForFrame:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didLayoutForFrame: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:didReceiveServerRedirectForProvisionalLoadForFrame:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didReceiveServerRedirectForProvisionalLoadForFrame: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:didRemoveFrameFromHierarchy:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didRemoveFrameFromHierarchy: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:didSameDocumentNavigation:forFrame:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didSameDocumentNavigation: (_WKSameDocumentNavigationType)  navigationType
forFrame: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:didStartProvisionalLoadForFrame:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
didStartProvisionalLoadForFrame: (WKWebProcessPlugInFrame *)  frame 
optional

◆ webProcessPlugInBrowserContextController:frame:didFailLoadForResource:error:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
frame: (WKWebProcessPlugInFrame *)  frame
didFailLoadForResource: (uint64_t resource
error: (NSError *)  error 
optional

◆ webProcessPlugInBrowserContextController:frame:didFinishLoadForResource:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
frame: (WKWebProcessPlugInFrame *)  frame
didFinishLoadForResource: (uint64_t resource 
optional

◆ webProcessPlugInBrowserContextController:frame:didInitiateLoadForResource:request:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
frame: (WKWebProcessPlugInFrame *)  frame
didInitiateLoadForResource: (uint64_t resource
request: (NSURLRequest *)  request 
optional

◆ webProcessPlugInBrowserContextController:frame:didInitiateLoadForResource:request:pageIsProvisionallyLoading:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
frame: (WKWebProcessPlugInFrame *)  frame
didInitiateLoadForResource: (uint64_t resource
request: (NSURLRequest *)  request
pageIsProvisionallyLoading: (BOOL pageIsProvisionallyLoading 
optional

◆ webProcessPlugInBrowserContextController:frame:userAgentForURL:()

- (NSString * WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
frame: (WKWebProcessPlugInFrame *)  frame
userAgentForURL: (NSURL *)  url 
optional

◆ webProcessPlugInBrowserContextController:frame:willSendRequest:redirectResponse:()

- (NSURLRequest * WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
frame: (WKWebProcessPlugInFrame *)  frame
willSendRequest: (NSURLRequest *)  request
redirectResponse: (NSURLResponse *)  redirectResponse 
optional

◆ webProcessPlugInBrowserContextController:frame:willSendRequestForResource:request:redirectResponse:()

- (NSURLRequest * WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
frame: (WKWebProcessPlugInFrame *)  frame
willSendRequestForResource: (uint64_t resource
request: (NSURLRequest *)  request
redirectResponse: (NSURLResponse *)  redirectResponse 
optional

◆ webProcessPlugInBrowserContextController:globalObjectIsAvailableForFrame:inScriptWorld:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
globalObjectIsAvailableForFrame: (WKWebProcessPlugInFrame *)  frame
inScriptWorld: (WKWebProcessPlugInScriptWorld *)  scriptWorld 
optional

◆ webProcessPlugInBrowserContextController:renderingProgressDidChange:()

- (void WKWebProcessPlugInLoadDelegate) webProcessPlugInBrowserContextController: (WKWebProcessPlugInBrowserContextController *)  controller
renderingProgressDidChange: (_WKRenderingProgressEvents)  events 
optional

The documentation for this protocol was generated from the following file: