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

  /external/chromium/chrome/browser/sync/glue/
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_change_processor.h 31 class PasswordChangeProcessor : public ChangeProcessor,
34 PasswordChangeProcessor(PasswordModelAssociator* model_associator,
37 virtual ~PasswordChangeProcessor();
85 DISALLOW_COPY_AND_ASSIGN(PasswordChangeProcessor);

Completed in 395 milliseconds