webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebUserContentURLPattern.h>
Instance Methods | |
(id) | - initWithPatternString: |
(BOOL) | - isValid |
(NSString *) | - scheme |
(NSString *) | - host |
(BOOL) | - matchesSubdomains |
(BOOL) | - matchesURL: |
(virtual ULONG STDMETHODCALLTYPE) | - AddRef |
(virtual ULONG STDMETHODCALLTYPE) | - Release |
Instance Methods inherited from IWebUserContentURLPattern | |
HRESULT | parse ([in] BSTR patternString) |
HRESULT | isValid ([out, retval] BOOL *isValid) |
HRESULT | scheme ([out, retval] BSTR *) |
HRESULT | host ([out, retval] BSTR *) |
HRESULT | matchesSubdomains ([out, retval] BOOL *matches) |
HRESULT | matchesURL ([in] BSTR url, [out, retval] BOOL *matches) |
Class Methods | |
(static COMPtr< WebUserContentURLPattern >) | + createInstance |
Protected Attributes | |
WebUserContentURLPatternPrivate * | _private |
+ (COMPtr< WebUserContentURLPattern >) createInstance |
- (NSString *) host |
- (BOOL) isValid |
- (BOOL) matchesSubdomains |
- (NSString *) scheme |
|
protected |