Home
last modified time | relevance | path

Searched refs:url_ (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/tools/quickbook/src/
Dpath.cpp320 : type_(x.type_), path_(x.path_), url_(x.url_) in path_or_url()
350 url_ = rep; in path_or_url()
361 url_ = x.url_; in operator =()
376 std::swap(url_, x.url_); in swap()
383 r.url_.assign(x.begin(), x.end()); in url()
413 return url_; in get_url()
429 r.url_ = url_; in operator /()
430 auto pos = r.url_.rfind('/'); in operator /()
432 pos = r.url_.rfind(':'); in operator /()
435 r.url_.resize(pos + 1); in operator /()
[all …]
Dpath.hpp64 std::string url_; member in quickbook::detail::path_or_url
/third_party/boost/libs/beast/test/bench/parser/
Dnodejs_parser.hpp149 std::string url_; member in boost::beast::http::nodejs_basic_parser
300 url_ = std::move(other.url_); in nodejs_basic_parser()
315 url_ = std::move(other.url_); in operator =()
329 url_ = other.url_; in nodejs_basic_parser()
344 url_ = other.url_; in operator =()
411 t.url_.clear(); in cb_message_start()
426 t.url_.append(in, bytes); in cb_url()
478 t.impl().on_request(p->method, t.url_, in cb_headers_complete()
/third_party/cef/tests/ceftests/
Dpdf_viewer_unittest.cc59 : mode_(mode), url_(url) {} in PdfViewerTestHandler()
62 bool HasDirectPdfLoad() const { return url_ == kPdfDirectUrl; } in HasDirectPdfLoad()
82 CreateBrowser(url_, request_context); in RunTest()
199 if (url_ == kPdfHtmlUrl) { in DestroyTest()
204 } else if (url_ == kPdfDirectUrl) { in DestroyTest()
217 const std::string url_; member in __anon800299510111::PdfViewerTestHandler
Dtest_server_unittest.cc69 url_ = server_origin + path_; in OnInitialized()
74 config.request_->SetURL(url_); in OnInitialized()
108 if (url != url_) in OnHttpRequest()
139 EXPECT_STREQ(url_.c_str(), state.request_->GetURL().ToString().c_str()); in OnRequestResponse()
192 std::string url_; member in __anonbc05315c0111::TestServerObserver
Drequest_context_unittest.cc209 url_ = "http://tests-simple-rch1.com/nav1.html"; in PopupTestHandler()
226 AddResource(url_, in RunTest()
252 CreateBrowser(url_, context_); in RunTest()
270 if (url == url_) { in OnLoadEnd()
318 browser->GetMainFrame()->ExecuteJavaScript("doPopup()", url_, 0); in LaunchPopup()
388 std::string url_; member in __anondfb7d4930111::PopupTestHandler
/third_party/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc103 url_ = tmp_url.value(); in AwsRequestSigner()
127 url_.path().empty() ? "/" : absl::string_view(url_.path())); in GetSignedRequestHeaders()
131 for (const URI::QueryParam& query_kv : url_.query_parameter_pairs()) { in GetSignedRequestHeaders()
139 request_headers_.insert({"host", url_.authority()}); in GetSignedRequestHeaders()
184 absl::StrSplit(url_.authority(), absl::MaxSplits('.', 1)); in GetSignedRequestHeaders()
Durl_external_account_credentials.cc60 url_ = *tmp_url; in UrlExternalAccountCredentials()
128 request.host = const_cast<char*>(url_.authority().c_str()); in RetrieveSubjectToken()
142 url_.scheme() == "https" ? &grpc_httpcli_ssl : &grpc_httpcli_plaintext; in RetrieveSubjectToken()
Daws_external_account_credentials.cc105 url_ = it->second.string_value(); in AwsExternalAccountCredentials()
145 if (url_.empty()) { in RetrieveRegion()
194 if (url_.empty()) { in OnRetrieveRegionInternal()
202 absl::StatusOr<URI> uri = URI::Parse(url_); in RetrieveRoleName()
263 std::string url_with_role_name = absl::StrCat(url_, "/", role_name_); in RetrieveSigningKeys()
Daws_request_signer.h61 URI url_; variable
Durl_external_account_credentials.h46 URI url_; variable
Daws_external_account_credentials.h61 std::string url_; variable
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Ddart_component_controller.cc82 url_(std::move(package.resolved_url)), in DartComponentController()
95 url_.c_str()); in DartComponentController()
134 FX_LOGF(INFO, LOG_TAG, "%s is running from an app snapshot", url_.c_str()); in Setup()
136 FX_LOGF(INFO, LOG_TAG, "%s is running from kernel", url_.c_str()); in Setup()
141 url_.c_str()); in Setup()
327 url_.c_str(), label_.c_str(), isolate_snapshot_data, in CreateIsolate()
392 url_, namespace_, stdoutfd_, stderrfd_, std::move(environment), in Main()
435 dart_utils::HandleIfException(runner_incoming_services_, url_, in Main()
484 dart_utils::HandleIfException(runner_incoming_services_, url_, result); in MessageEpilogue()
/third_party/cef/libcef/common/
Drequest_impl.cc200 return url_.spec(); in GetURL()
207 if (url_ != new_url) { in SetURL()
209 url_ = new_url; in SetURL()
234 url_, content::Referrer(GURL(referrer_url.ToString()), in SetReferrer()
330 if (url_ != new_url) { in Set()
332 url_ = new_url; in Set()
398 url_ = request->url; in Set()
435 request->url = url_; in Get()
499 url_ = redirect_info.new_url; in Set()
529 url_ = params.url(); in Set()
[all …]
Dresponse_impl.cc138 return url_; in GetURL()
144 url_ = url; in SetURL()
214 url_ = str.Utf16(); in Set()
Drequest_impl.h143 GURL url_; variable
162 GURL url_; member
Dresponse_impl.h60 CefString url_; variable
/third_party/cef/libcef/browser/
Dbrowser_host_create.cc25 url_(url), in CreateBrowserHelper()
31 CefBrowserHost::CreateBrowserSync(window_info_, client_, url_, settings_, in Run()
37 CefString url_; member in __anon7eaefff00111::CreateBrowserHelper
/third_party/node/deps/npm/lib/
Drepo.js7 const url_ = require('url') constant
43 url = url_.parse(url)
/third_party/cef/libcef/browser/net/
Dinternal_scheme_handler.cc56 explicit RedirectHandler(const GURL& url) : url_(url) {} in RedirectHandler()
73 redirectUrl = url_.spec(); in GetResponseHeaders()
87 GURL url_; member in scheme::__anon166b96a00111::RedirectHandler
/third_party/node/src/
Dnode_http_parser.cc205 url_.Reset(); in SET_SELF_SIZE()
231 url_.Update(at, length); in on_url()
334 argv[A_URL] = url_.ToString(env()); in on_headers_complete()
493 url_.Save(); in Save()
829 url_.ToString(env()) in Flush()
839 url_.Reset(); in Flush()
849 url_.Reset(); in Init()
895 StringPtr url_; member in node::__anonddd9daf50111::Parser
/third_party/node/src/inspector/
Dworker_inspector.h73 const std::string& url() const { return url_; } in url()
80 std::string url_; variable
Dworker_inspector.cc62 url_(url), in ParentInspectorHandle()
74 new WorkerStartedRequest(id_, url_, worker_thread, waiting)); in WorkerStarted()
/third_party/cef/include/wrapper/
Dcef_resource_manager.h81 std::string url_; member
111 std::string url() const { return params_.url_; } in url()
/third_party/cef/libcef_dll/wrapper/
Dcef_resource_manager.cc58 : url_(url), content_(content), mime_type_(mime_type) { in ContentProvider()
70 if (url != url_) { in OnRequest()
88 std::string url_; member in __anon3a7189630111::ContentProvider
588 state->params_.url_ = in OnBeforeResourceLoad()

12