Searched refs:referrer_url (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/content/browser/download/
H A Ddownload_file_factory.cc17 const GURL& referrer_url,
23 save_info.Pass(), default_downloads_directory, url, referrer_url,
13 CreateFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_downloads_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, base::WeakPtr<DownloadDestinationObserver> observer) argument
H A Dfile_metadata_unittest_linux.cc44 const GURL& referrer_url() const { function in class:content::__anon7086::FileMetadataLinuxTest
103 CheckExtendedAttributeValue(kReferrerURLAttrName, referrer_url().spec());
116 AddOriginMetadataToFile(test_file(), source_url(), referrer_url());
124 AddOriginMetadataToFile(test_file(), source_url(), referrer_url());
132 AddOriginMetadataToFile(test_file(), invalid_url, referrer_url());
136 CheckExtendedAttributeValue(kReferrerURLAttrName, referrer_url().spec());
H A Ddownload_file_factory.h35 const GURL& referrer_url,
H A Ddownload_create_info.h46 GURL referrer_url; member in struct:content::DownloadCreateInfo
H A Ddownload_item_factory.h46 const GURL& referrer_url,
H A Dbase_file.h38 const GURL& referrer_url,
/external/chromium_org/chrome/browser/safe_browsing/
H A Dping_manager_unittest.cc45 GURL referrer_url("http://referrer.url.com");
52 malicious_url, page_url, referrer_url,
61 malicious_url, page_url, referrer_url,
70 malicious_url, page_url, referrer_url,
79 malicious_url, page_url, referrer_url,
88 malicious_url, page_url, referrer_url,
H A Dui_manager.cc154 GURL referrer_url; local
157 referrer_url = entry->GetReferrer().url;
168 referrer_url = page_url;
171 ReportSafeBrowsingHit(resource.url, page_url, referrer_url,
186 const GURL& referrer_url,
197 malicious_url, page_url, referrer_url, is_subresource,
214 const GURL& referrer_url,
226 << " " << referrer_url << " " << is_subresource << " "
230 referrer_url, is_subresource,
183 ReportSafeBrowsingHit( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SBThreatType threat_type, const std::string& post_data) argument
211 ReportSafeBrowsingHitOnIOThread( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SBThreatType threat_type, const std::string& post_data) argument
H A Dping_manager.h43 const GURL& referrer_url,
68 const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url,
H A Dping_manager.cc64 const GURL& referrer_url,
69 referrer_url, is_subresource,
100 const GURL& referrer_url, bool is_subresource,
133 net::EscapeQueryParamValue(referrer_url.spec(), true).c_str(),
61 ReportSafeBrowsingHit( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SBThreatType threat_type, const std::string& post_data) argument
98 SafeBrowsingHitUrl( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SBThreatType threat_type) const argument
H A Dui_manager.h122 const GURL& referrer_url,
143 const GURL& referrer_url,
H A Dmalware_details.cc162 GURL referrer_url; local
165 referrer_url = nav_entry->GetReferrer().url;
166 if (IsPublicUrl(referrer_url)) {
167 report_->set_referrer_url(referrer_url.spec());
200 if (nav_entry && !referrer_url.is_empty())
201 AddUrl(referrer_url, GURL(), std::string(), NULL);
/external/chromium_org/content/public/test/
H A Dmock_download_manager.cc17 const GURL& referrer_url,
34 referrer_url(referrer_url),
52 referrer_url(rhs.referrer_url),
72 referrer_url == rhs.referrer_url &&
103 const GURL& referrer_url,
117 id, current_path, target_path, url_chain, referrer_url, mime_type,
12 CreateDownloadItemAdapter( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
98 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened) argument
H A Dmock_download_manager.h34 GURL referrer_url; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
53 const GURL& referrer_url,
108 const GURL& referrer_url,
H A Dtest_file_error_injector.cc34 const GURL& referrer_url,
108 const GURL& referrer_url,
117 save_info.Pass(), default_download_directory, url, referrer_url,
264 const GURL& referrer_url,
298 const GURL& referrer_url,
318 referrer_url,
104 DownloadFileWithErrors( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_download_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, base::WeakPtr<DownloadDestinationObserver> observer, const TestFileErrorInjector::FileErrorInfo& error_info, const ConstructionCallback& ctor_callback, const DestructionCallback& dtor_callback) argument
294 CreateFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_download_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, base::WeakPtr<DownloadDestinationObserver> observer) argument
/external/chromium_org/chrome/browser/prerender/
H A Dexternal_prerender_handler_android.cc39 GURL referrer_url = GURL(ConvertJavaStringToUTF16(env, jreferrer));
40 content::Referrer referrer = referrer_url.is_valid() ?
41 content::Referrer(referrer_url, blink::WebReferrerPolicyDefault) :
/external/chromium_org/apps/
H A Dlauncher.h55 // |referrer_url| available through the launch data. |handler_id| corresponds to
62 const GURL& referrer_url);
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_data_fetcher.h35 const GURL& referrer_url,
H A Dwebstore_data_fetcher.cc27 const GURL& referrer_url,
31 referrer_url_(referrer_url),
24 WebstoreDataFetcher( WebstoreDataFetcherDelegate* delegate, net::URLRequestContextGetter* request_context, const GURL& referrer_url, const std::string webstore_item_id) argument
/external/chromium_org/extensions/browser/api/app_runtime/
H A Dapp_runtime_api.h74 const GURL& referrer_url);
H A Dapp_runtime_api.cc122 const GURL& referrer_url) {
126 launch_data.referrer_url.reset(new std::string(referrer_url.spec()));
117 DispatchOnLaunchedEventWithUrl( BrowserContext* context, const Extension* extension, const std::string& handler_id, const GURL& url, const GURL& referrer_url) argument
/external/chromium_org/chrome/browser/history/
H A Ddownload_row.cc42 referrer_url(referrer),
H A Ddownload_row.h61 GURL referrer_url; member in struct:history::DownloadRow
/external/chromium_org/net/base/
H A Dnetwork_delegate.h114 const GURL& referrer_url) const;
279 // Called when the |referrer_url| for requesting |target_url| during handling
287 const GURL& referrer_url) const;
/external/chromium_org/android_webview/native/
H A Dstate_serializer.cc215 string referrer_url; local
218 if (!iterator->ReadString(&referrer_url))
223 referrer.url = GURL(referrer_url);

Completed in 3964 milliseconds

123