Searched defs:TextButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/button/
H A Dtext_button.cc65 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
567 TextButton::TextButton(ButtonListener* listener, const base::string16& text) function in class:views::TextButton
[all...]
H A Dtext_button.h44 // 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 { class in namespace:views
296 TextButton(ButtonListener* listener, const base::string16& text);
297 virtual ~TextButton();
379 DISALLOW_COPY_AND_ASSIGN(TextButton);

Completed in 100 milliseconds