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

  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 51 int ExecQuery(sqlite3* dbhandle, const char* query) {
548 if (ExecQuery(load_dbhandle_, query.c_str()) != SQLITE_DONE)
555 int result = ExecQuery(load_dbhandle_,
672 if (SQLITE_DONE != ExecQuery(
677 if (SQLITE_DONE != ExecQuery(load_dbhandle_,
684 if (SQLITE_DONE != ExecQuery(load_dbhandle_, delete_metas)) {
687 if (SQLITE_DONE != ExecQuery(load_dbhandle_, "DROP TABLE death_row")) {
942 result = ExecQuery(load_dbhandle_,
950 result = ExecQuery(load_dbhandle_,
    [all...]
  /external/chromium_org/chrome/installer/util/
wmi.cc 146 HRESULT hr = services->ExecQuery(

Completed in 33 milliseconds