Home
last modified time | relevance | path

Searched defs:SetURL (Results 1 – 5 of 5) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dintshcut.h69 STDMETHOD(SetURL)(THIS_ LPCSTR pcszURL,DWORD dwInFlags) PURE; in DECLARE_INTERFACE_() local
80 STDMETHOD(SetURL)(THIS_ LPCWSTR pcszURL,DWORD dwInFlags) PURE; in DECLARE_INTERFACE_() local
/third_party/cef/libcef_dll/ctocpp/
Dresponse_ctocpp.cc294 NO_SANITIZE("cfi-icall") void CefResponseCToCpp::SetURL(const CefString& url) { in SetURL() function in CefResponseCToCpp
Drequest_ctocpp.cc63 NO_SANITIZE("cfi-icall") void CefRequestCToCpp::SetURL(const CefString& url) { in SetURL() function in CefRequestCToCpp
/third_party/cef/libcef/common/
Dresponse_impl.cc141 void CefResponseImpl::SetURL(const CefString& url) { in SetURL() function in CefResponseImpl
Drequest_impl.cc263 void CefRequestImpl::SetURL(const CefString& url) { in SetURL() function in CefRequestImpl