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

/external/chromium_org/content/browser/download/
H A Dbase_file_mac.cc16 AddQuarantineMetadataToFile(full_path_, source_url_, referrer_url_);
17 AddOriginMetadataToFile(full_path_, source_url_, referrer_url_);
H A Dbase_file_linux.cc16 AddOriginMetadataToFile(full_path_, source_url_, referrer_url_);
H A Dfile_metadata_unittest_linux.cc32 : source_url_("http://www.source.com"),
41 return source_url_;
109 GURL source_url_; member in class:content::__anon7086::FileMetadataLinuxTest
H A Dbase_file.h153 GURL source_url_; member in class:content::BaseFile
H A Dbase_file_win.cc370 HRESULT hr = AVScanFile(full_path_, source_url_.spec(), guid);
H A Dbase_file.cc37 source_url_(source_url),
243 return base::StringPrintf("{ source_url_ = \"%s\""
247 source_url_.spec().c_str(),
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dproxy_resolution_service_provider.cc34 source_url_(source_url) {
52 std::string source_url_; // URL being resolved. member in class:chromeos::ProxyResolverImpl::Request
53 net::ProxyInfo proxy_info_; // ProxyInfo resolved for source_url_.
72 LOG(WARNING) << "Pending request for " << request->source_url_;
136 << request->source_url_;
138 GURL(request->source_url_), net::LOAD_NORMAL, &request->proxy_info_,
158 writer.AppendString(request->source_url_);
166 LOG(ERROR) << "can't find request slot(" << request->source_url_
/external/chromium_org/chrome/browser/extensions/api/webrtc_audio_private/
H A Dwebrtc_audio_private_browsertest.cc83 source_url_ = GURL("chrome-extension://fakeid012345678/fakepage.html");
95 function->set_source_url(source_url_);
108 function->set_source_url(source_url_);
164 GURL source_url_; member in class:extensions::WebrtcAudioPrivateTest
199 source_url_.GetOrigin(),
230 function->set_source_url(source_url_);
254 function->set_source_url(source_url_);
300 function->set_source_url(source_url_);
327 function->set_source_url(source_url_);
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.h84 // invoked is the same as |source_url_|.
88 GURL source_url_; member in class:autofill::AutofillDialogControllerAndroid
H A Dautofill_dialog_controller_android.cc242 current_url.GetOrigin() == source_url_.GetOrigin();
392 env, source_url_.GetOrigin().spec());
514 source_url_(source_url),
/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.h177 const GURL& source_url() const { return source_url_; }
227 GURL source_url_; member in class:autofill::FormStructure
H A Dform_structure.cc350 source_url_(form.origin),
627 form.data.origin = form_structure->source_url_;
657 scheme = source_url_.scheme();
658 host = source_url_.host();
747 DCHECK_EQ(cached_form.source_url_, source_url_);
917 data.origin = source_url_;
930 source_url_ == form.origin &&
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc74 GURL source_url_; member in class:content::__anon7683::DownloadFileWithErrors
119 source_url_(url),
131 base::Bind(ctor_callback, source_url_));
136 destruction_callback_.Run(source_url_);
/external/chromium_org/extensions/browser/
H A Dextension_function.h226 void set_source_url(const GURL& source_url) { source_url_ = source_url; }
227 const GURL& source_url() { return source_url_; }
344 GURL source_url_; member in class:ExtensionFunction
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.h249 GURL source_url_; member in class:autofill::wallet::WalletClient
H A Dwallet_client.cc266 source_url_(source_url),
327 source_url_.GetWithEmptyPath().spec());
373 source_url_.GetWithEmptyPath().spec());
467 source_url_.GetWithEmptyPath().spec());
508 source_url_.GetWithEmptyPath().spec());
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_local_predictor.cc97 LocalPredictorURLInfo source_url_; member in struct:prerender::PrerenderLocalPredictor::CandidatePrerenderInfo
110 source_url_.id = source_id;
180 DoURLLookup(db, &request_->source_url_);
707 if (!info->source_url_.url_lookup_success) {
712 if (prefetch_list_->MarkURLSeen(info->source_url_.url,
734 if (it->GetURL() == info->source_url_.url) {
801 info->source_url_.url_lookup_success) {
804 browse_item->SetString("url", info->source_url_.url.spec());
967 info->source_url_.url_lookup_success) {
1312 URLsIdenticalIgnoringFragments(info->source_url_
[all...]
/external/chromium_org/v8/src/
H A Dscanner.h462 const LiteralBuffer* source_url() const { return &source_url_; }
627 LiteralBuffer source_url_; member in class:v8::internal::Scanner
H A Dscanner.cc334 value = &source_url_;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.h642 // invoked is the same as |source_url_|.
646 GURL source_url_; member in class:autofill::AutofillDialogControllerImpl
H A Dautofill_dialog_controller_impl.cc814 current_url.GetOrigin() == source_url_.GetOrigin();
2261 base::UTF8ToUTF16(source_url_.host()))));
2824 source_url_(source_url),
3269 kAutofillDialogOrigin : source_url_.GetOrigin().spec());

Completed in 426 milliseconds