OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLExceptionMax
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/storage/
SQLException.h
48
static const int
SQLExceptionMax
= 1099;
/external/webkit/Source/WebCore/dom/
ExceptionCode.cpp
306
} else if (code >= SQLException::SQLExceptionOffset && code <= SQLException::
SQLExceptionMax
) {
Completed in 32 milliseconds