Home
last modified time | relevance | path

Searched refs:unlock_button_ (Results 1 – 1 of 1) sorted by relevance

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