Searched refs:IsUserSessionBlocked (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ash/system/user/
H A Dconfig.cc17 bool IsUserSessionBlocked() { function in namespace:ash::tray::__anon2008
20 ->IsUserSessionBlocked();
27 !IsUserSessionBlocked();
32 !IsUserSessionBlocked();
H A Dtray_user_separator.cc31 if (session_state_delegate->IsUserSessionBlocked() ||
H A Dtray_user.cc99 (session_state_delegate->IsUserSessionBlocked() ||
H A Duser_view.cc72 ->IsUserSessionBlocked())
/external/chromium_org/ash/session/
H A Dsession_state_delegate.h121 virtual bool IsUserSessionBlocked() const = 0;
/external/chromium_org/ash/wm/
H A Devent_client_impl.cc25 !Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked()) {
H A Dstacking_controller.cc121 if (!session_state_delegate->IsUserSessionBlocked() ||
H A Dsystem_modal_container_layout_manager.cc76 Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked());
142 if (Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked() &&
/external/chromium_org/chrome/browser/ui/ash/
H A Dsession_state_delegate_views.cc61 bool SessionStateDelegate::IsUserSessionBlocked() const { function in class:SessionStateDelegate
H A Dsession_state_delegate_views.h36 virtual bool IsUserSessionBlocked() const OVERRIDE;
H A Dsession_state_delegate_chromeos.h43 virtual bool IsUserSessionBlocked() const OVERRIDE;
H A Dsession_state_delegate_chromeos.cc142 bool SessionStateDelegateChromeos::IsUserSessionBlocked() const { function in class:SessionStateDelegateChromeos
/external/chromium_org/ash/test/
H A Dtest_session_state_delegate.h42 virtual bool IsUserSessionBlocked() const OVERRIDE;
H A Dtest_session_state_delegate.cc143 bool TestSessionStateDelegate::IsUserSessionBlocked() const { function in class:ash::test::TestSessionStateDelegate
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.cc111 virtual bool IsUserSessionBlocked() const OVERRIDE {
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager.cc714 if (!session_state_delegate->IsUserSessionBlocked() ||
1121 if (session_state_delegate->IsUserSessionBlocked() &&
/external/chromium_org/ash/
H A Droot_window_controller.cc396 ->IsUserSessionBlocked() ? kShellWindowId_LockSystemModalContainer :

Completed in 3225 milliseconds