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

  /external/chromium/app/sql/
statement.h 103 bool BindBool(int col, bool val);
statement.cc 79 bool Statement::BindBool(int col, bool val) {
  /external/chromium/chrome/browser/history/
top_sites_database.cc 179 statement.BindBool(4, score.good_clipping);
180 statement.BindBool(5, score.at_top);
211 statement.BindBool(6, score.good_clipping);
212 statement.BindBool(7, score.at_top);
thumbnail_database.cc 278 statement.BindBool(2, score.good_clipping);
279 statement.BindBool(3, score.at_top);
  /external/chromium/chrome/browser/webdata/
keyword_table.cc 54 s->BindBool(14, url.created_by_policy());

Completed in 34 milliseconds