Searched defs:localizedDescription (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ | ||
H A D | WebURLError.h | 63 WebString localizedDescription; member in struct:WebKit::WebURLError |
/external/chromium_org/third_party/WebKit/Source/core/platform/network/ | ||
H A D | SocketStreamError.h | 52 const String& localizedDescription() const { return m_localizedDescription; } function in class:WebCore::SocketStreamError |
H A D | ResourceError.h | 48 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument 52 , m_localizedDescription(localizedDescription) 67 const String& localizedDescription() const { return m_localizedDescription; } function in class:WebCore::ResourceError |
Completed in 116 milliseconds