Home
last modified time | relevance | path

Searched refs:failedToGet (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DExceptionMessages.cpp54 String ExceptionMessages::failedToGet(const char* property, const char* type, const String& detail) in failedToGet() function in blink::ExceptionMessages
DExceptionMessages.h55 static String failedToGet(const char* property, const char* type, const String& detail);
DExceptionState.cpp177 … processedMessage = ExceptionMessages::failedToGet(propertyName(), interfaceName(), message); in addExceptionContext()