Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_tab_delegate_android.cc102 bool SyncedTabDelegateAndroid::ProfileIsSupervised() const { in ProfileIsSupervised() function in browser_sync::SyncedTabDelegateAndroid
104 ->ProfileIsSupervised(); in ProfileIsSupervised()
Dsynced_tab_delegate.h50 virtual bool ProfileIsSupervised() const = 0;
Dsynced_tab_delegate_android.h47 virtual bool ProfileIsSupervised() const OVERRIDE;
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_service.cc182 if (ProfileIsSupervised()) { in Shutdown()
194 bool SupervisedUserService::ProfileIsSupervised() const { in ProfileIsSupervised() function in SupervisedUserService
399 if (!ProfileIsSupervised()) in GetPreferredDataTypes()
478 if (!ProfileIsSupervised() || (extension && extension->is_theme())) in ExtensionManagementPolicyImpl()
548 DCHECK(ProfileIsSupervised()); in OnDefaultFilteringBehaviorChanged()
690 SetActive(ProfileIsSupervised()); in Init()
834 DCHECK(ProfileIsSupervised()); in RegisterAndInitSync()
Dsupervised_user_service.h263 bool ProfileIsSupervised() const;
/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_util.cc24 if (tab.ProfileIsSupervised() && tab.GetBlockedNavigations()->size() > 0) in ShouldSyncTab()
Dsessions_sync_manager.cc963 bool is_supervised = tab_delegate.ProfileIsSupervised(); in SetSessionTabFromDelegate()
Dsessions_sync_manager_unittest.cc414 virtual bool ProfileIsSupervised() const OVERRIDE { in ProfileIsSupervised() function in browser_sync::__anonbef9d0740211::SyncedTabDelegateFake
/external/chromium_org/chrome/browser/ui/sync/
Dtab_contents_synced_tab_delegate.h35 virtual bool ProfileIsSupervised() const OVERRIDE;
Dtab_contents_synced_tab_delegate.cc84 bool TabContentsSyncedTabDelegate::ProfileIsSupervised() const { in ProfileIsSupervised() function in TabContentsSyncedTabDelegate