HomeSort by relevance Sort by last modified time
    Searched refs:security_info (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/content/browser/loader/
sync_resource_handler.cc 122 const std::string& security_info,
resource_loader.cc 535 response->head.security_info = SerializeSecurityInfo(
641 std::string security_info; local
651 security_info = SerializeSecurityInfo(
657 handler_->OnResponseCompleted(request_->status(), security_info, &defer);
buffered_resource_handler.cc 187 const std::string& security_info,
193 next_handler_->OnResponseCompleted(status, security_info, defer);
resource_loader_unittest.cc 194 const std::string& security_info,
  /external/chromium_org/content/common/
resource_messages.h 105 IPC_STRUCT_TRAITS_MEMBER(security_info)
228 IPC_STRUCT_MEMBER(std::string, security_info)
frame_messages.h 65 IPC_STRUCT_TRAITS_MEMBER(security_info)
122 IPC_STRUCT_MEMBER(std::string, security_info)
  /external/chromium_org/content/test/
test_render_frame_host.cc 112 params.security_info = std::string();
test_render_view_host.cc 38 params->security_info = std::string();
test_web_contents.cc 82 params.security_info = std::string();
  /external/chromium_org/content/child/
web_url_loader_impl.cc 131 info->security_info.clear();
241 const std::string& security_info,
615 const std::string& security_info,
690 OnCompletedRequest(error_code, false, false, info.security_info,
732 response->setSecurityInfo(info.security_info);
resource_dispatcher_unittest.cc 96 const std::string& security_info,
747 const std::string& security_info,
resource_dispatcher.cc 564 request_complete_data.security_info,
  /external/chromium_org/chrome/renderer/extensions/
extension_localization_peer_unittest.cc 72 const std::string& security_info,
  /external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc 362 const std::string& security_info,
  /external/chromium_org/content/browser/download/
download_resource_handler.cc 345 const std::string& security_info,
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h     [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 857 details->serialized_security_info = params.security_info;
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 1928 std::string security_info; local
    [all...]
render_frame_impl.cc     [all...]
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc     [all...]

Completed in 1647 milliseconds

12