HomeSort by relevance Sort by last modified time
    Searched refs:source_url_ (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/content/browser/download/
base_file_mac.cc 16 AddQuarantineMetadataToFile(full_path_, source_url_, referrer_url_);
17 AddOriginMetadataToFile(full_path_, source_url_, referrer_url_);
base_file_linux.cc 16 AddOriginMetadataToFile(full_path_, source_url_, referrer_url_);
file_metadata_unittest_linux.cc 32 : source_url_("http://www.source.com"),
41 return source_url_;
109 GURL source_url_; member in class:content::__anon11711::FileMetadataLinuxTest
base_file.h 153 GURL source_url_; member in class:content::BaseFile
base_file_win.cc 370 HRESULT hr = AVScanFile(full_path_, source_url_.spec(), guid);
base_file.cc 37 source_url_(source_url),
243 return base::StringPrintf("{ source_url_ = \"%s\""
247 source_url_.spec().c_str(),
  /external/chromium_org/chrome/browser/chromeos/dbus/
proxy_resolution_service_provider.cc 34 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/
webrtc_audio_private_browsertest.cc 83 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/components/autofill/core/browser/
form_structure.h 177 const GURL& source_url() const { return source_url_; }
227 GURL source_url_; member in class:autofill::FormStructure
form_structure.cc 350 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_);
    [all...]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.h 84 // invoked is the same as |source_url_|.
88 GURL source_url_; member in class:autofill::AutofillDialogControllerAndroid
autofill_dialog_controller_android.cc 242 current_url.GetOrigin() == source_url_.GetOrigin();
392 env, source_url_.GetOrigin().spec());
514 source_url_(source_url),
  /external/chromium_org/extensions/browser/
extension_function.h 226 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/
wallet_client.h 249 GURL source_url_; member in class:autofill::wallet::WalletClient
wallet_client.cc 266 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/content/public/test/
test_file_error_injector.cc 74 GURL source_url_; member in class:content::__anon12308::DownloadFileWithErrors
119 source_url_(url),
131 base::Bind(ctor_callback, source_url_));
136 destruction_callback_.Run(source_url_);
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 97 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());
    [all...]
  /external/chromium_org/v8/src/
scanner.h 462 const LiteralBuffer* source_url() const { return &source_url_; }
627 LiteralBuffer source_url_; member in class:v8::internal::Scanner
scanner.cc 334 value = &source_url_;
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.h 642 // invoked is the same as |source_url_|.
646 GURL source_url_; member in class:autofill::AutofillDialogControllerImpl
    [all...]
autofill_dialog_controller_impl.cc 814 current_url.GetOrigin() == source_url_.GetOrigin();
    [all...]

Completed in 379 milliseconds