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

  /external/chromium_org/ui/native_theme/
native_theme_aura.h 37 virtual void PaintArrowButton(SkCanvas* gc,
native_theme_base.h 48 virtual void PaintArrowButton(
native_theme_aura.cc 132 void NativeThemeAura::PaintArrowButton(
138 FallbackTheme::PaintArrowButton(gc, rect, direction, state);
native_theme_base.cc 240 PaintArrowButton(canvas, rect, part, state);
289 void NativeThemeBase::PaintArrowButton(
877 PaintArrowButton(canvas, half, kScrollbarUpArrow, north_state);
880 PaintArrowButton(canvas, half, kScrollbarDownArrow, south_state);
    [all...]
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 211 void PaintArrowButton(
744 PaintArrowButton(canvas, arrow_button_images, arrow_button_->x(), height());
751 PaintArrowButton(canvas, arrow_button_hovered_images,

Completed in 67 milliseconds