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

  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 377 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);
    [all...]
directory_backing_store_unittest.cc     [all...]
syncable.cc 217 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...]
syncable.h 715 PersistedKernelInfo kernel_info; member in struct:syncable::Directory::KernelLoadInfo
738 PersistedKernelInfo kernel_info; member in struct:syncable::Directory::SaveChangesSnapshot
    [all...]

Completed in 149 milliseconds