/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_button_border.cc | 60 const views::TextButton* mb = static_cast<const views::TextButton*>(&view); 63 if (state == views::TextButton::BS_HOT) 65 else if (state == views::TextButton::BS_PUSHED)
|
infobar_view.cc | 112 views::TextButton* InfoBarView::CreateTextButton( 116 views::TextButton* text_button = 117 new views::TextButton(listener, UTF16ToWideHack(text));
|
/external/chromium_org/ui/views/controls/button/ |
menu_button.h | 27 class VIEWS_EXPORT MenuButton : public TextButton { 54 // Overridden from TextButton for the potential use of a drop marker.
|
text_button.h | 48 // A Border subclass that paints a TextButton's background layer -- basically 79 // A Border subclass that paints a TextButton's background layer using the 102 // feel. TextButton reserves space for the largest string passed to SetText. To 138 // TextButton remembers the maximum display size of the text passed to 306 // to actions. TextButton reserves space for the largest string passed to 308 class VIEWS_EXPORT TextButton : public TextButtonBase { 313 TextButton(ButtonListener* listener, const string16& text); 314 virtual ~TextButton(); 385 DISALLOW_COPY_AND_ASSIGN(TextButton);
|
custom_button.cc | 46 !strcmp(classname, TextButton::kViewClassName)) {
|
custom_button_unittest.cc | 158 TextButton text_button(NULL, text);
|
/external/chromium_org/chrome/browser/ui/views/ |
profile_chooser_view.cc | 95 class BackgroundColorHoverButton : public views::TextButton { 104 // views::TextButton: 118 : views::TextButton(listener, text) { 138 views::TextButton::OnMouseEntered(event); 143 views::TextButton::OnMouseExited(event); 148 bool is_highlighted = (state() == views::TextButton::STATE_PRESSED) || 149 (state() == views::TextButton::STATE_HOVERED) || HasFocus(); 186 change_photo_button_ = new views::TextButton(listener, 188 change_photo_button_->set_alignment(views::TextButton::ALIGN_CENTER); 205 views::TextButton* change_photo_button() [all...] |
content_setting_bubble_contents.cc | 289 menu_button->set_alignment(views::TextButton::ALIGN_LEFT);
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
browser_action_view.cc | 127 set_alignment(TextButton::ALIGN_CENTER); 338 TextButton::OnMousePressed(event); 356 TextButton::OnMouseReleased(event); 364 TextButton::OnMouseExited(event); 369 TextButton::OnKeyReleased(event); 376 TextButton::OnGestureEvent(event);
|
/external/chromium/chrome/browser/ui/views/ |
wrench_menu.cc | 46 using views::TextButton; 103 // painting of the border/background is done here as TextButton does not always 268 TextButton* CreateAndConfigureButton(int string_id, 276 TextButton* CreateButtonWithAccName(int string_id, 281 TextButton* button = 282 new TextButton(this, UTF16ToWide(l10n_util::GetStringUTF16(string_id))); 289 button->set_prefix_type(TextButton::PREFIX_HIDE); 296 button->set_alignment(TextButton::ALIGN_CENTER); 328 TextButton* cut = CreateAndConfigureButton( 336 TextButton* paste = CreateAndConfigureButton [all...] |
about_ipc_dialog.cc | 230 track_toggle_ = new views::TextButton(this, kStartTrackingLabel); 231 clear_button_ = new views::TextButton(this, kClearLabel); 232 filter_button_ = new views::TextButton(this, kFilterLabel);
|
accessibility_event_router_views.cc | 157 class_name == views::TextButton::kViewClassName) { 224 } else if (child->GetClassName() == views::TextButton::kViewClassName) {
|
browser_actions_container.cc | 72 set_alignment(TextButton::ALIGN_CENTER); 215 MenuButton::OnMousePressed(event) : TextButton::OnMousePressed(event); 235 TextButton::OnMouseReleased(event); 243 TextButton::OnMouseExited(event); 248 MenuButton::OnKeyReleased(event) : TextButton::OnKeyReleased(event); [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
background_view.h | 19 class TextButton;
|
background_view.cc | 79 // The same as TextButton but switches cursor to hand cursor when mouse 81 class TextButtonWithHandCursorOver : public views::TextButton { 85 : views::TextButton(listener, text) {
|
network_screen_browsertest.cc | 126 views::TextButton button(&button_listener, L"Button");
|
/external/chromium/chrome/browser/chromeos/status/ |
status_area_button.cc | 43 set_alignment(TextButton::ALIGN_CENTER);
|
/external/chromium/chrome/browser/ui/views/notifications/ |
balloon_view.h | 32 class TextButton;
|
balloon_view.cc | 348 options_menu_button_->set_alignment(views::TextButton::ALIGN_CENTER);
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.cc | 130 class BookmarkButton : public views::TextButton { 136 : TextButton(listener, title), 768 views::TextButton* BookmarkBarView::GetBookmarkButton(int index) { 770 return static_cast<views::TextButton*>(GetChildViewAt(index)); [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
side_tab_strip.cc | 73 class ScrollButton : public views::TextButton { 94 : views::TextButton(listener, std::wstring()), 99 TextButton::OnPaint(canvas);
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.cc | 148 class BookmarkButtonBase : public views::TextButton { 152 : TextButton(listener, title) { [all...] |
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_contents_view.cc | 184 views::TextButton* button = 185 new views::TextButton(this, UTF16ToWide(l10n_util::GetStringUTF16(id)));
|
/external/chromium/chrome/browser/chromeos/notifications/ |
balloon_view.cc | 92 options_menu_button_->set_icon_placement(views::TextButton::ICON_ON_RIGHT);
|
/external/chromium_org/chrome/browser/ui/views/notifications/ |
balloon_view_views.cc | 383 options_menu_button_->set_alignment(views::TextButton::ALIGN_CENTER);
|