HomeSort by relevance Sort by last modified time
    Searched defs:ProfileIsSupervised (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 102 bool SyncedTabDelegateAndroid::ProfileIsSupervised() const {
104 ->ProfileIsSupervised();
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 84 bool TabContentsSyncedTabDelegate::ProfileIsSupervised() const {
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service.cc 182 if (ProfileIsSupervised()) {
194 bool SupervisedUserService::ProfileIsSupervised() const {
399 if (!ProfileIsSupervised())
478 if (!ProfileIsSupervised() || (extension && extension->is_theme()))
548 DCHECK(ProfileIsSupervised());
690 SetActive(ProfileIsSupervised());
834 DCHECK(ProfileIsSupervised());
    [all...]

Completed in 804 milliseconds