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

  /external/chromium_org/sql/
statement.h 108 bool BindDouble(int col, double val);
statement.cc 123 bool Statement::BindDouble(int col, double val) {
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 518 statement.BindDouble(3, score.boring_score);
547 statement.BindDouble(5, score.boring_score);
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.cc 37 statement->BindDouble(6, row.average_position);

Completed in 438 milliseconds