Home | History | Annotate | Download | only in notifications

Lines Matching refs:options_menu_button_

106       options_menu_button_(NULL) {
184 options_menu_button_->SetBoundsRect(GetOptionsButtonBounds());
293 options_menu_button_ = new views::MenuButton(NULL, L"", this, false);
294 AddChildView(options_menu_button_);
345 options_menu_button_->SetIcon(*rb.GetBitmapNamed(IDR_BALLOON_WRENCH));
346 options_menu_button_->SetHoverIcon(*rb.GetBitmapNamed(IDR_BALLOON_WRENCH_H));
347 options_menu_button_->SetPushedIcon(*rb.GetBitmapNamed(IDR_BALLOON_WRENCH_P));
348 options_menu_button_->set_alignment(views::TextButton::ALIGN_CENTER);
349 options_menu_button_->set_border(NULL);
350 options_menu_button_->SetBoundsRect(GetOptionsButtonBounds());