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

  /external/webkit/Source/WebCore/storage/
SQLStatementSync.cpp 89 if (result == SQLResultRow) {
101 } while (result == SQLResultRow);
IDBSQLiteBackingStore.cpp 107 if (query.prepare() != SQLResultOk || query.step() != SQLResultRow)
208 if (databaseQuery.step() != SQLResultRow)
214 if (databaseQuery.step() == SQLResultRow)
258 while (query.step() == SQLResultRow) {
404 if (query.step() != SQLResultRow)
412 ASSERT(query.step() != SQLResultRow);
500 if (query.step() != SQLResultRow || query.isColumnNull(0))
518 if (query.step() != SQLResultRow)
533 while (query.step() == SQLResultRow) {
557 while (query.step() == SQLResultRow) {
    [all...]
SQLStatement.cpp 111 if (result == SQLResultRow) {
123 } while (result == SQLResultRow);
StorageTracker.cpp 166 while ((result = statement.step()) == SQLResultRow)
362 while ((result = statement.step()) == SQLResultRow) {
464 if (result != SQLResultRow) {
StorageAreaSync.cpp 288 while (result == SQLResultRow) {
451 if (result != SQLResultRow) {
DatabaseTracker.cpp 220 return statement.step() == SQLResultRow;
302 if (result == SQLResultRow)
354 while ((result = statement.step()) == SQLResultRow) {
385 while ((result = statement.step()) == SQLResultRow)
439 if (result != SQLResultRow) {
468 if (result == SQLResultRow)
    [all...]
AbstractDatabase.cpp 60 if (result == SQLResultRow) {
Database.cpp 367 while ((result = statement.step()) == SQLResultRow) {
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h 48 extern const int SQLResultRow;
SQLiteFileSystem.cpp 70 if (result == SQLResultRow)
SQLiteDatabase.cpp 45 const int SQLResultRow = SQLITE_ROW;
168 if (statement.step() != SQLResultRow)
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 115 if (result != SQLResultRow) {
184 while (statement.step() == SQLResultRow)
227 while ((result = statement.step()) == SQLResultRow) {
297 while ((result = statement.step()) == SQLResultRow) {
449 if (result == SQLResultRow) {
474 if (result == SQLResultRow) {
519 if (result == SQLResultRow) {
    [all...]
  /external/webkit/Source/WebCore/page/
GeolocationPositionCache.cpp 165 if (statement.step() != SQLResultRow)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 349 while (statement.step() == SQLResultRow)
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp     [all...]

Completed in 129 milliseconds