Home | History | Annotate | Download | only in win

Lines Matching refs:setDomainRelaxationForbiddenForURLScheme

6432 HRESULT WebView::setDomainRelaxationForbiddenForURLScheme(BOOL forbidden, BSTR scheme)
6434 SecurityOrigin::setDomainRelaxationForbiddenForURLScheme(forbidden, String(scheme, SysStringLen(scheme)));