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

  /external/chromium_org/ui/views/bubble/
bubble_border.h 154 void set_paint_arrow(ArrowPaintType value) { arrow_paint_type_ = value; }
183 ArrowPaintType arrow_paint_type_; member in class:views::BubbleBorder
bubble_border.cc 156 arrow_paint_type_(PAINT_NORMAL),
250 if ((arrow_paint_type_ == PAINT_NONE) || !has_arrow(arrow_))
281 if (arrow_paint_type_ == PAINT_TRANSPARENT || !has_arrow(arrow_))
302 if (!has_arrow(arrow_) || arrow_paint_type_ != PAINT_NORMAL)

Completed in 56 milliseconds