Home | History | Annotate | Download | only in android

Lines Matching defs:row

161       AndroidURLRow row;
162 row.id = statement.ColumnInt64(0);
163 row.raw_url = statement.ColumnString(1);
164 row.url_id = statement.ColumnInt64(2);
165 rows->push_back(row);
177 BookmarkCacheRow row;
178 row.create_time_ = FromDatabaseTime(statement.ColumnInt64(0));
179 row.last_visit_time_ = FromDatabaseTime(statement.ColumnInt64(1));
180 row.url_id_ = statement.ColumnInt64(2);
181 row.bookmark_ = statement.ColumnBool(3);
182 row.favicon_id_ = statement.ColumnInt64(4);
183 rows->push_back(row);
469 // No more row.
593 // No more row.
685 // No more row.
1220 // Add another row.
1239 // Verify the row just inserted.
1246 // Add 3rd row and associate it with term.
1326 // Get the SearchTermID of the row we just inserted.
1431 // Get the SearchTermID of the row we just inserted.
1458 // Get the SearchTermID of the row we just inserted.
1644 // Insert a row to verify the transaction number are not changed
1663 // Insert another row to verify we are still fine after the previous
1883 // No more row.
2011 // No row exists.