Searched refs:failedToGet (Results 1 – 3 of 3) sorted by relevance
54 String ExceptionMessages::failedToGet(const char* property, const char* type, const String& detail) in failedToGet() function in blink::ExceptionMessages
55 static String failedToGet(const char* property, const char* type, const String& detail);
177 … processedMessage = ExceptionMessages::failedToGet(propertyName(), interfaceName(), message); in addExceptionContext()