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

  /external/chromium_org/ui/views/bubble/
tray_bubble_view.h 108 views::BubbleBorder::ArrowPaintType arrow_paint_type; member in struct:views::TrayBubbleView::InitParams
135 void SetArrowPaintType(views::BubbleBorder::ArrowPaintType arrow_paint_type);
tray_bubble_view.cc 89 set_paint_arrow(params.arrow_paint_type);
286 arrow_paint_type(BubbleBorder::PAINT_NORMAL),
  /external/chromium_org/ash/system/tray/
system_tray.cc 506 init_params.arrow_paint_type = views::BubbleBorder::PAINT_NORMAL;
508 init_params.arrow_paint_type = views::BubbleBorder::PAINT_TRANSPARENT;

Completed in 41 milliseconds