Searched refs:ScreenLockView (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_lock_view.h29 // ScreenLockView creates view components necessary to authenticate
31 class ScreenLockView : public ThrobberHostView, class in namespace:chromeos
36 explicit ScreenLockView(ScreenLocker* screen_locker);
37 virtual ~ScreenLockView();
89 DISALLOW_COPY_AND_ASSIGN(ScreenLockView);
H A Dscreen_lock_view.cc91 ScreenLockView::ScreenLockView(ScreenLocker* screen_locker) function in class:chromeos::ScreenLockView
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
[all...]
H A Dscreen_locker.h37 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
H A Dscreen_locker.cc242 // 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_.
965 // Take ScreenLockView ownership now that it's removed from grab_container_.

Completed in 62 milliseconds