HomeSort by relevance Sort by last modified time
    Searched refs:IsSupervised (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/chrome/browser/sync/
supervised_user_signin_manager_wrapper.cc 30 if (auth_username.empty() && profile_->IsSupervised())
38 if (!original_->IsAuthenticated() && profile_->IsSupervised())
46 if (!original_->IsAuthenticated() && profile_->IsSupervised())
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_sync_data_type_controller.cc 32 return !profile_->IsSupervised();
34 return profile_->IsSupervised();
supervised_user_service_unittest.cc 240 EXPECT_FALSE(profile_->IsSupervised());
259 ASSERT_TRUE(profile_->IsSupervised());
  /external/chromium_org/chrome/browser/chromeos/profiles/
avatar_menu_actions_chromeos.cc 41 return (!browser_ || !browser_->profile()->IsSupervised()) &&
  /external/chromium_org/chrome/browser/profiles/
avatar_menu_actions_desktop.cc 65 if (browser_ && browser_->profile()->IsSupervised())
avatar_menu.cc 205 if (browser_ && browser_->profile()->IsSupervised()) {
off_the_record_profile_impl.h 45 virtual bool IsSupervised() OVERRIDE;
profile.h 204 virtual bool IsSupervised() = 0;
profiles_state.cc 92 if (profile->IsSupervised()) {
off_the_record_profile_impl.cc 274 bool OffTheRecordProfileImpl::IsSupervised() {
275 return GetOriginalProfile()->IsSupervised();
profile_impl.h 108 virtual bool IsSupervised() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/options/
options_handlers_helper.cc 57 if (Profile::FromWebUI(web_ui)->IsSupervised())
supervised_user_import_handler.cc 55 if (!profile->IsSupervised()) {
92 if (!profile->IsSupervised()) {
132 if (Profile::FromWebUI(web_ui())->IsSupervised())
create_profile_handler.cc 61 if (current_profile->IsSupervised())
261 dict.SetBoolean("isSupervised", is_supervised);
318 if (!new_profile->IsSupervised())
  /external/chromium_org/components/user_manager/
user.cc 31 bool User::IsSupervised() const {
51 virtual bool IsSupervised() const OVERRIDE {
92 virtual bool IsSupervised() const OVERRIDE;
300 bool SupervisedUser::IsSupervised() const {
user.h 95 virtual bool IsSupervised() const;
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 85 return profile()->IsSupervised();
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 58 virtual bool IsSupervised() OVERRIDE;
fake_profile.cc 98 bool FakeProfile::IsSupervised() {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 61 if (profile->IsSupervised() && !avatar_label_) {
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui.cc 85 source->AddBoolean("show_delete_history", !profile->IsSupervised());
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 459 if (!profile->IsSupervised()) {
476 int external_apps_path_id = profile->IsSupervised() ?
518 if (!profile->IsSupervised() && !is_chromeos_demo_session) {
  /external/chromium_org/chrome/browser/sync/sessions/
notification_service_sessions_router.cc 65 if (profile_->IsSupervised()) {
  /external/chromium_org/chrome/browser/signin/
chrome_signin_client.cc 136 if (profile_->IsSupervised()) {
signin_promo.cc 95 if (profile->IsSupervised())

Completed in 774 milliseconds

1 2