OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERSION_ERR
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/storage/
SQLError.idl
42
const unsigned short
VERSION_ERR
= 2;
SQLException.idl
44
const unsigned short
VERSION_ERR
= 2;
SQLException.h
53
VERSION_ERR
= SQLExceptionOffset + 2,
SQLError.h
49
VERSION_ERR
= 2,
ChangeVersionWrapper.cpp
59
m_sqlError = SQLError::create(SQLError::
VERSION_ERR
, "current version of the database and `oldVersion` argument do not match");
DatabaseSync.cpp
114
ec = SQLException::
VERSION_ERR
;
SQLStatement.cpp
160
m_error = SQLError::create(SQLError::
VERSION_ERR
, "current version of the database and `oldVersion` argument do not match");
SQLTransactionSync.cpp
83
ec = SQLException::
VERSION_ERR
;
/external/webkit/LayoutTests/storage/
sql-error-codes.js
98
}, "
VERSION_ERR
");
Completed in 566 milliseconds