OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hardlock_state_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/signin/
easy_unlock_screenlock_state_handler.cc
85
hardlock_state_
(initial_hardlock_state),
114
if (!is_trial_run_ &&
hardlock_state_
!= NO_HARDLOCK) {
149
if (
hardlock_state_
== new_state)
152
hardlock_state_
= new_state;
154
// If
hardlock_state_
was set to NO_HARDLOCK, this means the screen is about
156
if (
hardlock_state_
!= NO_HARDLOCK) {
164
if (
hardlock_state_
!= NO_HARDLOCK)
196
DCHECK(
hardlock_state_
!= NO_HARDLOCK);
214
if (
hardlock_state_
== NO_PAIRING) {
229
if (
hardlock_state_
== USER_HARDLOCK)
[
all
...]
easy_unlock_screenlock_state_handler.h
80
// Shows the hardlock UI if the
hardlock_state_
is not NO_HARDLOCK.
117
HardlockState
hardlock_state_
;
member in class:EasyUnlockScreenlockStateHandler
Completed in 74 milliseconds