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

  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.h 62 static const char encodingErrorMessage[];
FileError.cpp 40 const char FileError::encodingErrorMessage[] = "A URI supplied to the API was malformed, or the resulting Data URL has exceeded the URL length limitations for Data URLs.";
103 return FileError::encodingErrorMessage;

Completed in 933 milliseconds