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

/external/chromium_org/sync/syncable/
H A Dentry_kernel.cc136 base::DictionaryValue* kernel_info = new base::DictionaryValue(); local
137 kernel_info->SetBoolean("isDirty", is_dirty());
138 kernel_info->Set("serverModelType", ModelTypeToValue(GetServerModelType()));
141 SetFieldValues(*this, kernel_info,
144 SetFieldValues(*this, kernel_info,
147 SetFieldValues(*this, kernel_info,
152 SetFieldValues(*this, kernel_info,
157 SetFieldValues(*this, kernel_info,
162 SetFieldValues(*this, kernel_info,
165 SetFieldValues(*this, kernel_info,
[all...]
H A Ddirectory.h125 PersistedKernelInfo kernel_info; member in struct:syncer::syncable::Directory::KernelLoadInfo
140 PersistedKernelInfo kernel_info; member in struct:syncer::syncable::Directory::SaveChangesSnapshot
H A Ddirectory_backing_store.cc241 const Directory::PersistedKernelInfo& info = snapshot.kernel_info;
547 info->kernel_info.store_birthday = s.ColumnString(0);
548 info->kernel_info.next_id = s.ColumnInt64(1);
550 s.ColumnBlobAsString(3, &(info->kernel_info.bag_of_chips));
567 info->kernel_info.download_progress[type].ParseFromArray(
569 info->kernel_info.transaction_version[type] = s.ColumnInt64(2);
H A Ddirectory_backing_store_unittest.cc2849 EXPECT_LE(load_info.kernel_info.next_id, kInitialNextId - 65536);
2875 EXPECT_EQ(serialized_chip_bag, load_info.kernel_info.bag_of_chips);
3241 dir_info.kernel_info.download_progress[BOOKMARKS]
3244 dir_info.kernel_info.download_progress[BOOKMARKS]
3247 dir_info.kernel_info.download_progress[BOOKMARKS]
3250 dir_info.kernel_info.download_progress[THEMES]
3253 dir_info.kernel_info.download_progress[THEMES]
3256 dir_info.kernel_info.download_progress[THEMES]
3259 dir_info.kernel_info.download_progress[THEMES]
H A Ddirectory.cc73 persisted_info(info.kernel_info),
500 // Fill kernel_info_status and kernel_info.
501 snapshot->kernel_info = kernel_->persisted_info;
506 snapshot->kernel_info.next_id -= 65536;
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store.cc377 const Directory::PersistedKernelInfo& info = snapshot.kernel_info;
594 info->kernel_info.store_birthday = query.column_string(0);
595 info->kernel_info.next_id = query.column_int64(1);
597 query.column_blob_as_string(3, &info->kernel_info.notification_state);
598 info->kernel_info.autofill_migration_state =
601 info->kernel_info.autofill_migration_debug_info;
620 info->kernel_info.download_progress[type].ParseFromArray(
622 info->kernel_info.initial_sync_ended[type] = query.column_bool(2);
H A Ddirectory_backing_store_unittest.cc1328 dir_info.kernel_info.download_progress[syncable::BOOKMARKS]
1331 dir_info.kernel_info.download_progress[syncable::BOOKMARKS]
1334 dir_info.kernel_info.download_progress[syncable::BOOKMARKS]
1337 dir_info.kernel_info.download_progress[syncable::THEMES]
1340 dir_info.kernel_info.download_progress[syncable::THEMES]
1343 dir_info.kernel_info.download_progress[syncable::THEMES]
1346 dir_info.kernel_info.download_progress[syncable::THEMES]
H A Dsyncable.cc217 DictionaryValue* kernel_info = new DictionaryValue(); local
218 kernel_info->SetBoolean("isDirty", is_dirty());
221 SetFieldValues(*this, kernel_info,
224 SetFieldValues(*this, kernel_info,
227 SetFieldValues(*this, kernel_info,
232 SetFieldValues(*this, kernel_info,
237 SetFieldValues(*this, kernel_info,
240 SetFieldValues(*this, kernel_info,
243 SetFieldValues(*this, kernel_info,
252 SetFieldValues(*this, kernel_info,
[all...]
H A Dsyncable.h715 PersistedKernelInfo kernel_info; member in struct:syncable::Directory::KernelLoadInfo
738 PersistedKernelInfo kernel_info; member in struct:syncable::Directory::SaveChangesSnapshot

Completed in 119 milliseconds