OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:screen_locker_
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
screen_locker_delegate.cc
11
:
screen_locker_
(screen_locker) {
18
screen_locker_
->ScreenLockReady();
screen_locker_delegate.h
83
ScreenLocker* screen_locker() { return
screen_locker_
; }
87
ScreenLocker*
screen_locker_
;
member in class:chromeos::ScreenLockerDelegate
screen_locker_tester.cc
180
DCHECK(ScreenLocker::
screen_locker_
);
182
ScreenLocker::
screen_locker_
->delegate_.get());
199
return ScreenLocker::
screen_locker_
&&
200
ScreenLocker::
screen_locker_
->locked_;
205
DCHECK(ScreenLocker::
screen_locker_
);
206
ScreenLocker::
screen_locker_
->SetAuthenticator(
207
new MockAuthenticator(ScreenLocker::
screen_locker_
, user, password));
screen_locker.cc
156
ScreenLocker* ScreenLocker::
screen_locker_
= NULL;
member in class:chromeos::ScreenLocker
168
DCHECK(!
screen_locker_
);
169
screen_locker_
= this;
367
if (!
screen_locker_
) {
373
VLOG(1) << "ScreenLocker " <<
screen_locker_
<< " already exists; "
383
// For a guest/demo user,
screen_locker_
would have never been initialized.
390
DCHECK(
screen_locker_
);
399
if (
screen_locker_
== NULL)
401
VLOG(1) << "Deleting ScreenLocker " <<
screen_locker_
;
405
delete
screen_locker_
;
[
all
...]
screen_locker.h
51
return
screen_locker_
;
168
static ScreenLocker*
screen_locker_
;
member in class:chromeos::ScreenLocker
/external/chromium/chrome/browser/chromeos/login/
screen_locker_tester.cc
30
return ScreenLocker::
screen_locker_
&&
31
ScreenLocker::
screen_locker_
->locked_;
36
DCHECK(ScreenLocker::
screen_locker_
);
37
ScreenLocker::
screen_locker_
->SetAuthenticator(
38
new MockAuthenticator(ScreenLocker::
screen_locker_
, user, password));
42
DCHECK(ScreenLocker::
screen_locker_
);
48
DCHECK(ScreenLocker::
screen_locker_
);
59
ScreenLocker::
screen_locker_
->screen_lock_view_->HandleKeyEvent(
65
DCHECK(ScreenLocker::
screen_locker_
);
66
ScreenLocker::
screen_locker_
->OnWindowManagerReady()
[
all
...]
screen_lock_view.cc
94
screen_locker_
(screen_locker),
97
DCHECK(
screen_locker_
);
144
UserManager::User user =
screen_locker_
->user();
219
screen_locker_
->Signout();
225
screen_locker_
->ClearErrors();
231
screen_locker_
->ClearErrors();
233
screen_locker_
->Authenticate(password_field_->text());
247
if (
screen_locker_
->user().email() != user->email())
screen_lock_view.h
79
ScreenLocker*
screen_locker_
;
member in class:chromeos::ScreenLockView
screen_locker.cc
288
screen_locker_
(screen_locker),
300
screen_locker_
->GetViewByID(VIEW_ID_SCREEN_LOCKER_SIGNOUT_LINK);
301
shutdown_ =
screen_locker_
->GetViewByID(VIEW_ID_SCREEN_LOCKER_SHUTDOWN);
387
chromeos::ScreenLocker*
screen_locker_
;
member in class:__anon4411::GrabWidget
459
screen_locker_
->OnGrabInputs();
562
ScreenLocker* ScreenLocker::
screen_locker_
= NULL;
member in class:chromeos::ScreenLocker
631
:
screen_locker_
(screen_locker),
643
screen_locker_
->OnLoginSuccess(not_used_string,
654
chromeos::ScreenLocker*
screen_locker_
;
member in class:chromeos::InputEventObserver
667
:
screen_locker_
(screen_locker)
690
chromeos::ScreenLocker*
screen_locker_
;
member in class:chromeos::LockerInputEventObserver
[
all
...]
screen_locker.h
65
return
screen_locker_
;
239
static ScreenLocker*
screen_locker_
;
member in class:chromeos::ScreenLocker
Completed in 414 milliseconds