HomeSort by relevance Sort by last modified time
    Searched refs:is_failed_post (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/renderer/net/
net_error_helper.h 64 // |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;
net_error_helper_core.h 56 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,
net_error_helper.cc 151 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),
net_error_helper_core.cc 599 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>(),
    [all...]
net_error_helper_core_unittest.cc 110 std::string ErrorToString(const WebURLError& error, bool is_failed_post) {
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);
    [all...]

Completed in 56 milliseconds