OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_dns_error
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/net/
net_error_helper.cc
110
void NetErrorHelper::OnFailLoad(bool is_main_frame, bool
is_dns_error
) {
112
<< ",
is_dns_error
=" <<
is_dns_error
<< ")";
local
117
last_fail_was_dns_error_ =
is_dns_error
;
119
if (
is_dns_error
) {
net_error_helper.h
60
void OnFailLoad(bool is_main_frame, bool
is_dns_error
);
net_error_helper_unittest.cc
43
void FailLoad(bool is_main_frame, bool
is_dns_error
) {
44
OnFailLoad(is_main_frame,
is_dns_error
);
Completed in 77 milliseconds