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

  /external/chromium_org/ui/views/controls/button/
text_button.cc 66 const char TextButton::kViewClassName[] = "TextButton";
119 const TextButton* button = static_cast<const TextButton*>(&view);
129 ((state == TextButton::STATE_HOVERED) ||
130 (state == TextButton::STATE_PRESSED) ||
131 ((state == TextButton::STATE_NORMAL) && animating))) {
132 painter = (state == TextButton::STATE_PRESSED) ?
169 const TextButtonBase* tb = static_cast<const TextButton*>(&view);
597 // TextButton
    [all...]
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...]

Completed in 51 milliseconds