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

  /external/chromium_org/chrome/browser/ui/views/
profile_reset_bubble_view.cc 260 // Have a smaller margin on the right, to have the |controls_.help_button|
268 controls_.help_button = new views::ImageButton(this);
273 controls_.help_button->SetImage(
275 controls_.help_button->SetImage(views::Button::STATE_HOVERED, help_image);
276 controls_.help_button->SetImage(views::Button::STATE_PRESSED, help_image);
277 controls_.help_button->set_background(
279 controls_.help_button->SetImageAlignment(views::ImageButton::ALIGN_CENTER,
348 layout->AddView(controls_.help_button);
408 } else if (sender == controls_.help_button) {
profile_reset_bubble_view.h 84 help_button = NULL;
95 views::ImageButton* help_button; member in struct:ProfileResetBubbleView::Controls
  /external/chromium_org/ash/first_run/
first_run_helper_impl.cc 118 views::View* help_button = tray->GetHelpButtonView(); local
119 return help_button->GetBoundsInScreen();

Completed in 667 milliseconds