Searched refs:kernel_info (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dentry_kernel.cc149 base::DictionaryValue* kernel_info = new base::DictionaryValue(); local
150 kernel_info->SetBoolean("isDirty", is_dirty());
151 kernel_info->Set("serverModelType", ModelTypeToValue(GetServerModelType()));
154 SetFieldValues(*this, kernel_info,
157 SetFieldValues(*this, kernel_info,
160 SetFieldValues(*this, kernel_info,
165 SetFieldValues(*this, kernel_info,
170 SetFieldValues(*this, kernel_info,
175 SetFieldValues(*this, kernel_info,
178 SetFieldValues(*this, kernel_info,
[all...]
H A Ddirectory_backing_store.cc262 const Directory::PersistedKernelInfo& info = snapshot.kernel_info;
592 info->kernel_info.store_birthday = s.ColumnString(0);
593 info->kernel_info.next_id = s.ColumnInt64(1);
595 s.ColumnBlobAsString(3, &(info->kernel_info.bag_of_chips));
612 info->kernel_info.download_progress[type].ParseFromArray(
614 info->kernel_info.transaction_version[type] = s.ColumnInt64(2);
615 info->kernel_info.datatype_context[type].ParseFromArray(
H A Ddirectory.h141 PersistedKernelInfo kernel_info; member in struct:syncer::syncable::Directory::KernelLoadInfo
156 PersistedKernelInfo kernel_info; member in struct:syncer::syncable::Directory::SaveChangesSnapshot
H A Ddirectory_backing_store_unittest.cc3213 EXPECT_LE(load_info.kernel_info.next_id, kInitialNextId - 65536);
3239 EXPECT_EQ(serialized_chip_bag, load_info.kernel_info.bag_of_chips);
3621 dir_info.kernel_info.download_progress[BOOKMARKS]
3624 dir_info.kernel_info.download_progress[BOOKMARKS]
3627 dir_info.kernel_info.download_progress[BOOKMARKS]
3630 dir_info.kernel_info.download_progress[THEMES]
3633 dir_info.kernel_info.download_progress[THEMES]
3636 dir_info.kernel_info.download_progress[THEMES]
3639 dir_info.kernel_info.download_progress[THEMES]
H A Ddirectory.cc85 persisted_info(info.kernel_info),
559 // Fill kernel_info_status and kernel_info.
560 snapshot->kernel_info = kernel_->persisted_info;
565 snapshot->kernel_info.next_id -= 65536;

Completed in 107 milliseconds