Searched defs:SetURL (Results 1 – 5 of 5) sorted by relevance
69 STDMETHOD(SetURL)(THIS_ LPCSTR pcszURL,DWORD dwInFlags) PURE; in DECLARE_INTERFACE_() local80 STDMETHOD(SetURL)(THIS_ LPCWSTR pcszURL,DWORD dwInFlags) PURE; in DECLARE_INTERFACE_() local
294 NO_SANITIZE("cfi-icall") void CefResponseCToCpp::SetURL(const CefString& url) { in SetURL() function in CefResponseCToCpp
63 NO_SANITIZE("cfi-icall") void CefRequestCToCpp::SetURL(const CefString& url) { in SetURL() function in CefRequestCToCpp
141 void CefResponseImpl::SetURL(const CefString& url) { in SetURL() function in CefResponseImpl
263 void CefRequestImpl::SetURL(const CefString& url) { in SetURL() function in CefRequestImpl