OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notReadableErrorMessage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.h
66
static const char
notReadableErrorMessage
[];
FileError.cpp
44
const char FileError::
notReadableErrorMessage
[] = "The requested file could not be read, typically due to permission problems that have occurred after a reference to a file was acquired.";
101
return FileError::
notReadableErrorMessage
;
Completed in 60 milliseconds