IsScreenLocked    860 ash/accelerators/accelerator_controller.cc   if (shell->session_state_delegate()->IsScreenLocked() &&
IsScreenLocked     75 ash/session_state_delegate.h   virtual bool IsScreenLocked() const = 0;
IsScreenLocked     69 ash/session_state_delegate_stub.cc   return !IsActiveUserSessionStarted() || IsScreenLocked();
IsScreenLocked     30 ash/session_state_delegate_stub.h   virtual bool IsScreenLocked() const OVERRIDE;
IsScreenLocked    260 ash/shelf/shelf_layout_manager.cc   DCHECK(!Shell::GetInstance()->session_state_delegate()->IsScreenLocked());
IsScreenLocked    269 ash/shelf/shelf_layout_manager.cc   if (Shell::GetInstance()->session_state_delegate()->IsScreenLocked())
IsScreenLocked    321 ash/shelf/shelf_layout_manager.cc   if (Shell::GetInstance()->session_state_delegate()->IsScreenLocked() ||
IsScreenLocked    272 ash/shell.cc     if (session_state_delegate_->IsScreenLocked())
IsScreenLocked    187 ash/shell_unittest.cc     EXPECT_TRUE(delegate->IsScreenLocked());
IsScreenLocked    356 ash/shell_unittest.cc TEST_F(ShellTest, IsScreenLocked) {
IsScreenLocked    360 ash/shell_unittest.cc   EXPECT_TRUE(delegate->IsScreenLocked());
IsScreenLocked    362 ash/shell_unittest.cc   EXPECT_FALSE(delegate->IsScreenLocked());
IsScreenLocked    184 ash/system/chromeos/network/network_connect.cc       Shell::GetInstance()->session_state_delegate()->IsScreenLocked())
IsScreenLocked     90 ash/test/test_session_state_delegate.cc   return !IsActiveUserSessionStarted() || IsScreenLocked() ||
IsScreenLocked     33 ash/test/test_session_state_delegate.h   virtual bool IsScreenLocked() const OVERRIDE;
IsScreenLocked     67 ash/test/test_system_tray_delegate.cc   if (delegate->IsScreenLocked())
IsScreenLocked     35 ash/wm/gestures/shelf_gesture_handler.cc       shell->session_state_delegate()->IsScreenLocked()) {
IsScreenLocked    304 ash/wm/lock_state_controller_unittest.cc     EXPECT_FALSE(session_state_delegate_->IsScreenLocked());
IsScreenLocked    325 ash/wm/lock_state_controller_unittest.cc     EXPECT_TRUE(session_state_delegate_->IsScreenLocked());
IsScreenLocked     32 ash/wm/overview/window_selector_controller.cc          !Shell::GetInstance()->session_state_delegate()->IsScreenLocked() &&
IsScreenLocked     66 ash/wm/power_button_controller.cc           !session_state_delegate->IsScreenLocked() &&
IsScreenLocked     80 ash/wm/power_button_controller.cc           !session_state_delegate->IsScreenLocked()) {
IsScreenLocked    101 ash/wm/power_button_controller.cc       session_state_delegate->IsScreenLocked() ||
IsScreenLocked    245 ash/wm/workspace/workspace_layout_manager.cc       Shell::GetInstance()->session_state_delegate()->IsScreenLocked())
IsScreenLocked     65 chrome/browser/chromeos/dbus/printer_service_provider.cc       ash::Shell::GetInstance()->session_state_delegate()->IsScreenLocked()) {
IsScreenLocked     19 chrome/browser/idle_chromeos.cc   return ash::Shell::GetInstance()->session_state_delegate()->IsScreenLocked();
IsScreenLocked    110 chrome/browser/ui/ash/session_state_delegate_chromeos.cc          IsScreenLocked() ||
IsScreenLocked     34 chrome/browser/ui/ash/session_state_delegate_chromeos.h   virtual bool IsScreenLocked() const OVERRIDE;
IsScreenLocked     31 chrome/browser/ui/ash/session_state_delegate_views.h   virtual bool IsScreenLocked() const OVERRIDE;