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

  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_toolbar_button.cc 37 views::Painter::PaintFocusPainter(this, canvas, focus_painter());
  /external/chromium_org/ui/views/controls/button/
image_button.cc 78 void ImageButton::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
79 focus_painter_ = focus_painter.Pass();
124 Painter::PaintFocusPainter(this, canvas, focus_painter());
image_button.h 62 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
92 Painter* focus_painter() { return focus_painter_.get(); } function in class:views::ImageButton
text_button.h 169 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
170 Painter* focus_painter() { return focus_painter_.get(); } function in class:views::TextButtonBase
label_button.h 74 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
label_button.cc 166 void LabelButton::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
167 focus_painter_ = focus_painter.Pass();
text_button.cc 467 void TextButtonBase::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
468 focus_painter_ = focus_painter.Pass();
  /external/chromium_org/ui/views/
painter.h 45 // Convenience that paints |focus_painter| only if |view| HasFocus() and
46 // |focus_painter| is non-NULL.
49 Painter* focus_painter);
painter.cc 314 Painter* focus_painter) {
315 if (focus_painter && view->HasFocus())
316 PaintPainterAt(canvas, focus_painter, view->GetLocalBounds());
  /external/chromium_org/ui/views/controls/
image_view.cc 78 void ImageView::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
79 focus_painter_ = focus_painter.Pass();
image_view.h 80 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
  /external/chromium_org/ui/message_center/views/
padded_button.cc 72 views::Painter::PaintFocusPainter(this, canvas, focus_painter());
  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 164 views::Painter::PaintFocusPainter(this, canvas, focus_painter());
  /external/chromium_org/chrome/browser/ui/views/
new_avatar_button.cc 116 views::Painter::PaintFocusPainter(this, canvas, focus_painter());
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 411 void Textfield::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
412 focus_painter_ = focus_painter.Pass();
textfield.h 243 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]

Completed in 292 milliseconds