HomeSort by relevance Sort by last modified time
    Searched refs:LabelButton (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/views/examples/
scroll_view_example.h 17 class LabelButton;
36 LabelButton* wide_;
37 LabelButton* tall_;
38 LabelButton* big_square_;
39 LabelButton* small_square_;
40 LabelButton* scroll_to_;
textfield_example.h 17 class LabelButton;
50 LabelButton* show_password_;
51 LabelButton* clear_all_;
52 LabelButton* append_;
53 LabelButton* set_;
54 LabelButton* set_style_;
radio_button_example.h 16 class LabelButton;
38 LabelButton* select_;
39 LabelButton* status_;
button_example.h 15 class LabelButton;
36 LabelButton* label_button_;
tabbed_pane_example.cc 26 add_ = new LabelButton(this, ASCIIToUTF16("Add"));
27 add_at_ = new LabelButton(this, ASCIIToUTF16("Add At 1"));
28 select_at_ = new LabelButton(this, ASCIIToUTF16("Select At 1"));
63 tabbed_pane_->AddTabAtIndex(1, label, new LabelButton(NULL, label));
83 LabelButton* button = new LabelButton(NULL, ASCIIToUTF16(label));
scroll_view_example.cc 26 AddChildView(new LabelButton(NULL, ASCIIToUTF16("Button")));
61 wide_ = new LabelButton(this, ASCIIToUTF16("Wide"));
62 tall_ = new LabelButton(this, ASCIIToUTF16("Tall"));
63 big_square_ = new LabelButton(this, ASCIIToUTF16("Big Square"));
64 small_square_ = new LabelButton(this, ASCIIToUTF16("Small Square"));
65 scroll_to_ = new LabelButton(this, ASCIIToUTF16("Scroll to"));
  /external/chromium_org/ash/shell/
window_type_launcher.h 15 class LabelButton;
62 views::LabelButton* create_button_;
63 views::LabelButton* create_persistant_button_;
64 views::LabelButton* panel_button_;
65 views::LabelButton* create_nonresizable_button_;
66 views::LabelButton* bubble_button_;
67 views::LabelButton* lock_button_;
68 views::LabelButton* widgets_button_;
69 views::LabelButton* system_modal_button_;
70 views::LabelButton* window_modal_button_
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
elevation_icon_setter.h 14 class LabelButton;
23 explicit ElevationIconSetter(views::LabelButton* button);
29 views::LabelButton* button_;
conflicting_module_view_win.h 18 class LabelButton;
68 views::LabelButton* learn_more_button_;
69 views::LabelButton* not_now_button_;
critical_notification_bubble_view.h 18 class LabelButton;
58 views::LabelButton* restart_button_;
59 views::LabelButton* dismiss_button_;
outdated_upgrade_bubble_view.h 14 class LabelButton;
76 views::LabelButton* accept_button_;
79 views::LabelButton* later_button_;
open_pdf_in_reader_bubble_view.h 17 class LabelButton;
45 views::LabelButton* close_button_;
collected_cookies_views.h 27 class LabelButton;
105 views::LabelButton* block_allowed_button_;
106 views::LabelButton* delete_allowed_button_;
107 views::LabelButton* allow_blocked_button_;
108 views::LabelButton* for_session_blocked_button_;
  /external/chromium_org/ui/views/window/
dialog_client_view.h 16 class LabelButton;
42 LabelButton* ok_button() const { return ok_button_; }
43 LabelButton* cancel_button() const { return cancel_button_; }
94 LabelButton* CreateDialogButton(ui::DialogButton type);
97 void UpdateButton(LabelButton* button, ui::DialogButton type);
109 LabelButton* ok_button_;
110 LabelButton* cancel_button_;
113 LabelButton* default_button_;
  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_footer_panel.h 26 class LabelButton;
75 views::LabelButton* create_shortcuts_button_;
76 views::LabelButton* pin_to_shelf_button_;
77 views::LabelButton* unpin_from_shelf_button_;
78 views::LabelButton* remove_button_;
  /external/chromium_org/ash/system/tray/
tray_popup_label_button.h 16 class TrayPopupLabelButton : public views::LabelButton {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
search_button.h 14 class SearchButton : public views::LabelButton {
  /external/chromium_org/ui/views/controls/button/
label_button.cc 56 const int LabelButton::kHoverAnimationDurationMs = 170;
59 const char LabelButton::kViewClassName[] = "LabelButton";
61 LabelButton::LabelButton(ButtonListener* listener, const base::string16& text)
91 LabelButton::~LabelButton() {}
93 const gfx::ImageSkia& LabelButton::GetImage(ButtonState for_state) {
99 void LabelButton::SetImage(ButtonState for_state, const gfx::ImageSkia& image) {
104 const base::string16& LabelButton::GetText() const
    [all...]
blue_button.h 14 class VIEWS_EXPORT BlueButton : public LabelButton {
22 // Overridden from LabelButton:
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 24 class LabelButton;
119 views::LabelButton* remove_button_;
122 views::LabelButton* edit_button_;
125 views::LabelButton* close_button_;
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_label.h 17 class AvatarLabel : public views::LabelButton {
22 // views::LabelButton:
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view.h 23 class LabelButton;
100 void GetButtons(views::LabelButton** ok_button,
101 views::LabelButton** undo_button);
132 views::LabelButton* ok_button_;
133 views::LabelButton* undo_button_;
  /external/chromium_org/ash/system/chromeos/session/
logout_button_tray.h 18 class LabelButton;
53 views::LabelButton* button_;
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_dialog_container.h 12 class LabelButton;
49 views::LabelButton* close_button_;
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.h 49 views::LabelButton* ok_button_;
50 views::LabelButton* cancel_button_;

Completed in 405 milliseconds

1 2 3 4 5 6