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

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.h 67 static const char pathExistsErrorMessage[];
FileError.cpp 45 const char FileError::pathExistsErrorMessage[] = "An attempt was made to create a file or directory where an element already exists.";
117 return FileError::pathExistsErrorMessage;

Completed in 1064 milliseconds