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

  /external/chromium_org/ui/views/bubble/
bubble_border.h 76 PAINT_NORMAL,
150 // Sets the way the arrow is actually painted. Default is PAINT_NORMAL.
bubble_border.cc 137 arrow_paint_type_(PAINT_NORMAL),
275 if (!has_arrow(arrow_) || arrow_paint_type_ != PAINT_NORMAL)
tray_bubble_view.cc 258 arrow_paint_type(BubbleBorder::PAINT_NORMAL),
  /external/chromium_org/ash/system/tray/
system_tray.cc 467 init_params.arrow_paint_type = views::BubbleBorder::PAINT_NORMAL;
tray_background_view.cc 603 shelf->IsVisible() ? views::BubbleBorder::PAINT_NORMAL :

Completed in 191 milliseconds