Searched defs:ErrorPageInfo (Results 1 – 1 of 1) sorted by relevance
369 struct NetErrorHelperCore::ErrorPageInfo { struct in NetErrorHelperCore370 ErrorPageInfo(blink::WebURLError error, bool was_failed_post) in ErrorPageInfo() function382 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()