Home
last modified time | relevance | path

Searched refs:source_url_ (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/dbus/
Dproxy_resolution_service_provider.cc34 source_url_(source_url) { in Request()
52 std::string source_url_; // URL being resolved. member in chromeos::ProxyResolverImpl::Request
72 LOG(WARNING) << "Pending request for " << request->source_url_; in ~ProxyResolverImpl()
136 << request->source_url_; in ResolveProxyInternal()
138 GURL(request->source_url_), net::LOAD_NORMAL, &request->proxy_info_, in ResolveProxyInternal()
158 writer.AppendString(request->source_url_); in NotifyProxyResolved()
166 LOG(ERROR) << "can't find request slot(" << request->source_url_ in NotifyProxyResolved()
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
Dwebrtc_audio_private_browsertest.cc83 source_url_ = GURL("chrome-extension://fakeid012345678/fakepage.html"); in SetUpOnMainThread()
95 function->set_source_url(source_url_); in InvokeGetActiveSink()
108 function->set_source_url(source_url_); in InvokeGetSinks()
164 GURL source_url_; member in extensions::WebrtcAudioPrivateTest
199 source_url_.GetOrigin(), in IN_PROC_BROWSER_TEST_F()
230 function->set_source_url(source_url_); in IN_PROC_BROWSER_TEST_F()
254 function->set_source_url(source_url_); in IN_PROC_BROWSER_TEST_F()
300 function->set_source_url(source_url_); in IN_PROC_BROWSER_TEST_F()
327 function->set_source_url(source_url_); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/browser/download/
Dbase_file_mac.cc16 AddQuarantineMetadataToFile(full_path_, source_url_, referrer_url_); in AnnotateWithSourceInformation()
17 AddOriginMetadataToFile(full_path_, source_url_, referrer_url_); in AnnotateWithSourceInformation()
Dfile_metadata_unittest_linux.cc32 : source_url_("http://www.source.com"), in FileMetadataLinuxTest()
41 return source_url_; in source_url()
109 GURL source_url_; member in content::__anon691f83880111::FileMetadataLinuxTest
Dbase_file_linux.cc16 AddOriginMetadataToFile(full_path_, source_url_, referrer_url_); in AnnotateWithSourceInformation()
Dbase_file.h153 GURL source_url_; variable
Dbase_file.cc37 source_url_(source_url), in BaseFile()
247 source_url_.spec().c_str(), in DebugString()
Dbase_file_win.cc370 HRESULT hr = AVScanFile(full_path_, source_url_.spec(), guid); in AnnotateWithSourceInformation()
/external/chromium_org/content/public/test/
Dtest_file_error_injector.cc74 GURL source_url_; member in content::__anond7647d620111::DownloadFileWithErrors
119 source_url_(url), in DownloadFileWithErrors()
131 base::Bind(ctor_callback, source_url_)); in DownloadFileWithErrors()
136 destruction_callback_.Run(source_url_); in ~DownloadFileWithErrors()
/external/chromium_org/components/autofill/core/browser/
Dform_structure.h177 const GURL& source_url() const { return source_url_; } in source_url()
227 GURL source_url_; variable
Dform_structure.cc350 source_url_(form.origin), in FormStructure()
627 form.data.origin = form_structure->source_url_; in GetFieldTypePredictions()
657 scheme = source_url_.scheme(); in FormSignature()
658 host = source_url_.host(); in FormSignature()
747 DCHECK_EQ(cached_form.source_url_, source_url_); in UpdateFromCache()
917 data.origin = source_url_; in ToFormData()
930 source_url_ == form.origin && in operator ==()
/external/chromium_org/chrome/browser/prerender/
Dprerender_local_predictor.cc97 LocalPredictorURLInfo source_url_; member
110 source_url_.id = source_id; in CandidatePrerenderInfo()
180 DoURLLookup(db, &request_->source_url_); in RunOnDBThread()
707 if (!info->source_url_.url_lookup_success) { in OnLookupURL()
712 if (prefetch_list_->MarkURLSeen(info->source_url_.url, in OnLookupURL()
734 if (it->GetURL() == info->source_url_.url) { in OnLookupURL()
801 info->source_url_.url_lookup_success) { in DoPrerenderServiceCheck()
804 browse_item->SetString("url", info->source_url_.url.spec()); in DoPrerenderServiceCheck()
967 info->source_url_.url_lookup_success) { in ApplyParsedPrerenderServiceResponse()
1312 URLsIdenticalIgnoringFragments(info->source_url_.url, in ContinuePrerenderCheck()
/external/chromium_org/extensions/browser/
Dextension_function.h226 void set_source_url(const GURL& source_url) { source_url_ = source_url; } in set_source_url()
227 const GURL& source_url() { return source_url_; } in source_url()
344 GURL source_url_; variable
/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_client.cc266 source_url_(source_url), in WalletClient()
327 source_url_.GetWithEmptyPath().spec()); in GetFullWallet()
373 source_url_.GetWithEmptyPath().spec()); in SaveToWallet()
467 source_url_.GetWithEmptyPath().spec()); in GetWalletItems()
508 source_url_.GetWithEmptyPath().spec()); in DoAcceptLegalDocuments()
Dwallet_client.h249 GURL source_url_; variable
/external/chromium_org/chrome/browser/ui/android/autofill/
Dautofill_dialog_controller_android.h88 GURL source_url_; variable
Dautofill_dialog_controller_android.cc242 current_url.GetOrigin() == source_url_.GetOrigin(); in Show()
392 env, source_url_.GetOrigin().spec()); in Show()
514 source_url_(source_url), in AutofillDialogControllerAndroid()
/external/chromium_org/v8/src/
Dscanner.h462 const LiteralBuffer* source_url() const { return &source_url_; } in source_url()
627 LiteralBuffer source_url_; variable
Dscanner.cc334 value = &source_url_; in TryToParseSourceURLComment()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.h646 GURL source_url_; variable
Dautofill_dialog_controller_impl.cc814 current_url.GetOrigin() == source_url_.GetOrigin(); in Show()
2261 base::UTF8ToUTF16(source_url_.host())))); in CurrentNotifications()
2824 source_url_(source_url), in AutofillDialogControllerImpl()
3269 kAutofillDialogOrigin : source_url_.GetOrigin().spec()); in FillOutputForSectionWithComparator()