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

  /external/chromium_org/ui/views/controls/button/
image_button.h 58 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
88 Painter* focus_painter() { return focus_painter_.get(); } function in class:views::ImageButton
label_button.h 85 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
86 Painter* focus_painter() { return focus_painter_.get(); } function in class:views::LabelButton

Completed in 43 milliseconds