Searched defs:unlock_button_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/shell/
H A Dlock_view.cc29 LockView() : unlock_button_(new views::LabelButton(
31 unlock_button_->SetStyle(views::Button::STYLE_BUTTON);
32 AddChildView(unlock_button_);
33 unlock_button_->SetFocusable(true);
55 gfx::Size ps = unlock_button_->GetPreferredSize();
59 unlock_button_->SetBoundsRect(bounds);
64 unlock_button_->RequestFocus();
75 DCHECK(sender == unlock_button_);
80 views::LabelButton* unlock_button_; member in class:ash::shell::LockView

Completed in 67 milliseconds