net_error_helper_core_unittest.cc | 213 const std::string& last_error_html() const { return last_error_html_; } 312 last_error_html_ = html; 323 last_error_html_ = ErrorToString(error, is_failed_post); 401 std::string last_error_html_; member in class:__anon10369::NetErrorHelperCoreTest 402 // Number of times |last_error_html_| has been changed. [all...] |