Home
last modified time | relevance | path

Searched refs:OnFailLoad (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/net/
Dnet_error_helper.cc83 OnFailLoad(main_frame, dns_error); in DidFailProvisionalLoad()
112 void NetErrorHelper::OnFailLoad(bool is_main_frame, bool is_dns_error) { in OnFailLoad() function in NetErrorHelper
Dnet_error_helper.h61 void OnFailLoad(bool is_main_frame, bool is_dns_error);
Dnet_error_helper_unittest.cc44 OnFailLoad(is_main_frame, is_dns_error); in FailLoad()