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

#import <NavigationController.h>

Inheritance diagram for NavigationController:
NSObject

Instance Methods

(void- webView:didFinishLoadForFrame:
 

Protected Types

enum  { None, Load, GoBack, ExecuteScript }
 

Protected Attributes

enum NavigationController:: { ... }  pendingAction
 
NSStringpendingScript
 
NSURLRequestpendingRequest
 

Member Enumeration Documentation

◆ anonymous enum

- (anonymous) enum
protected
Enumerator
None 
Load 
GoBack 
ExecuteScript 

Method Documentation

◆ webView:didFinishLoadForFrame:()

- (void) webView: (WebView *)  sender
didFinishLoadForFrame: (WebFrame *)  frame 

Member Data Documentation

◆ pendingAction

enum { ... } NavigationController::pendingAction

◆ pendingRequest

- (NSURLRequest*) pendingRequest
protected

◆ pendingScript

- (NSString*) pendingScript
protected

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