HomeSort by relevance Sort by last modified time
    Searched refs:IsUserSessionBlocked (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ash/system/user/
tray_user_separator.cc 31 if (session_state_delegate->IsUserSessionBlocked() ||
tray_user.cc 125 IsUserSessionBlocked())
    [all...]
  /external/chromium_org/ash/
session_state_delegate.h 76 virtual bool IsUserSessionBlocked() const = 0;
session_state_delegate_stub.cc 55 bool SessionStateDelegateStub::IsUserSessionBlocked() const {
session_state_delegate_stub.h 30 virtual bool IsUserSessionBlocked() const OVERRIDE;
root_window_controller.cc 329 ->IsUserSessionBlocked() ? kShellWindowId_LockSystemModalContainer :
    [all...]
  /external/chromium_org/ash/test/
test_session_state_delegate.h 33 virtual bool IsUserSessionBlocked() const OVERRIDE;
test_session_state_delegate.cc 78 bool TestSessionStateDelegate::IsUserSessionBlocked() const {
  /external/chromium_org/ash/wm/
event_client_impl.cc 26 !Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked()) {
stacking_controller.cc 122 if (!session_state_delegate->IsUserSessionBlocked() ||
system_modal_container_layout_manager.cc 70 Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked());
135 if (Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked() &&
  /external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_chromeos.h 34 virtual bool IsUserSessionBlocked() const OVERRIDE;
session_state_delegate_views.cc 53 bool SessionStateDelegate::IsUserSessionBlocked() const {
session_state_delegate_views.h 31 virtual bool IsUserSessionBlocked() const OVERRIDE;
session_state_delegate_chromeos.cc 88 bool SessionStateDelegateChromeos::IsUserSessionBlocked() const {

Completed in 312 milliseconds