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

  /external/chromium/chrome/browser/sync/glue/
password_change_processor.h 31 class PasswordChangeProcessor : public ChangeProcessor,
34 PasswordChangeProcessor(PasswordModelAssociator* model_associator,
37 virtual ~PasswordChangeProcessor();
85 DISALLOW_COPY_AND_ASSIGN(PasswordChangeProcessor);
password_change_processor.cc 24 PasswordChangeProcessor::PasswordChangeProcessor(
43 PasswordChangeProcessor::~PasswordChangeProcessor() {
47 void PasswordChangeProcessor::Observe(NotificationType type,
126 void PasswordChangeProcessor::ApplyChangesFromSyncModel(
188 void PasswordChangeProcessor::CommitChangesFromSyncModel() {
208 void PasswordChangeProcessor::StartImpl(Profile* profile) {
213 void PasswordChangeProcessor::StopImpl() {
219 void PasswordChangeProcessor::StartObserving()
    [all...]
password_model_associator.h 36 class PasswordChangeProcessor;
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 60 using browser_sync::PasswordChangeProcessor;
262 PasswordChangeProcessor* change_processor =
263 new PasswordChangeProcessor(model_associator,
profile_sync_service_password_unittest.cc 41 using browser_sync::PasswordChangeProcessor;
80 PasswordChangeProcessor* change_processor =
81 new PasswordChangeProcessor(model_associator, ps, dtc);

Completed in 79 milliseconds