HomeSort by relevance Sort by last modified time
    Searched refs:BindInt64 (Results 1 - 25 of 39) 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 298 s.BindInt64(0, 1 + state);
301 s.BindInt64(3, base::Time::Now().ToTimeT());
302 s.BindInt64(4, 100);
303 s.BindInt64(5, 100);
305 s.BindInt64(7, base::Time::Now().ToTimeT());
367 s.BindInt64(0, ++id);
370 s.BindInt64(3, now.ToTimeT());
371 s.BindInt64(4, 100);
372 s.BindInt64(5, 100);
374 s.BindInt64(7, now.ToTimeT())
    [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 651 statement.BindInt64(0, icon_id);
675 statement.BindInt64(0, icon_id);
709 statement.BindInt64(0, bitmap_id);
739 statement.BindInt64(0, icon_id);
746 statement.BindInt64(2, time.ToInternalValue());
768 statement.BindInt64(1, time.ToInternalValue());
769 statement.BindInt64(2, bitmap_id);
780 statement.BindInt64(0, time.ToInternalValue());
781 statement.BindInt64(1, bitmap_id);
788 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 189 update_statement.BindInt64(1, select_statement.ColumnInt64(1));
521 statement.BindInt64(6, score.time_at_snapshot.ToInternalValue());
523 statement.BindInt64(8, url.last_forced_time.ToInternalValue());
550 statement.BindInt64(8, score.time_at_snapshot.ToInternalValue());
556 statement.BindInt64(10, last_forced);
652 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/content/browser/appcache/
appcache_database.cc 320 statement.BindInt64(0, group_id);
386 statement.BindInt64(0, cache_id);
404 statement.BindInt64(0, time.ToInternalValue());
405 statement.BindInt64(1, group_id);
420 statement.BindInt64(0, record->group_id);
423 statement.BindInt64(3, record->creation_time.ToInternalValue());
424 statement.BindInt64(4, record->last_access_time.ToInternalValue());
437 statement.BindInt64(0, group_id);
452 statement.BindInt64(0, cache_id);
471 statement.BindInt64(0, group_id)
    [all...]
  /external/chromium_org/components/history/core/browser/
url_database.cc 81 statement.BindInt64(0, url_id);
125 statement.BindInt64(3, info.last_visit().ToInternalValue());
127 statement.BindInt64(5, url_id);
159 statement.BindInt64(4, info.last_visit().ToInternalValue());
188 statement.BindInt64(0, info.id());
193 statement.BindInt64(5, info.last_visit().ToInternalValue());
202 statement.BindInt64(0, id);
254 enumerator->statement_.BindInt64(
443 exist_statement.BindInt64(0, keyword_id);
444 exist_statement.BindInt64(1, url_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/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/net/extras/sqlite/
sqlite_channel_id_store_unittest.cc 307 add_smt.BindInt64(3, 64);
389 add_smt.BindInt64(3, 64);
390 add_smt.BindInt64(4, 1000);
476 add_smt.BindInt64(3, 64);
477 add_smt.BindInt64(4, GetTestCertExpirationTime().ToInternalValue());
478 add_smt.BindInt64(5, base::Time::Now().ToInternalValue());
489 add_smt.BindInt64(3, 1);
490 add_smt.BindInt64(4, GetTestCertExpirationTime().ToInternalValue());
491 add_smt.BindInt64(5, base::Time::Now().ToInternalValue());
sqlite_channel_id_store.cc 348 update_expires_statement.BindInt64(
359 update_creation_statement.BindInt64(
524 add_statement.BindInt64(
526 add_statement.BindInt64(
  /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 93 s->BindInt64(COLUMN_DATE_CREATED, form.date_created.ToTimeT());
108 s->BindInt64(COLUMN_DATE_SYNCED, form.date_synced.ToInternalValue());
437 s.BindInt64(7, form.date_synced.ToInternalValue());
438 s.BindInt64(8, form.date_created.ToTimeT());
489 s.BindInt64(0, delete_begin.ToTimeT());
490 s.BindInt64(1, delete_end.is_null() ? std::numeric_limits<int64>::max()
501 s.BindInt64(0, delete_begin.ToInternalValue());
502 s.BindInt64(1,
675 s.BindInt64(0, begin.ToTimeT());
676 s.BindInt64(1, end.is_null() ? std::numeric_limits<int64>::max(
    [all...]
  /external/chromium_org/components/password_manager/core/browser/webdata/
logins_table_win.cc 21 s.BindInt64(2, info.date_created.ToTimeT());
  /external/chromium_org/storage/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]);
728 update.BindInt64(1, metahandle);
888 update.BindInt64(1, last_sync_timestamp);
    [all...]
  /external/chromium_org/components/search_engines/
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));

Completed in 685 milliseconds

1 2