Home | History | Annotate | Download | only in glue

Lines Matching full:frontend_

65       frontend_(NULL),
76 frontend_(NULL),
82 DCHECK(!core_ && !frontend_) << "Must call Shutdown before destructor.";
96 frontend_ = frontend;
287 frontend_ = NULL;
530 if (!host_ || !host_->frontend_)
540 host_->frontend_->OnPassphraseRequired(for_decryption);
544 if (!host_ || !host_->frontend_)
552 host_->frontend_->OnPassphraseRequired(true);
557 if (!host_ || !host_->frontend_)
564 host_->frontend_->OnPassphraseAccepted();
583 host_->frontend_->OnEncryptionComplete(encrypted_types);
851 if (!host_ || !host_->frontend_) {
864 if (!host_ || !host_->frontend_) {
888 if (!host_ || !host_->frontend_)
897 host_->frontend_->OnMigrationNeededForTypes(to_migrate);
918 host_->frontend_->OnSyncCycleCompleted();
922 if (!host_ || !host_->frontend_)
944 if (!frontend_)
947 frontend_->OnBackendInitialized();
1027 if (!host_ || !host_->frontend_)
1029 host_->frontend_->OnStopSyncingPermanently();
1033 if (!host_ || !host_->frontend_)
1035 host_->frontend_->OnClearServerDataSucceeded();
1039 if (!host_ || !host_->frontend_)
1041 host_->frontend_->OnClearServerDataFailed();
1046 if (!host_ || !host_->frontend_)
1052 host_->frontend_->OnAuthError();