Searched refs:error_domain (Results 1 – 9 of 9) sorted by relevance
435 const LocalizedErrorMap* LookupErrorMap(const std::string& error_domain, in LookupErrorMap() argument437 if (error_domain == net::kErrorDomain) { in LookupErrorMap()445 } else if (error_domain == LocalizedError::kHttpErrorDomain) { in LookupErrorMap()449 } else if (error_domain == chrome_common_net::kDnsProbeErrorDomain) { in LookupErrorMap()478 const char* GetIconClassForError(const std::string& error_domain, in GetIconClassForError() argument481 error_domain == net::kErrorDomain) || in GetIconClassForError()483 error_domain == chrome_common_net::kDnsProbeErrorDomain)) in GetIconClassForError()503 const std::string& error_domain, in GetStrings() argument526 const LocalizedErrorMap* error_map = LookupErrorMap(error_domain, error_code, in GetStrings()535 if (error_domain == net::kErrorDomain && in GetStrings()[all …]
55 const std::string& error_domain,69 static bool HasStrings(const std::string& error_domain, int error_code);
29 std::string* error_domain) OVERRIDE;
151 std::string* error_domain) { in HasErrorPage() argument
32 std::string* error_domain) { in HasErrorPage() argument
112 std::string* error_domain);
93 std::string* error_domain) OVERRIDE;
1062 std::string* error_domain) { in HasErrorPage() argument1069 *error_domain = LocalizedError::kHttpErrorDomain; in HasErrorPage()
2867 std::string error_domain = "http"; in didFinishResourceLoad() local2870 http_status_code, &error_domain)) { in didFinishResourceLoad()2873 error.domain = WebString::fromUTF8(error_domain); in didFinishResourceLoad()