Home
last modified time | relevance | path

Searched refs:save_dbhandle_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
Ddirectory_backing_store.cc167 save_dbhandle_(NULL), in DirectoryBackingStore()
178 if (NULL != save_dbhandle_) { in ~DirectoryBackingStore()
179 sqlite3_close(save_dbhandle_); in ~DirectoryBackingStore()
180 save_dbhandle_ = NULL; in ~DirectoryBackingStore()
324 sqlite3_close(save_dbhandle_); in EndSave()
325 save_dbhandle_ = NULL; in EndSave()
638 DCHECK(save_dbhandle_); in SaveEntryToDB()
659 statement.prepare(save_dbhandle_, query.c_str()); in SaveEntryToDB()
1164 if (!save_dbhandle_ && !OpenAndConfigureHandleHelper(&save_dbhandle_)) { in LazyGetSaveHandle()
1168 return save_dbhandle_; in LazyGetSaveHandle()
Ddirectory_backing_store.h189 sqlite3* save_dbhandle_; variable