HomeSort by relevance Sort by last modified time
    Searched refs:BindDouble (Results 1 - 3 of 3) 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 515 statement.BindDouble(3, score.boring_score);
544 statement.BindDouble(5, score.boring_score);

Completed in 168 milliseconds