OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autofill_migration_state
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc
539
syncable::AutofillMigrationState
autofill_migration_state
=
local
542
DCHECK_NE(
autofill_migration_state
, syncable::NOT_DETERMINED);
544
if (
autofill_migration_state
== syncable::NOT_DETERMINED) {
549
if (
autofill_migration_state
== syncable::NOT_MIGRATED) {
553
if (
autofill_migration_state
== syncable::INSUFFICIENT_INFO_TO_DETERMINE) {
/external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc
383
"
autofill_migration_state
= ?, "
395
update.bind_int(3, info.
autofill_migration_state
);
586
"notification_state,
autofill_migration_state
, "
598
info->kernel_info.
autofill_migration_state
=
[
all
...]
syncable.cc
283
autofill_migration_state
= NOT_DETERMINED;
787
return kernel_->persisted_info.
autofill_migration_state
;
841
if (state == kernel_->persisted_info.
autofill_migration_state
) {
844
kernel_->persisted_info.
autofill_migration_state
= state;
[
all
...]
syncable.h
709
AutofillMigrationState
autofill_migration_state
;
member in struct:syncable::Directory::PersistedKernelInfo
[
all
...]
Completed in 1255 milliseconds