Home
last modified time | relevance | path

Searched refs:SetURL (Results 1 – 25 of 29) sorted by relevance

12

/third_party/cef/patch/patches/
Dui_dragdrop_355390.patch5 @@ -139,7 +139,8 @@ void XOSExchangeDataProvider::SetURL(const GURL& url,
Dchrome_browser_browser.patch140 GetStatusBubble()->SetURL(url);
/third_party/cef/include/
Dcef_response.h164 virtual void SetURL(const CefString& url) = 0;
Dcef_request.h82 virtual void SetURL(const CefString& url) = 0;
/third_party/cef/libcef_dll/ctocpp/
Dresponse_ctocpp.h55 void SetURL(const CefString& url) override;
Drequest_ctocpp.h38 void SetURL(const CefString& url) override;
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/tests/ceftests/
Durlrequest_unittest.cc1724 settings_.request->SetURL(GetTestURL("GetTest.html")); in SetupGetTestShared()
1785 settings_.redirect_request->SetURL(GetTestURL("redirect.html")); in SetupGetRedirectTest()
1802 settings_.request->SetURL(GetTestURL("GetTest.html")); in SetupGetRedirectStopTest()
1815 settings_.redirect_request->SetURL(GetTestURL("redirect.html")); in SetupGetRedirectStopTest()
1844 settings_.redirect_request->SetURL(GetTestURL("redirect.html")); in SetupGetRedirectLocationTest()
1861 settings_.request->SetURL(GetTestURL("GetTest.html")); in SetupGetReferrerTest()
1903 settings_.request->SetURL(GetTestURL("PostTest.html")); in SetupPostTestShared()
1925 settings_.request->SetURL(GetTestURL("PostFileTest.html")); in SetupPostFileTest()
1973 settings_.redirect_request->SetURL(GetTestURL("redirect.html")); in SetupPostRedirectTest()
1996 settings_.request->SetURL(GetTestURL("PostTest.html")); in SetupPostRedirectToGetTest()
[all …]
Drequest_unittest.cc82 request->SetURL(url); in TEST()
196 request->SetURL(kTestUrl); in CreateRequest()
Dtest_server_unittest.cc74 config.request_->SetURL(url_); in OnInitialized()
Dresource_request_handler_unittest.cc642 request->SetURL(GetURL(RESULT_HTML)); in OnBeforeResourceLoad()
758 request->SetURL(GetURL(RESULT_HTML)); in OnResourceResponse()
1699 request->SetURL(GetURL(RESULT_JS)); in OnBeforeResourceLoad()
1841 request->SetURL(GetURL(RESULT_JS)); in OnResourceResponse()
2930 request->SetURL(redirect_url_); in OnResourceReceived()
Dserver_unittest.cc798 request->SetURL(GetTestServerOrigin(false) + "/" + path); in CreateTestServerRequest()
Dscheme_handler_unittest.cc167 request->SetURL(test_results_->sub_url); in OnBeforeResourceLoad()
/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc441 response_->SetURL(redirect_info.new_url.spec()); in OnRedirect()
454 response_->SetURL(final_url.spec()); in OnResponseStarted()
524 response_->SetURL(loader_->GetFinalURL().spec()); in OnComplete()
Dresource_request_handler_wrapper.cc876 state->pending_request_->SetURL(new_url.spec()); in HandleRedirect()
/third_party/cef/libcef/common/
Dresponse_impl.h45 void SetURL(const CefString& url) override;
Drequest_impl.h58 void SetURL(const CefString& url) override;
Dresponse_impl.cc141 void CefResponseImpl::SetURL(const CefString& url) { in SetURL() function in CefResponseImpl
Drequest_impl.cc203 void CefRequestImpl::SetURL(const CefString& url) { in SetURL() function in CefRequestImpl
/third_party/cef/tests/cefclient/browser/
Durlrequest_test.cc118 cef_request->SetURL(load_url); in OnQuery()
Dtest_runner.cc134 request->SetURL("http://tests/request"); in RunRequestTest()
/third_party/cef/libcef_dll/cpptoc/
Dresponse_cpptoc.cc294 CefResponseCppToC::Get(self)->SetURL(CefString(url)); in response_set_url()
Drequest_cpptoc.cc77 CefRequestCppToC::Get(self)->SetURL(CefString(url)); in request_set_url()
/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc179 responseImpl->SetURL(redirect_url.GetString().Utf16()); in OnStopRedirect()

12