OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EasyUnlockScreenlockStateHandler
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/signin/
easy_unlock_screenlock_state_handler.cc
18
EasyUnlockScreenlockStateHandler
::State state) {
20
case
EasyUnlockScreenlockStateHandler
::STATE_NO_BLUETOOTH:
21
case
EasyUnlockScreenlockStateHandler
::STATE_NO_PHONE:
22
case
EasyUnlockScreenlockStateHandler
::STATE_PHONE_NOT_AUTHENTICATED:
23
case
EasyUnlockScreenlockStateHandler
::STATE_PHONE_LOCKED:
24
case
EasyUnlockScreenlockStateHandler
::STATE_PHONE_NOT_NEARBY:
25
case
EasyUnlockScreenlockStateHandler
::STATE_PHONE_UNLOCKABLE:
26
case
EasyUnlockScreenlockStateHandler
::STATE_PHONE_UNSUPPORTED:
28
case
EasyUnlockScreenlockStateHandler
::STATE_BLUETOOTH_CONNECTING:
30
case
EasyUnlockScreenlockStateHandler
::STATE_AUTHENTICATED
[
all
...]
easy_unlock_screenlock_state_handler.h
18
class
EasyUnlockScreenlockStateHandler
: public ScreenlockBridge::Observer {
65
EasyUnlockScreenlockStateHandler
(const std::string& user_email,
68
virtual ~
EasyUnlockScreenlockStateHandler
();
125
DISALLOW_COPY_AND_ASSIGN(
EasyUnlockScreenlockStateHandler
);
easy_unlock_screenlock_state_handler_unittest.cc
21
// Icons used by
EasyUnlockScreenlockStateHandler
. The icon id values are the
75
// Generally, this is allowed, but
EasyUnlockScreenlockStateHandler
should
209
state_handler_.reset(new
EasyUnlockScreenlockStateHandler
(
211
EasyUnlockScreenlockStateHandler
::NO_HARDLOCK,
223
scoped_ptr<
EasyUnlockScreenlockStateHandler
> state_handler_;
236
EasyUnlockScreenlockStateHandler
::STATE_AUTHENTICATED);
249
EasyUnlockScreenlockStateHandler
::STATE_AUTHENTICATED);
256
EasyUnlockScreenlockStateHandler
::STATE_AUTHENTICATED);
272
EasyUnlockScreenlockStateHandler
::STATE_AUTHENTICATED);
275
EasyUnlockScreenlockStateHandler
::STATE_INACTIVE)
[
all
...]
easy_unlock_service.h
123
void SetHardlockState(
EasyUnlockScreenlockStateHandler
::HardlockState state);
126
EasyUnlockScreenlockStateHandler
::HardlockState GetHardlockState() const;
132
EasyUnlockScreenlockStateHandler
::HardlockState* state) const;
140
bool UpdateScreenlockState(
EasyUnlockScreenlockStateHandler
::State state);
215
EasyUnlockScreenlockStateHandler
::HardlockState state);
217
const
EasyUnlockScreenlockStateHandler
* screenlock_state_handler() const {
225
EasyUnlockScreenlockStateHandler
::HardlockState state);
238
EasyUnlockScreenlockStateHandler
* GetScreenlockStateHandler();
258
scoped_ptr<
EasyUnlockScreenlockStateHandler
> screenlock_state_handler_;
easy_unlock_service.cc
260
EasyUnlockScreenlockStateHandler
::HardlockState state) {
268
EasyUnlockScreenlockStateHandler
::HardlockState
270
EasyUnlockScreenlockStateHandler
::HardlockState state;
274
return
EasyUnlockScreenlockStateHandler
::NO_HARDLOCK;
278
EasyUnlockScreenlockStateHandler
::HardlockState* state) const {
292
static_cast<
EasyUnlockScreenlockStateHandler
::HardlockState>(state_int);
303
EasyUnlockScreenlockStateHandler
::HardlockState state;
308
if (state ==
EasyUnlockScreenlockStateHandler
::NO_HARDLOCK) {
311
EasyUnlockScreenlockStateHandler
::STATE_BLUETOOTH_CONNECTING);
317
EasyUnlockScreenlockStateHandler
*
[
all
...]
easy_unlock_service_signin_chromeos.cc
192
GetHardlockState() ==
EasyUnlockScreenlockStateHandler
::NO_PAIRING) {
195
EasyUnlockScreenlockStateHandler
::PAIRING_CHANGED) {
198
EasyUnlockScreenlockStateHandler
::USER_HARDLOCK) {
204
case
EasyUnlockScreenlockStateHandler
::STATE_INACTIVE:
207
case
EasyUnlockScreenlockStateHandler
::STATE_NO_BLUETOOTH:
210
case
EasyUnlockScreenlockStateHandler
::STATE_BLUETOOTH_CONNECTING:
213
case
EasyUnlockScreenlockStateHandler
::STATE_NO_PHONE:
216
case
EasyUnlockScreenlockStateHandler
::STATE_PHONE_NOT_AUTHENTICATED:
219
case
EasyUnlockScreenlockStateHandler
::STATE_PHONE_LOCKED:
222
case
EasyUnlockScreenlockStateHandler
::STATE_PHONE_UNLOCKABLE
[
all
...]
easy_unlock_service_regular.cc
101
EasyUnlockScreenlockStateHandler
::NO_HARDLOCK);
/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
easy_unlock_private_api.cc
47
EasyUnlockScreenlockStateHandler
::State ToScreenlockStateHandlerState(
51
return
EasyUnlockScreenlockStateHandler
::STATE_NO_BLUETOOTH;
53
return
EasyUnlockScreenlockStateHandler
::STATE_BLUETOOTH_CONNECTING;
55
return
EasyUnlockScreenlockStateHandler
::STATE_NO_PHONE;
57
return
EasyUnlockScreenlockStateHandler
::STATE_PHONE_NOT_AUTHENTICATED;
59
return
EasyUnlockScreenlockStateHandler
::STATE_PHONE_LOCKED;
61
return
EasyUnlockScreenlockStateHandler
::STATE_PHONE_UNLOCKABLE;
63
return
EasyUnlockScreenlockStateHandler
::STATE_PHONE_NOT_NEARBY;
65
return
EasyUnlockScreenlockStateHandler
::STATE_PHONE_UNSUPPORTED;
67
return
EasyUnlockScreenlockStateHandler
::STATE_AUTHENTICATED
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.cc
[
all
...]
Completed in 72 milliseconds