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 65 const char TextButton::kViewClassName[] = "TextButton";
114 const TextButton* button = static_cast<const TextButton*>(&view);
124 ((state == TextButton::STATE_HOVERED) ||
125 (state == TextButton::STATE_PRESSED) ||
126 ((state == TextButton::STATE_NORMAL) && animating))) {
127 painter = (state == TextButton::STATE_PRESSED) ?
172 const TextButtonBase* tb = static_cast<const TextButton*>(&view);
610 // TextButton ----------------------------------------------------------------
    [all...]
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);

Completed in 2441 milliseconds