OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenLockView
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
screen_lock_view.h
29
//
ScreenLockView
creates view components necessary to authenticate
31
class
ScreenLockView
: public ThrobberHostView,
36
explicit
ScreenLockView
(ScreenLocker* screen_locker);
37
virtual ~
ScreenLockView
();
89
DISALLOW_COPY_AND_ASSIGN(
ScreenLockView
);
screen_lock_view.cc
91
ScreenLockView
::
ScreenLockView
(ScreenLocker* screen_locker)
100
ScreenLockView
::~
ScreenLockView
() {
103
gfx::Size
ScreenLockView
::GetPreferredSize() {
107
void
ScreenLockView
::Layout() {
117
void
ScreenLockView
::Init() {
186
void
ScreenLockView
::ClearAndSetFocusToPassword() {
191
void
ScreenLockView
::SetSignoutEnabled(bool enabled) {
195
gfx::Rect
ScreenLockView
::GetPasswordBoundsRelativeTo(const views::View* view)
[
all
...]
screen_locker.h
37
class
ScreenLockView
;
44
// ScreenLocker creates a background view as well as
ScreenLockView
to
52
// Interface that helps switching from
ScreenLockView
to CaptchaView.
177
ScreenLockView
* screen_lock_view_;
186
// Initially it's
ScreenLockView
instance.
192
// View that's not owned by grab_container_ - either
ScreenLockView
or
screen_locker.cc
242
// GrabWidget's root view to layout the
ScreenLockView
at the center
248
explicit GrabWidgetRootView(chromeos::
ScreenLockView
* screen_lock_view)
738
screen_lock_view_ = new
ScreenLockView
(this);
878
//
ScreenLockView
ownership is passed to grab_container_.
[
all
...]
Completed in 46 milliseconds