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

#import <WebSecurityOriginPrivate.h>

Inheritance diagram for WebSecurityOrigin:
NSObject

Instance Methods

(id- initWithURL:
 
(NSString *) - protocol
 
(NSString *) - host
 
(NSString *) - databaseIdentifier
 
(NSString *) - stringValue
 
(unsigned short) - port
 

Class Methods

(id+ webSecurityOriginFromDatabaseIdentifier:
 

Protected Attributes

WebSecurityOriginPrivate * _private
 
id< WebQuotaManager_applicationCacheQuotaManager
 
id< WebQuotaManager_databaseQuotaManager
 

Method Documentation

◆ databaseIdentifier()

- (NSString *) databaseIdentifier

◆ host()

- (HRESULT) host

◆ initWithURL:()

- (id) initWithURL: (NSURL *)  url

◆ port()

◆ protocol()

- (HRESULT) protocol

◆ stringValue()

- (NSString *) stringValue

◆ webSecurityOriginFromDatabaseIdentifier:()

+ (id) webSecurityOriginFromDatabaseIdentifier: (NSString *)  databaseIdentifier

Member Data Documentation

◆ _applicationCacheQuotaManager

- (id<WebQuotaManager>) _applicationCacheQuotaManager
protected

◆ _databaseQuotaManager

- (id<WebQuotaManager>) _databaseQuotaManager
protected

◆ _private

- (WebSecurityOriginPrivate*) _private
protected

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