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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_metadata_store.h 38 struct DBContents;
164 scoped_ptr<DBContents> contents);
drive_metadata_store.cc 46 struct DBContents {
57 DBContents()
189 SyncStatusCode ReadContents(DBContents* contents) {
266 scoped_ptr<DBContents> LoadDBContents(const base::FilePath& db_path) {
267 scoped_ptr<DBContents> contents(new DBContents);
383 scoped_ptr<DBContents> contents) {

Completed in 611 milliseconds