webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IWebUserContentURLPattern.idl";
Public Member Functions | |
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) |