Searched defs:security_info (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/public/common/
H A Dresource_response_info.h47 std::string security_info; member in struct:content::ResourceResponseInfo
H A Dcontext_menu_params.h141 SSLStatus security_info; member in struct:content::ContextMenuParams
/external/chromium_org/chrome/renderer/extensions/
H A Dextension_localization_peer.cc70 const std::string& security_info,
81 stale_copy_in_cache, security_info,
96 security_info, completion_time,
66 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
/external/chromium_org/chrome/renderer/
H A Dsecurity_filter_peer.cc93 const std::string& security_info,
151 const std::string& security_info,
163 security_info, completion_time,
174 stale_copy_in_cache, security_info,
206 const std::string& security_info,
211 info.security_info = security_info;
221 security_info,
89 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
148 OnCompletedRequest(int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
202 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
/external/chromium_org/content/browser/loader/
H A Ddetachable_resource_handler.cc178 const std::string& security_info,
188 next_handler_->OnResponseCompleted(status, security_info, &is_deferred_);
176 OnResponseCompleted( const net::URLRequestStatus& status, const std::string& security_info, bool* defer) argument
H A Dlayered_resource_handler.cc78 const std::string& security_info,
81 next_handler_->OnResponseCompleted(status, security_info, defer);
76 OnResponseCompleted( const net::URLRequestStatus& status, const std::string& security_info, bool* defer) argument
H A Dsync_resource_handler.cc124 const std::string& security_info,
122 OnResponseCompleted( const net::URLRequestStatus& status, const std::string& security_info, bool* defer) argument
H A Dbuffered_resource_handler.cc190 const std::string& security_info,
196 next_handler_->OnResponseCompleted(status, security_info, defer);
188 OnResponseCompleted( const net::URLRequestStatus& status, const std::string& security_info, bool* defer) argument
H A Dcross_site_resource_handler.cc274 const std::string& security_info,
278 next_handler_->OnResponseCompleted(status, security_info, defer);
285 completed_security_info_ = security_info;
272 OnResponseCompleted( const net::URLRequestStatus& status, const std::string& security_info, bool* defer) argument
H A Dredirect_to_file_resource_handler.cc229 const std::string& security_info,
234 completed_security_info_ = security_info;
239 next_handler_->OnResponseCompleted(status, security_info, defer);
227 OnResponseCompleted( const net::URLRequestStatus& status, const std::string& security_info, bool* defer) argument
H A Dasync_resource_handler.cc329 const std::string& security_info,
372 request_complete_data.security_info = security_info;
327 OnResponseCompleted( const net::URLRequestStatus& status, const std::string& security_info, bool* defer) argument
H A Dresource_loader.cc545 response->head.security_info = SerializeSecurityInfo(
651 std::string security_info; local
661 security_info = SerializeSecurityInfo(
667 handler_->OnResponseCompleted(request_->status(), security_info, &defer);
/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.cc342 const std::string& security_info,
340 OnResponseCompleted( const net::URLRequestStatus& status, const std::string& security_info, bool* defer) argument
/external/chromium_org/content/child/npapi/
H A Dplugin_url_fetcher.cc357 const std::string& security_info,
353 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
/external/chromium_org/content/child/
H A Dweb_url_loader_impl.cc195 info->security_info.clear();
240 const std::string& security_info,
628 const std::string& security_info,
712 OnCompletedRequest(error_code, false, false, info.security_info,
754 response->setSecurityInfo(info.security_info);
624 OnCompletedRequest( int error_code, bool was_ignored_by_handler, bool stale_copy_in_cache, const std::string& security_info, const base::TimeTicks& completion_time, int64 total_transfer_size) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2682 const std::string& security_info,
2695 DeserializeSecurityInfo(security_info, &cert_id, &cert_status,
2680 OnDidLoadResourceFromMemoryCache( const GURL& url, const std::string& security_info, const std::string& http_method, const std::string& mime_type, ResourceType resource_type) argument
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2181 std::string security_info; local
2183 security_info = frame->dataSource()->response().securityInfo();
2186 DeserializeSecurityInfo(security_info,

Completed in 730 milliseconds