/third_party/cef/tests/ceftests/ |
D | pdf_viewer_unittest.cc | 59 : 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 __anonceedee0e0111::PdfViewerTestHandler
|
D | test_server_unittest.cc | 69 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 __anone85b1db90111::TestServerObserver
|
D | request_context_unittest.cc | 209 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 __anone3b6a7700111::PopupTestHandler
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
D | dart_component_controller.cc | 82 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()
|
D | dart_component_controller.h | 66 std::string url_; variable
|
/third_party/cef/libcef/common/ |
D | request_impl.cc | 200 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 …]
|
D | response_impl.cc | 138 return url_; in GetURL() 144 url_ = url; in SetURL() 214 url_ = str.Utf16(); in Set()
|
D | request_impl.h | 143 GURL url_; variable 162 GURL url_; member
|
D | response_impl.h | 60 CefString url_; variable
|
D | cef_crash_report_upload_thread.cc | 137 return !url_.empty() && settings->GetUploadsEnabled(&uploads_enabled) && in UploadsEnabled()
|
/third_party/cef/libcef/browser/ |
D | browser_host_create.cc | 25 url_(url), in CreateBrowserHelper() 31 CefBrowserHost::CreateBrowserSync(window_info_, client_, url_, settings_, in Run() 37 CefString url_; member in __anoncd9a54ad0111::CreateBrowserHelper
|
D | frame_host_impl.cc | 74 url_(render_frame_host->GetLastCommittedURL().spec()), in CefFrameHostImpl() 193 return url_; in GetURL() 266 url_ = render_frame_host_->GetLastCommittedURL().spec(); in RefreshAttributes()
|
D | frame_host_impl.h | 173 CefString url_; variable
|
/third_party/node/deps/npm/lib/ |
D | repo.js | 7 const url_ = require('url') constant 43 url = url_.parse(url)
|
/third_party/cef/libcef/browser/net/ |
D | internal_scheme_handler.cc | 56 explicit RedirectHandler(const GURL& url) : url_(url) {} in RedirectHandler() 73 redirectUrl = url_.spec(); in GetResponseHeaders() 87 GURL url_; member in scheme::__anonf54a585d0111::RedirectHandler
|
/third_party/node/src/ |
D | node_http_parser.cc | 205 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::__anonbfa2b8920111::Parser
|
/third_party/node/src/inspector/ |
D | worker_inspector.h | 73 const std::string& url() const { return url_; } in url() 80 std::string url_; variable
|
D | worker_inspector.cc | 62 url_(url), in ParentInspectorHandle() 74 new WorkerStartedRequest(id_, url_, worker_thread, waiting)); in WorkerStarted()
|
/third_party/cef/include/wrapper/ |
D | cef_resource_manager.h | 81 std::string url_; member 111 std::string url() const { return params_.url_; } in url()
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_resource_manager.cc | 58 : url_(url), content_(content), mime_type_(mime_type) { in ContentProvider() 70 if (url != url_) { in OnRequest() 88 std::string url_; member in __anon3e705c400111::ContentProvider 588 state->params_.url_ = in OnBeforeResourceLoad()
|
/third_party/cef/tests/cefclient/browser/ |
D | test_runner.cc | 461 explicit RequestDumpResourceProvider(const std::string& url) : url_(url) { in RequestDumpResourceProvider() 469 if (url != url_) { in OnRequest() 484 std::string url_; member in client::test_runner::__anona1916cbc0111::RequestDumpResourceProvider
|
D | osr_window_win.cc | 66 url_(url), in CreateBrowserHelper() 75 std::string url_; member in client::__anonfc5a679b0111::CreateBrowserHelper 114 helper->extra_info_, helper->request_context_, helper->url_); in CreateBrowserWithHelper()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 19508 + : url_(url), 19515 + restricted_cookie_manager_->AllowCookies(url_, site_for_cookies_)) 19520 + const GURL url_; 38853 url_ = web_contents->GetLastCommittedURL(); 38872 profile_, url_, "Text data", std::string(), "text/plain", 38900 profile_, url_, path.AsUTF8Unsafe(), file_info_[index].sha256, 42856 GURL url_; 53921 + url_(url), 53938 + if (url_.SchemeIsBlob()) { 53961 + if (url_.SchemeIsBlob()) { [all …]
|
D | 0004-ohos-3.2-Beta5.patch | 34274 url_(url), 34338 std::string url_;
|