webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebUserContentURLPattern Interface Reference

import"IWebUserContentURLPattern.idl";

Inheritance diagram for IWebUserContentURLPattern:
WebUserContentURLPattern

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)
 

Member Function Documentation

◆ host()

HRESULT IWebUserContentURLPattern::host ( [out, retval] BSTR )

◆ isValid()

HRESULT IWebUserContentURLPattern::isValid ( [out, retval] BOOL isValid)

◆ matchesSubdomains()

HRESULT IWebUserContentURLPattern::matchesSubdomains ( [out, retval] BOOL matches)

◆ matchesURL()

HRESULT IWebUserContentURLPattern::matchesURL ( [in] BSTR  url,
[out, retval] BOOL matches 
)

◆ parse()

HRESULT IWebUserContentURLPattern::parse ( [in] BSTR  patternString)

◆ scheme()

HRESULT IWebUserContentURLPattern::scheme ( [out, retval] BSTR )

The documentation for this interface was generated from the following file: