Home
last modified time | relevance | path

Searched defs:localizedDescription (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceError.h50 …(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) in ResourceError()
70 const String& localizedDescription() const { return m_localizedDescription; } in localizedDescription() function
DSocketStreamError.h53 const String& localizedDescription() const { return m_localizedDescription; } in localizedDescription() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebURLError.h65 WebString localizedDescription; member
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DNetworkManager.js369 loadingFailed: function(requestId, time, resourceType, localizedDescription, canceled) argument