Searched refs:BindDouble (Results 1 - 9 of 9) sorted by relevance

/external/chromium/app/sql/
H A Dstatement.h106 bool BindDouble(int col, double val);
H A Dstatement.cc99 bool Statement::BindDouble(int col, double val) { function in class:sql::Statement
/external/chromium_org/sql/
H A Dstatement.h108 bool BindDouble(int col, double val);
H A Dstatement.cc114 bool Statement::BindDouble(int col, double val) { function in class:sql::Statement
/external/chromium/chrome/browser/history/
H A Dtop_sites_database.cc178 statement.BindDouble(3, score.boring_score);
210 statement.BindDouble(5, score.boring_score);
H A Dthumbnail_database.cc277 statement.BindDouble(1, score.boring_score);
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_database.cc206 statement.BindDouble(3, score.boring_score);
236 statement.BindDouble(5, score.boring_score);
H A Dthumbnail_database.cc621 statement.BindDouble(1, score.boring_score);
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tables.cc36 statement->BindDouble(6, row.average_position);

Completed in 212 milliseconds