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

#import <WebNavigationData.h>

Inheritance diagram for WebNavigationData:
IWebNavigationData NSObject

Instance Methods

(id- initWithURLString:title:originalRequest:response:hasSubstituteData:clientRedirectSource:
 
(NSString *) - url
 
(NSString *) - title
 
(NSURLRequest *) - originalRequest
 
(NSURLResponse *) - response
 
(BOOL- hasSubstituteData
 
(NSString *) - clientRedirectSource
 
(virtual HRESULT STDMETHODCALLTYPE) - QueryInterface
 
(virtual ULONG STDMETHODCALLTYPE) - AddRef
 
(virtual ULONG STDMETHODCALLTYPE) - Release
 
(virtual HRESULT STDMETHODCALLTYPE) - url
 
(virtual HRESULT STDMETHODCALLTYPE) - title
 
(virtual HRESULT STDMETHODCALLTYPE) - originalRequest
 
(virtual HRESULT STDMETHODCALLTYPE) - response
 
(virtual HRESULT STDMETHODCALLTYPE) - hasSubstituteData
 
(virtual HRESULT STDMETHODCALLTYPE) - clientRedirectSource
 
- Instance Methods inherited from IWebNavigationData
HRESULT url ([out, retval] BSTR *)
 
HRESULT title ([out, retval] BSTR *)
 
HRESULT originalRequest ([out, retval] IWebURLRequest **)
 
HRESULT response ([out, retval] IWebURLResponse **)
 
HRESULT hasSubstituteData ([out, retval] BOOL *)
 
HRESULT clientRedirectSource ([out, retval] BSTR *)
 

Class Methods

(static WebNavigationData *) + createInstance
 

Method Documentation

◆ AddRef()

- (ULONG) AddRef (void

◆ clientRedirectSource() [1/2]

- (NSString *) clientRedirectSource

◆ clientRedirectSource() [2/2]

- (HRESULT) clientRedirectSource (__deref_opt_out BSTR *)  clientRedirectSource

◆ createInstance()

+ (WebNavigationData *) createInstance (const WTF::String &)  url
(const WTF::String &)  title
(IWebURLRequest *) 
(IWebURLResponse *) 
(bool)  hasSubstituteData
(const WTF::String &)  clientRedirectSource 

◆ hasSubstituteData() [1/2]

- (BOOL) hasSubstituteData

◆ hasSubstituteData() [2/2]

- (HRESULT) hasSubstituteData (_Out_ BOOL *)  hasSubstituteData

◆ initWithURLString:title:originalRequest:response:hasSubstituteData:clientRedirectSource:()

- (id) initWithURLString: (NSString *)  url
title: (NSString *)  title
originalRequest: (NSURLRequest *)  request
response: (NSURLResponse *)  response
hasSubstituteData: (BOOL hasSubstituteData
clientRedirectSource: (NSString *)  redirectSource 

◆ originalRequest() [1/2]

- (NSURLRequest *) originalRequest

◆ originalRequest() [2/2]

- (HRESULT) originalRequest (_COM_Outptr_opt_ IWebURLRequest **)  request

◆ QueryInterface()

- (HRESULT) QueryInterface (_In_ REFIID)  riid
(_COM_Outptr_ void **)  ppvObject 

◆ Release()

- (ULONG) Release (void

◆ response() [1/2]

- (NSURLResponse *) response

◆ response() [2/2]

- (HRESULT) response (_COM_Outptr_opt_ IWebURLResponse **)  response

◆ title() [1/2]

- (NSString *) title

◆ title() [2/2]

- (HRESULT) title (__deref_opt_out BSTR *)  title

◆ url() [1/2]

- (NSString *) url

◆ url() [2/2]

- (HRESULT) url (__deref_opt_out BSTR *)  url

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