Home
last modified time | relevance | path

Searched refs:sync_encryption_handler_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sync/internal_api/
Dsync_manager_impl.cc345 sync_encryption_handler_.reset(new SyncEncryptionHandlerImpl( in Init()
350 sync_encryption_handler_->AddObserver(this); in Init()
351 sync_encryption_handler_->AddObserver(&debug_info_event_listener_); in Init()
352 sync_encryption_handler_->AddObserver(&js_sync_encryption_handler_observer_); in Init()
368 sync_encryption_handler_.get(), in Init()
369 sync_encryption_handler_->GetCryptographerUnsafe())); in Init()
480 sync_encryption_handler_->migration_time()); in OnCryptographerStateChanged()
488 sync_encryption_handler_->migration_time()); in OnPassphraseTypeChanged()
613 if (sync_encryption_handler_) { in ShutdownOnSyncThread()
614 sync_encryption_handler_->RemoveObserver(&debug_info_event_listener_); in ShutdownOnSyncThread()
[all …]
Dsync_manager_impl.h364 scoped_ptr<SyncEncryptionHandlerImpl> sync_encryption_handler_; variable