HomeSort by relevance Sort by last modified time
    Searched refs:webkitErrorMessage (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBRequest.idl 39 readonly attribute [ConvertNullStringTo=Undefined] DOMString webkitErrorMessage
IDBRequest.h 54 String webkitErrorMessage(ExceptionCode&) const;
IDBRequest.cpp 92 String IDBRequest::webkitErrorMessage(ExceptionCode& ec) const
  /external/webkit/LayoutTests/storage/indexeddb/resources/
shared.js 15 testFailed("Error function called unexpectedly: (" + event.target.errorCode + ") " + event.target.webkitErrorMessage);

Completed in 53 milliseconds