Searched defs:referrer_url (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/app_runtime/
H A Dapp_runtime_api.cc102 const GURL& referrer_url) {
106 launch_data.referrer_url.reset(new std::string(referrer_url.spec()));
97 DispatchOnLaunchedEventWithUrl( Profile* profile, const Extension* extension, const std::string& handler_id, const GURL& url, const GURL& referrer_url) argument
/external/chromium_org/content/browser/download/
H A Ddownload_file_factory.cc18 const GURL& referrer_url,
28 save_info.Pass(), default_downloads_directory, url, referrer_url,
14 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 Ddownload_create_info.h46 GURL referrer_url; member in struct:content::DownloadCreateInfo
H A Dfile_metadata_unittest_linux.cc44 const GURL& referrer_url() const { function in class:content::__anon7970::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 Dbase_file.cc30 const GURL& referrer_url,
38 referrer_url_(referrer_url),
28 BaseFile(const base::FilePath& full_path, const GURL& source_url, const GURL& referrer_url, int64 received_bytes, bool calculate_hash, const std::string& hash_state_bytes, scoped_ptr<net::FileStream> file_stream, const net::BoundNetLog& bound_net_log) argument
H A Ddownload_file_impl.cc35 const GURL& referrer_url,
43 referrer_url,
31 DownloadFileImpl( 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, scoped_ptr<PowerSaveBlocker> power_save_blocker, base::WeakPtr<DownloadDestinationObserver> observer) argument
H A Ddownload_manager_impl.cc171 const GURL& referrer_url,
189 referrer_url,
416 info->url(), info->referrer_url,
621 const GURL& referrer_url,
642 referrer_url,
616 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, 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 Ddownload_manager_impl_unittest.cc234 const GURL& referrer_url,
299 const GURL& referrer_url,
379 const GURL& referrer_url,
385 referrer_url, calculate_hash,
293 CreatePersistedItem( DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, 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, const net::BoundNetLog& bound_net_log) argument
375 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/extensions/
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/chrome/browser/history/
H A Ddownload_row.h58 GURL referrer_url; member in struct:history::DownloadRow
/external/chromium_org/content/public/test/
H A Dmock_download_manager.h33 GURL referrer_url; member in struct:content::MockDownloadManager::CreateDownloadItemAdapter
50 const GURL& referrer_url,
103 const GURL& referrer_url,
H A Dmock_download_manager.cc17 const GURL& referrer_url,
32 referrer_url(referrer_url),
48 referrer_url(rhs.referrer_url),
68 referrer_url == rhs.referrer_url &&
97 const GURL& referrer_url,
109 id, current_path, target_path, url_chain, referrer_url, start_time,
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 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
92 CreateDownloadItem( uint32 id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, 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 Dtest_file_error_injector.cc35 const GURL& referrer_url,
110 const GURL& referrer_url,
120 save_info.Pass(), default_download_directory, url, referrer_url,
268 const GURL& referrer_url,
302 const GURL& referrer_url,
327 referrer_url,
106 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, scoped_ptr<PowerSaveBlocker> power_save_blocker, base::WeakPtr<DownloadDestinationObserver> observer, const TestFileErrorInjector::FileErrorInfo& error_info, const ConstructionCallback& ctor_callback, const DestructionCallback& dtor_callback) argument
298 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/chrome/browser/download/
H A Dbase_file.cc25 const GURL& referrer_url,
30 referrer_url_(referrer_url),
23 BaseFile(const FilePath& full_path, const GURL& source_url, const GURL& referrer_url, int64 received_bytes, const linked_ptr<net::FileStream>& file_stream) argument
H A Ddownload_safe_browsing_client.cc25 const GURL& referrer_url)
29 referrer_url_(referrer_url) {
23 DownloadSBClient(int32 download_id, const std::vector<GURL>& url_chain, const GURL& referrer_url) argument
H A Ddownload_item.h250 const GURL& referrer_url() const { return referrer_url_; } function in class:DownloadItem
/external/chromium/chrome/browser/history/
H A Ddownload_create_info.h49 GURL referrer_url; member in struct:DownloadCreateInfo
/external/chromium_org/chrome/browser/safe_browsing/
H A Dping_manager.cc64 const GURL& referrer_url,
69 referrer_url, is_subresource,
100 const GURL& referrer_url, bool is_subresource,
137 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 Dmalware_details.cc171 GURL referrer_url; local
174 referrer_url = nav_entry->GetReferrer().url;
175 if (IsPublicUrl(referrer_url)) {
176 report_->set_referrer_url(referrer_url.spec());
209 if (nav_entry && !referrer_url.is_empty()) {
210 AddUrl(referrer_url, GURL(), std::string(), NULL);
H A Dui_manager.cc162 GURL referrer_url; local
165 referrer_url = entry->GetReferrer().url;
176 referrer_url = page_url;
179 ReportSafeBrowsingHit(resource.url, page_url, referrer_url,
194 const GURL& referrer_url,
205 malicious_url, page_url, referrer_url, is_subresource,
222 const GURL& referrer_url,
234 << " " << referrer_url << " " << is_subresource << " "
238 referrer_url, is_subresource,
191 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
219 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
/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details.cc163 GURL referrer_url; local
166 referrer_url = nav_entry->referrer();
167 if (IsPublicUrl(referrer_url)) {
168 report_->set_referrer_url(referrer_url.spec());
201 if (nav_entry && !referrer_url.is_empty()) {
202 AddUrl(referrer_url, GURL(), "", NULL);
H A Dprotocol_manager.cc650 const GURL& referrer_url,
655 referrer_url, is_subresource,
766 const GURL& referrer_url, bool is_subresource,
796 EscapeQueryParamValue(referrer_url.spec(), true).c_str(),
647 ReportSafeBrowsingHit( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SafeBrowsingService::UrlCheckResult threat_type, const std::string& post_data) argument
764 SafeBrowsingHitUrl( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SafeBrowsingService::UrlCheckResult threat_type) const argument
H A Dsafe_browsing_service.cc1010 GURL referrer_url; local
1013 referrer_url = entry->referrer();
1025 referrer_url = page_url;
1028 ReportSafeBrowsingHit(resource.url, page_url, referrer_url, is_subresource,
1040 const GURL& referrer_url,
1055 referrer_url,
1064 const GURL& referrer_url,
1073 << " " << referrer_url << " " << is_subresource << " "
1076 referrer_url, is_subresource,
1037 ReportSafeBrowsingHit( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SafeBrowsingService::UrlCheckResult threat_type, const std::string& post_data) argument
1061 ReportSafeBrowsingHitOnIOThread( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SafeBrowsingService::UrlCheckResult threat_type, const std::string& post_data) argument
/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);
/external/chromium_org/apps/
H A Dlauncher.cc405 const GURL& referrer_url) {
407 profile, extension, handler_id, url, referrer_url);
401 LaunchPlatformAppWithUrl(Profile* profile, const Extension* extension, const std::string& handler_id, const GURL& url, const GURL& referrer_url) argument

Completed in 619 milliseconds

12