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 33 views::Painter::PaintFocusPainter(this, canvas, focus_painter());
  /external/chromium_org/ui/views/controls/button/
image_button.cc 70 void ImageButton::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
71 focus_painter_ = focus_painter.Pass();
113 Painter::PaintFocusPainter(this, canvas, focus_painter());
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 83 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
84 Painter* focus_painter() { return focus_painter_.get(); } function in class:views::LabelButton
text_button.h 155 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
156 Painter* focus_painter() { return focus_painter_.get(); } function in class:views::TextButtonBase
label_button.cc 184 void LabelButton::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
185 focus_painter_ = focus_painter.Pass();
text_button.cc 471 void TextButtonBase::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
472 focus_painter_ = focus_painter.Pass();
  /external/chromium_org/ui/views/
painter.h 41 // Convenience that paints |focus_painter| only if |view| HasFocus() and
42 // |focus_painter| is non-NULL.
45 Painter* focus_painter);
painter.cc 232 Painter* focus_painter) {
233 if (focus_painter && view->HasFocus())
234 PaintPainterAt(canvas, focus_painter, view->GetLocalBounds());
  /external/chromium_org/ui/views/controls/
image_view.cc 90 void ImageView::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
91 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 70 views::Painter::PaintFocusPainter(this, canvas, focus_painter());
  /external/chromium_org/ash/shelf/
alternate_app_list_button.cc 162 views::Painter::PaintFocusPainter(this, canvas, focus_painter());
app_list_button.cc 161 views::Painter::PaintFocusPainter(this, canvas, focus_painter());
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 193 void SetFocusPainter(scoped_ptr<Painter> focus_painter);
textfield.cc 529 void Textfield::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
530 focus_painter_ = focus_painter.Pass();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]

Completed in 447 milliseconds