HomeSort by relevance Sort by last modified time
    Searched defs:ScreenLockView (Results 1 - 2 of 2) 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...]

Completed in 5899 milliseconds