Home
last modified time | relevance | path

Searched refs:MultiProfileIndex (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/ash/session/
Dsession_state_delegate.h36 typedef int MultiProfileIndex; typedef
78 MultiProfileIndex index) = 0;
131 MultiProfileIndex index) const = 0;
/external/chromium_org/ash/system/user/
Dtray_user.h38 TrayUser(SystemTray* system_tray, MultiProfileIndex index);
81 MultiProfileIndex GetTrayIndex();
87 MultiProfileIndex multiprofile_index_;
Duser_view.h43 MultiProfileIndex index,
79 MultiProfileIndex multiprofile_index_;
Dtray_user.cc42 TrayUser::TrayUser(SystemTray* system_tray, MultiProfileIndex index) in TrayUser()
283 MultiProfileIndex TrayUser::GetTrayIndex() { in GetTrayIndex()
Duser_view.cc68 void SwitchUser(ash::MultiProfileIndex user_index) { in SwitchUser()
203 MultiProfileIndex index, in UserView()
Duser_card_view.cc61 explicit MediaIndicator(MultiProfileIndex index) in MediaIndicator()
115 MultiProfileIndex index_;
/external/chromium_org/chrome/browser/ui/ash/
Dsession_state_delegate_views.cc20 ash::MultiProfileIndex index) { in GetBrowserContextByIndex()
71 ash::MultiProfileIndex index) const { in GetUserInfo()
Dsession_state_delegate_views.h25 ash::MultiProfileIndex index) OVERRIDE;
39 ash::MultiProfileIndex index) const OVERRIDE;
Dsession_state_delegate_chromeos.h31 ash::MultiProfileIndex index) OVERRIDE;
46 ash::MultiProfileIndex index) const OVERRIDE;
Dsession_state_delegate_chromeos.cc54 ash::MultiProfileIndex index) { in GetBrowserContextByIndex()
156 ash::MultiProfileIndex index) const { in GetUserInfo()
/external/chromium_org/ash/test/
Dtest_session_state_delegate.h31 MultiProfileIndex index) OVERRIDE;
45 ash::MultiProfileIndex index) const OVERRIDE;
Dtest_session_state_delegate.cc99 MultiProfileIndex index) { in GetBrowserContextByIndex()
197 MultiProfileIndex index) const { in GetUserInfo()
/external/chromium_org/ash/shell/
Dshell_delegate_impl.cc84 MultiProfileIndex index) OVERRIDE { in GetBrowserContextByIndex()
120 MultiProfileIndex index) const OVERRIDE { in GetUserInfo()
/external/chromium_org/ash/system/tray/media_security/
Dmulti_profile_media_tray_item.cc49 for (MultiProfileIndex index = 1; in OnMediaCaptureChanged()