Searched refs:ProfileIsSupervised (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate.h50 virtual bool ProfileIsSupervised() const = 0;
H A Dsynced_tab_delegate_android.cc102 bool SyncedTabDelegateAndroid::ProfileIsSupervised() const { function in class:browser_sync::SyncedTabDelegateAndroid
104 ->ProfileIsSupervised();
H A Dsynced_tab_delegate_android.h47 virtual bool ProfileIsSupervised() const OVERRIDE;
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_util.cc24 if (tab.ProfileIsSupervised() && tab.GetBlockedNavigations()->size() > 0)
H A Dsessions_sync_manager.cc963 bool is_supervised = tab_delegate.ProfileIsSupervised();
H A Dsessions_sync_manager_unittest.cc414 virtual bool ProfileIsSupervised() const OVERRIDE {
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.h35 virtual bool ProfileIsSupervised() const OVERRIDE;
H A Dtab_contents_synced_tab_delegate.cc84 bool TabContentsSyncedTabDelegate::ProfileIsSupervised() const { function in class:TabContentsSyncedTabDelegate
/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());
H A Dsupervised_user_service.h263 bool ProfileIsSupervised() const;

Completed in 3533 milliseconds