Searched defs:ProfileIsSupervised (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.cc84 bool TabContentsSyncedTabDelegate::ProfileIsSupervised() const { function in class:TabContentsSyncedTabDelegate
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate_android.cc102 bool SyncedTabDelegateAndroid::ProfileIsSupervised() const { function in class:browser_sync::SyncedTabDelegateAndroid
104 ->ProfileIsSupervised();
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc182 if (ProfileIsSupervised()) {
194 bool SupervisedUserService::ProfileIsSupervised() const { function in class:SupervisedUserService
399 if (!ProfileIsSupervised())
478 if (!ProfileIsSupervised() || (extension && extension->is_theme()))
548 DCHECK(ProfileIsSupervised());
690 SetActive(ProfileIsSupervised());
834 DCHECK(ProfileIsSupervised());

Completed in 1963 milliseconds