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

  /external/chromium/app/sql/
statement.h 102 bool BindNull(int col);
statement.cc 71 bool Statement::BindNull(int col) {
  /external/chromium_org/sql/
statement.h 104 bool BindNull(int col);
statement.cc 89 bool Statement::BindNull(int col) {
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.cc 327 // A call to BindNull when matched_values contains -1 is likely not
333 update_statement.BindNull(j + 3);
355 insert_statement.BindNull(j + 1);
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 797 statement.BindNull(1);
819 statement.BindNull(0);
    [all...]
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 84 RUN_TEST(BindNull, filter);

Completed in 745 milliseconds