HomeSort by relevance Sort by last modified time
    Searched refs:TextButton (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/ui/views/controls/button/
menu_button.h 27 class VIEWS_EXPORT MenuButton : public TextButton {
58 // Overridden from TextButton for the potential use of a drop marker.
text_button.h 55 // A Border subclass that paints a TextButton's background layer -
92 // A Border subclass that paints a TextButton's background layer using the
119 // look and feel. TextButton reserves space for the largest string
157 // TextButton remembers the maximum display size of the text passed to
316 // TextButton
319 // response to actions. TextButton reserves space for the largest string
323 class VIEWS_EXPORT TextButton : public TextButtonBase {
328 TextButton(ButtonListener* listener, const string16& text);
329 virtual ~TextButton();
400 DISALLOW_COPY_AND_ASSIGN(TextButton);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
browser_action_view.cc 125 set_alignment(TextButton::ALIGN_CENTER);
328 TextButton::OnMousePressed(event);
346 TextButton::OnMouseReleased(event);
354 TextButton::OnMouseExited(event);
359 TextButton::OnKeyReleased(event);
366 TextButton::OnGestureEvent(event);
content_setting_bubble_contents.cc 311 menu_button->set_alignment(views::TextButton::ALIGN_LEFT);
  /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/ui/views/infobars/
infobar_view.cc 112 views::TextButton* InfoBarView::CreateTextButton(
116 views::TextButton* text_button =
117 new views::TextButton(listener, UTF16ToWideHack(text));
  /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 153 class BookmarkButtonBase : public views::TextButton {
157 : 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 371 options_menu_button_->set_alignment(views::TextButton::ALIGN_CENTER);

Completed in 979 milliseconds

12