OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUserSessionBlocked
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/ash/system/user/
config.cc
17
bool
IsUserSessionBlocked
() {
20
->
IsUserSessionBlocked
();
27
!
IsUserSessionBlocked
();
32
!
IsUserSessionBlocked
();
tray_user_separator.cc
31
if (session_state_delegate->
IsUserSessionBlocked
() ||
tray_user.cc
99
(session_state_delegate->
IsUserSessionBlocked
() ||
user_view.cc
72
->
IsUserSessionBlocked
())
/external/chromium_org/ash/session/
session_state_delegate.h
121
virtual bool
IsUserSessionBlocked
() const = 0;
/external/chromium_org/ash/test/
test_session_state_delegate.h
42
virtual bool
IsUserSessionBlocked
() const OVERRIDE;
test_session_state_delegate.cc
143
bool TestSessionStateDelegate::
IsUserSessionBlocked
() const {
/external/chromium_org/ash/wm/
event_client_impl.cc
25
!Shell::GetInstance()->session_state_delegate()->
IsUserSessionBlocked
()) {
stacking_controller.cc
121
if (!session_state_delegate->
IsUserSessionBlocked
() ||
system_modal_container_layout_manager.cc
76
Shell::GetInstance()->session_state_delegate()->
IsUserSessionBlocked
());
142
if (Shell::GetInstance()->session_state_delegate()->
IsUserSessionBlocked
() &&
/external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_views.cc
61
bool SessionStateDelegate::
IsUserSessionBlocked
() const {
session_state_delegate_views.h
36
virtual bool
IsUserSessionBlocked
() const OVERRIDE;
session_state_delegate_chromeos.h
43
virtual bool
IsUserSessionBlocked
() const OVERRIDE;
session_state_delegate_chromeos.cc
142
bool SessionStateDelegateChromeos::
IsUserSessionBlocked
() const {
/external/chromium_org/ash/shell/
shell_delegate_impl.cc
111
virtual bool
IsUserSessionBlocked
() const OVERRIDE {
/external/chromium_org/ash/shelf/
shelf_layout_manager.cc
714
if (!session_state_delegate->
IsUserSessionBlocked
() ||
[
all
...]
/external/chromium_org/ash/
root_window_controller.cc
396
->
IsUserSessionBlocked
() ? kShellWindowId_LockSystemModalContainer :
[
all
...]
Completed in 278 milliseconds