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

  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.h 158 bool CheckIntegrity(sqlite3* handle, std::string* error) const;
directory_backing_store.cc 191 bool is_ok = CheckIntegrity(scoped_handle.get(), &integrity_error);
229 bool DirectoryBackingStore::CheckIntegrity(sqlite3* handle, string* error)
    [all...]

Completed in 41 milliseconds