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

  /external/chromium_org/ui/views/controls/button/
text_button.h 25 class VIEWS_EXPORT TextButtonBorder : public Border {
27 TextButtonBorder();
28 virtual ~TextButtonBorder();
40 DISALLOW_COPY_AND_ASSIGN(TextButtonBorder);
50 class VIEWS_EXPORT TextButtonDefaultBorder : public TextButtonBorder {
61 // TextButtonBorder:
78 class VIEWS_EXPORT TextButtonNativeThemeBorder : public TextButtonBorder {
83 // TextButtonBorder:
text_button.cc 68 // TextButtonBorder -----------------------------------------------------------
70 TextButtonBorder::TextButtonBorder() {
73 TextButtonBorder::~TextButtonBorder() {
76 void TextButtonBorder::Paint(const View& view, gfx::Canvas* canvas) {
79 gfx::Insets TextButtonBorder::GetInsets() const {
83 gfx::Size TextButtonBorder::GetMinimumSize() const {
87 void TextButtonBorder::SetInsets(const gfx::Insets& insets) {

Completed in 362 milliseconds