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

  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 111 bool HasNotMigratedYet(const sync_api::BaseTransaction* trans);
autofill_change_processor.cc 201 bool autofill_profile_not_migrated = HasNotMigratedYet(trans);
445 bool AutofillChangeProcessor::HasNotMigratedYet(
447 return model_associator_->HasNotMigratedYet(trans);
autofill_model_associator.h 109 virtual bool HasNotMigratedYet(const sync_api::BaseTransaction* trans);
autofill_model_associator.cc 239 bool autofill_profile_not_migrated = HasNotMigratedYet(write_trans);
535 bool AutofillModelAssociator::HasNotMigratedYet(

Completed in 39 milliseconds