Searched refs:is_failed_post (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper.h64 // |is_failed_post|, and |locale| with suitable strings and returns true.
72 bool is_failed_post,
86 bool is_failed_post,
95 bool is_failed_post) OVERRIDE;
H A Dnet_error_helper.cc151 bool is_failed_post,
153 core_->GetErrorHTML(GetFrameType(frame), error, is_failed_post, error_html); local
167 bool is_failed_post,
186 error.unreachableURL, is_failed_post,
188 error.staleCopyInCache && !is_failed_post),
215 bool is_failed_post) {
224 is_failed_post,
226 error.staleCopyInCache && !is_failed_post),
148 GetErrorHTML( blink::WebFrame* frame, const blink::WebURLError& error, bool is_failed_post, std::string* error_html) argument
165 GenerateLocalizedErrorPage( const blink::WebURLError& error, bool is_failed_post, scoped_ptr<LocalizedError::ErrorPageParams> params, bool* reload_button_shown, bool* load_stale_button_shown, std::string* error_html) const argument
214 UpdateErrorPage(const blink::WebURLError& error, bool is_failed_post) argument
H A Dnet_error_helper_core.h56 bool is_failed_post,
73 bool is_failed_post) = 0;
123 // |is_failed_post|, and |locale| with suitable strings and returns true.
131 bool is_failed_post,
H A Dnet_error_helper_core.cc599 bool is_failed_post,
607 pending_error_page_info_.reset(new ErrorPageInfo(error, is_failed_post));
617 error, is_failed_post, scoped_ptr<LocalizedError::ErrorPageParams>(),
596 GetErrorHTML( FrameType frame_type, const blink::WebURLError& error, bool is_failed_post, std::string* error_html) argument
H A Dnet_error_helper_core_unittest.cc110 std::string ErrorToString(const WebURLError& error, bool is_failed_post) { argument
114 is_failed_post ? "POST" : "NOT POST");
298 bool is_failed_post,
306 *html = ErrorToString(error, is_failed_post);
320 bool is_failed_post) OVERRIDE {
323 last_error_html_ = ErrorToString(error, is_failed_post);

Completed in 678 milliseconds