HomeSort by relevance Sort by last modified time
    Searched refs:BindInt64 (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/chrome/browser/history/
visitsegment_database.cc 141 statement.BindInt64(0, url_id);
142 statement.BindInt64(1, segment_id);
150 statement.BindInt64(0, segment_id);
162 statement.BindInt64(1, url_id);
177 select.BindInt64(0, t.ToInternalValue());
178 select.BindInt64(1, segment_id);
186 update.BindInt64(0, select.ColumnInt64(1) + static_cast<int64>(amount));
187 update.BindInt64(1, select.ColumnInt64(0));
194 insert.BindInt64(0, segment_id);
195 insert.BindInt64(1, t.ToInternalValue())
    [all...]
visit_database.cc 149 statement.BindInt64(0, visit->url_id);
150 statement.BindInt64(1, visit->visit_time.ToInternalValue());
151 statement.BindInt64(2, visit->referring_visit);
152 statement.BindInt64(3, visit->transition);
153 statement.BindInt64(4, visit->segment_id);
154 statement.BindInt64(5, visit->visit_duration.ToInternalValue());
168 statement1.BindInt64(0, visit->visit_id);
169 statement1.BindInt64(1, source);
186 update_chain.BindInt64(0, visit.referring_visit);
187 update_chain.BindInt64(1, visit.visit_id)
    [all...]
history_unittest.cc 297 s.BindInt64(0, 1 + state);
300 s.BindInt64(3, base::Time::Now().ToTimeT());
301 s.BindInt64(4, 100);
302 s.BindInt64(5, 100);
304 s.BindInt64(7, base::Time::Now().ToTimeT());
366 s.BindInt64(0, ++id);
369 s.BindInt64(3, now.ToTimeT());
370 s.BindInt64(4, 100);
371 s.BindInt64(5, 100);
373 s.BindInt64(7, now.ToTimeT())
    [all...]
url_database.cc 82 statement.BindInt64(0, url_id);
126 statement.BindInt64(3, info.last_visit().ToInternalValue());
128 statement.BindInt64(5, url_id);
160 statement.BindInt64(4, info.last_visit().ToInternalValue());
189 statement.BindInt64(0, info.id());
194 statement.BindInt64(5, info.last_visit().ToInternalValue());
203 statement.BindInt64(0, id);
255 enumerator->statement_.BindInt64(
444 exist_statement.BindInt64(0, keyword_id);
445 exist_statement.BindInt64(1, url_id)
    [all...]
history_database.cc 127 weekly_visit_sql.BindInt64(0, one_week_ago.ToInternalValue());
136 monthly_visit_sql.BindInt64(0, one_month_ago.ToInternalValue());
137 monthly_visit_sql.BindInt64(1, one_week_ago.ToInternalValue());
155 url_sql.BindInt64(0, one_month_ago.ToInternalValue());
243 s.BindInt64(0, segment_id);
244 s.BindInt64(1, visit_id);
253 s.BindInt64(0, visit_id);
thumbnail_database.cc 654 statement.BindInt64(0, icon_id);
678 statement.BindInt64(0, icon_id);
712 statement.BindInt64(0, bitmap_id);
742 statement.BindInt64(0, icon_id);
749 statement.BindInt64(2, time.ToInternalValue());
771 statement.BindInt64(1, time.ToInternalValue());
772 statement.BindInt64(2, bitmap_id);
783 statement.BindInt64(0, time.ToInternalValue());
784 statement.BindInt64(1, bitmap_id);
791 statement.BindInt64(0, bitmap_id)
    [all...]
download_database.cc 514 statement.BindInt64(column++, data.received_bytes);
518 statement.BindInt64(column++, data.end_time.ToInternalValue());
519 statement.BindInt64(column++, data.total_bytes);
577 statement_insert.BindInt64(column++, info.start_time.ToInternalValue());
578 statement_insert.BindInt64(column++, info.received_bytes);
579 statement_insert.BindInt64(column++, info.total_bytes);
583 statement_insert.BindInt64(column++, info.end_time.ToInternalValue());
top_sites_database.cc 186 update_statement.BindInt64(1, select_statement.ColumnInt64(1));
518 statement.BindInt64(6, score.time_at_snapshot.ToInternalValue());
520 statement.BindInt64(8, url.last_forced_time.ToInternalValue());
547 statement.BindInt64(8, score.time_at_snapshot.ToInternalValue());
553 statement.BindInt64(10, last_forced);
649 set_statement.BindInt64(1, url.last_forced_time.ToInternalValue());
  /external/chromium_org/chrome/browser/history/android/
android_urls_database.cc 59 statement.BindInt64(1, static_cast<int64>(url_id));
72 statement.BindInt64(0, url_id);
127 statement.BindInt64(1, url_id);
128 statement.BindInt64(2, id);
android_cache_database.cc 46 statement.BindInt64(0, ToDatabaseTime(created_time));
47 statement.BindInt64(1, ToDatabaseTime(last_visit_time));
48 statement.BindInt64(2, url_id);
101 update_statement.BindInt64(0, favicon_id);
102 update_statement.BindInt64(1, url_id);
118 statement.BindInt64(1, ToDatabaseTime(last_visit_time));
136 statement.BindInt64(1, ToDatabaseTime(row.last_visit_time));
137 statement.BindInt64(2, id);
  /external/chromium_org/webkit/browser/appcache/
appcache_database.cc 319 statement.BindInt64(0, group_id);
385 statement.BindInt64(0, cache_id);
403 statement.BindInt64(0, time.ToInternalValue());
404 statement.BindInt64(1, group_id);
419 statement.BindInt64(0, record->group_id);
422 statement.BindInt64(3, record->creation_time.ToInternalValue());
423 statement.BindInt64(4, record->last_access_time.ToInternalValue());
436 statement.BindInt64(0, group_id);
451 statement.BindInt64(0, cache_id);
470 statement.BindInt64(0, group_id)
    [all...]
  /external/chromium_org/components/precache/core/
precache_url_table.cc 44 statement.BindInt64(1, precache_time.ToInternalValue());
68 statement.BindInt64(0, delete_end.ToInternalValue());
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.cc 362 locate_statement.BindInt64(0, day_start.ToInternalValue());
363 locate_statement.BindInt64(1, next_day.ToInternalValue());
373 locate_statement.BindInt64(j + 2, matched_values[j]);
382 update_statement.BindInt64(1, action.time().ToInternalValue());
383 update_statement.BindInt64(2, rowid);
391 insert_statement.BindInt64(1, action.time().ToInternalValue());
396 insert_statement.BindInt64(j + 2, matched_values[j]);
484 query.BindInt64(++i, early_bound);
485 query.BindInt64(++i, late_bound);
547 statement.BindInt64(0, action_ids[i])
    [all...]
database_string_table.cc 100 query.BindInt64(0, id);
fullstream_ui_policy.cc 87 statement.BindInt64(1, action.time().ToInternalValue());
184 query.BindInt64(++i, early_bound);
185 query.BindInt64(++i, late_bound);
246 statement.BindInt64(0, action_ids[i]);
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store_unittest.cc 261 add_smt.BindInt64(3, 64);
346 add_smt.BindInt64(3, 64);
347 add_smt.BindInt64(4, 1000);
436 add_smt.BindInt64(3, 64);
437 add_smt.BindInt64(4, GetTestCertExpirationTime().ToInternalValue());
438 add_smt.BindInt64(5, base::Time::Now().ToInternalValue());
449 add_smt.BindInt64(3, 1);
450 add_smt.BindInt64(4, GetTestCertExpirationTime().ToInternalValue());
451 add_smt.BindInt64(5, base::Time::Now().ToInternalValue());
sqlite_server_bound_cert_store.cc 355 update_expires_smt.BindInt64(0,
366 update_creation_smt.BindInt64(0, cert->valid_start().ToInternalValue());
518 add_smt.BindInt64(4, po->cert().expiration_time().ToInternalValue());
519 add_smt.BindInt64(5, po->cert().creation_time().ToInternalValue());
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 92 s->BindInt64(index++, Time::Now().ToTimeT());
137 s->BindInt64(index++, Time::Now().ToTimeT());
600 s.BindInt64(0, delete_begin_time_t);
601 s.BindInt64(1, delete_end_time_t);
602 s.BindInt64(2, delete_begin_time_t);
603 s.BindInt64(3, delete_end_time_t);
668 s_delete.BindInt64(0, delete_begin_time_t);
669 s_delete.BindInt64(1, delete_end_time_t);
679 s_update.BindInt64(0, updates[i].date_created);
680 s_update.BindInt64(1, updates[i].date_last_used)
    [all...]
  /external/chromium_org/chrome/browser/predictors/
logged_in_predictor_table.cc 65 statement.BindInt64(1, base::Time::Now().ToInternalValue());
116 statement.BindInt64(0, delete_begin.ToInternalValue());
117 statement.BindInt64(1, delete_end.ToInternalValue());
  /external/chromium_org/components/password_manager/core/browser/
login_database.cc 87 s->BindInt64(COLUMN_DATE_CREATED, form.date_created.ToTimeT());
102 s->BindInt64(COLUMN_DATE_SYNCED, form.date_synced.ToInternalValue());
380 s.BindInt64(7, form.date_synced.ToInternalValue());
423 s.BindInt64(0, delete_begin.ToTimeT());
424 s.BindInt64(1, delete_end.is_null() ? std::numeric_limits<int64>::max()
435 s.BindInt64(0, delete_begin.ToInternalValue());
436 s.BindInt64(1,
604 s.BindInt64(0, begin.ToTimeT());
605 s.BindInt64(1, end.is_null() ? std::numeric_limits<int64>::max()
635 s.BindInt64(0, begin.ToInternalValue())
    [all...]
  /external/chromium_org/chrome/browser/webdata/
logins_table_win.cc 21 s.BindInt64(2, info.date_created.ToTimeT());
keyword_table.cc 105 s->BindInt64(id_column, data.id);
116 s->BindInt64(starting_column + 6, data.date_created.ToTimeT());
124 s->BindInt64(starting_column + 14, data.last_modified.ToTimeT());
521 s.BindInt64(0, id);
550 s.BindInt64(0, id);
625 u.BindInt64(1, s.ColumnInt64(0));
633 u.BindInt64(0, s.ColumnInt64(0));
  /external/chromium_org/webkit/browser/database/
databases_table.cc 82 insert_statement.BindInt64(3, details.estimated_size);
92 update_statement.BindInt64(1, details.estimated_size);
  /external/chromium_org/sql/
statement.h 107 bool BindInt64(int col, int64 val);
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 47 statement->BindInt64(index++, entry.ref(static_cast<Int64Field>(i)));
50 statement->BindInt64(index++,
213 statement.BindInt64(0, *i);
270 s1.BindInt64(1, info.next_id);
296 s2.BindInt64(2, info.transaction_version[type]);
722 update.BindInt64(1, metahandle);
882 update.BindInt64(1, last_sync_timestamp);
    [all...]

Completed in 478 milliseconds

1 2