Home
last modified time | relevance | path

Searched defs:ErrorPageInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/renderer/net/
Dnet_error_helper_core.cc369 struct NetErrorHelperCore::ErrorPageInfo { struct in NetErrorHelperCore
370 ErrorPageInfo(blink::WebURLError error, bool was_failed_post) in ErrorPageInfo() function
382 blink::WebURLError error;
383 bool was_failed_post;
389 bool needs_dns_updates;
393 bool needs_load_navigation_corrections;
399 navigation_correction_params;
401 scoped_ptr<NavigationCorrectionResponse> navigation_correction_response;
427 const NetErrorHelperCore::ErrorPageInfo& info) { in IsReloadableError()