Home | History | Annotate | Download | only in syncable

Lines Matching refs:sqlite_utils

28 #include "chrome/common/sqlite_utils.h"
186 if (SQLITE_OK == sqlite_utils::OpenSqliteDb(backing_filepath_, handle)) {
187 sqlite_utils::scoped_sqlite_db_ptr scoped_handle(*handle);
786 if (!sqlite_utils::DoesSqliteTableExist(load_dbhandle_, "share_version"))