HomeSort by relevance Sort by last modified time
    Searched full:unlock_button_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/shell/
lock_view.cc 28 : unlock_button_(new views::LabelButton(this, ASCIIToUTF16("Unlock"))) {
29 unlock_button_->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
30 AddChildView(unlock_button_);
31 unlock_button_->SetFocusable(true);
52 gfx::Size ps = unlock_button_->GetPreferredSize();
56 unlock_button_->SetBoundsRect(bounds);
61 unlock_button_->RequestFocus();
72 DCHECK(sender == unlock_button_);
77 views::LabelButton* unlock_button_; member in class:ash::shell::LockView

Completed in 39 milliseconds