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

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.h 65 static const char noModificationAllowedErrorMessage[];
FileError.cpp 42 const char FileError::noModificationAllowedErrorMessage[] = "An attempt was made to write to a file or directory which could not be modified due to the state of the underlying filesystem.";
105 return FileError::noModificationAllowedErrorMessage;

Completed in 1338 milliseconds