Searched refs:stop_button_ (Results 1 – 4 of 4) sorted by relevance
48 stop_button_(NULL), in ScreenStatusView()63 gfx::Size stop_size = stop_button_->GetPreferredSize(); in Layout()67 stop_button_->SetBoundsRect(stop_bounds); in Layout()70 if (label_->bounds().Intersects(stop_button_->bounds())) { in Layout()73 stop_button_->x() - kTrayPopupPaddingBetweenItems - label_->x()); in Layout()81 DCHECK(sender == stop_button_); in ButtonPressed()101 stop_button_ = new TrayPopupLabelButton(this, stop_button_text_); in CreateItems()102 AddChildView(stop_button_); in CreateItems()
63 TrayPopupLabelButton* stop_button_; variable
119 views::BlueButton* stop_button_; member in __anone274ad830111::ScreenCaptureNotificationUIViews131 stop_button_(NULL), in ScreenCaptureNotificationUIViews()146 stop_button_ = new views::BlueButton(this, stop_text); in ScreenCaptureNotificationUIViews()147 AddChildView(stop_button_); in ScreenCaptureNotificationUIViews()219 gfx::Size stop_button_size = stop_button_->GetPreferredSize(); in GetPreferredSize()235 gfx::Rect stop_button_rect(stop_button_->GetPreferredSize()); in Layout()244 stop_button_->SetBoundsRect(stop_button_rect); in Layout()
166 stop_button_->SetState(is_enabled ? views::CustomButton::STATE_NORMAL in EnableUIControl()259 stop_button_ = new views::LabelButton(this, base::ASCIIToUTF16("Stop")); in InitShellWindow()260 stop_button_->SetStyle(views::Button::STYLE_BUTTON); in InitShellWindow()261 gfx::Size stop_button_size = stop_button_->GetPreferredSize(); in InitShellWindow()281 toolbar_layout->AddView(stop_button_); in InitShellWindow()338 else if (sender == stop_button_) in ButtonPressed()399 views::LabelButton* stop_button_; member in content::__anona6b727ff0111::ShellWindowDelegateView