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

  /external/chromium_org/ui/views/controls/button/
image_button.cc 70 void ImageButton::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
label_button.cc 169 SetFocusPainter(scoped_ptr<Painter>());
171 SetFocusPainter(Painter::CreateDashedFocusPainterWithInsets(
184 void LabelButton::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
text_button.cc 471 void TextButtonBase::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
576 SetFocusPainter(Painter::CreateDashedFocusPainterWithInsets(
  /external/chromium_org/ui/views/controls/
image_view.cc 90 void ImageView::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 529 void Textfield::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
    [all...]

Completed in 169 milliseconds