HomeSort by relevance Sort by last modified time
    Searched refs:snapshot_button_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
take_photo_view.cc 147 snapshot_button_(NULL),
171 snapshot_button_ = new views::ImageButton(this);
172 snapshot_button_->SetFocusable(true);
173 snapshot_button_->SetImage(views::CustomButton::BS_NORMAL,
176 snapshot_button_->SetImage(views::CustomButton::BS_DISABLED,
179 snapshot_button_->SetAccessibleName(l10n_util::GetStringUTF16(
184 snapshot_button_->RequestFocus();
216 layout->AddView(snapshot_button_);
223 if (!snapshot_button_->IsEnabled()) {
225 snapshot_button_->SetEnabled(true)
    [all...]
take_photo_view.h 77 views::ImageButton* snapshot_button_; member in class:chromeos::TakePhotoView

Completed in 435 milliseconds