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

  /external/chromium_org/ui/views/examples/
button_example.h 37 TextButton* text_button_;
42 TextButton::TextAlignment alignment_;
button_example.cc 38 alignment_(TextButton::ALIGN_LEFT),
53 text_button_ = new TextButton(this, ASCIIToUTF16(kTextButton));
91 case TextButton::ICON_ON_LEFT:
92 text_button_->set_icon_placement(TextButton::ICON_ON_RIGHT);
94 case TextButton::ICON_ON_RIGHT:
95 text_button_->set_icon_placement(TextButton::ICON_ON_LEFT);
97 case TextButton::ICON_CENTERED:
109 case TextButton::ALIGN_LEFT:
110 alignment_ = TextButton::ALIGN_CENTER;
112 case TextButton::ALIGN_CENTER
    [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 65 const char TextButton::kViewClassName[] = "TextButton";
106 const TextButton* button = static_cast<const TextButton*>(&view);
116 ((state == TextButton::STATE_HOVERED) ||
117 (state == TextButton::STATE_PRESSED) ||
118 ((state == TextButton::STATE_NORMAL) && animating))) {
119 painter = (state == TextButton::STATE_PRESSED) ?
164 const TextButtonBase* tb = static_cast<const TextButton*>(&view);
565 // TextButton ----------------------------------------------------------------
    [all...]
text_button.h 44 // A Border subclass that paints a TextButton's background layer -- basically
75 // A Border subclass that paints a TextButton's background layer using the
98 // feel. TextButton reserves space for the largest string passed to SetText. To
134 // TextButton remembers the maximum display size of the text passed to
289 // to actions. TextButton reserves space for the largest string passed to
291 class VIEWS_EXPORT TextButton : public TextButtonBase {
296 TextButton(ButtonListener* listener, const base::string16& text);
297 virtual ~TextButton();
379 DISALLOW_COPY_AND_ASSIGN(TextButton);
custom_button.cc 46 !strcmp(classname, TextButton::kViewClassName)) {
custom_button_unittest.cc 148 TextButton text_button(NULL, text);
  /external/chromium_org/ui/views/
button_drag_utils.cc 42 views::TextButton button(NULL,
64 button.PaintButton(canvas.get(), views::TextButton::PB_FOR_DRAG);

Completed in 392 milliseconds