OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unlocked_properties_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
lock_state_controller.cc
620
if (!
unlocked_properties_
) {
621
unlocked_properties_
.reset(new UnlockedStateProperties());
622
unlocked_properties_
->background_is_hidden = IsBackgroundHidden();
624
if (
unlocked_properties_
->background_is_hidden) {
635
if (!
unlocked_properties_
)
637
if (
unlocked_properties_
->background_is_hidden) {
645
unlocked_properties_
.reset();
651
if (
unlocked_properties_
.get() &&
652
unlocked_properties_
->background_is_hidden) {
664
if (
unlocked_properties_
.get() &
[
all
...]
lock_state_controller.h
301
scoped_ptr<UnlockedStateProperties>
unlocked_properties_
;
member in class:ash::LockStateController
Completed in 24 milliseconds