OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:securityErrorMessage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp
47
const char FileError::
securityErrorMessage
[] = "It was determined that certain files are unsafe for access within a Web application, or that too many calls are being made on file resources.";
95
return FileError::
securityErrorMessage
;
133
exceptionState.throwSecurityError(FileError::
securityErrorMessage
);
FileError.h
69
static const char
securityErrorMessage
[];
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
WorkerGlobalScopeFileSystem.cpp
69
exceptionState.throwSecurityError(FileError::
securityErrorMessage
);
109
exceptionState.throwSecurityError(FileError::
securityErrorMessage
);
Completed in 31 milliseconds