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

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.h 71 static const char typeMismatchErrorMessage[];
FileError.cpp 49 const char FileError::typeMismatchErrorMessage[] = "The path supplied exists, but was not an entry of requested type.";
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.cpp 48 exceptionState.throwDOMException(TypeMismatchError, FileError::typeMismatchErrorMessage);

Completed in 103 milliseconds