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

  /external/chromium_org/sql/
statement.h 104 bool BindNull(int col);
statement.cc 95 bool Statement::BindNull(int col) {
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.cc 365 // A call to BindNull when matched_values contains -1 is likely not
371 locate_statement.BindNull(j + 2);
394 insert_statement.BindNull(j + 2);
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 744 statement.BindNull(1);
766 statement.BindNull(0);
    [all...]
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 73 RUN_TEST(BindNull, filter);

Completed in 232 milliseconds