OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLResultRow
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp
98
if (result ==
SQLResultRow
) {
110
} while (result ==
SQLResultRow
);
SQLStatementBackend.cpp
164
if (result ==
SQLResultRow
) {
176
} while (result ==
SQLResultRow
);
Database.cpp
224
while ((result = statement.step()) ==
SQLResultRow
) {
DatabaseBackendBase.cpp
102
if (result ==
SQLResultRow
) {
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.h
50
extern const int
SQLResultRow
;
SQLiteDatabase.cpp
41
const int
SQLResultRow
= SQLITE_ROW;
177
if (statement.step() !=
SQLResultRow
)
Completed in 246 milliseconds