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

  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.h 17 class TrayPopupLabelButtonBorder : public views::LabelButtonBorder {
19 TrayPopupLabelButtonBorder();
20 virtual ~TrayPopupLabelButtonBorder();
27 DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButtonBorder);
tray_popup_label_button_border.cc 49 TrayPopupLabelButtonBorder::TrayPopupLabelButtonBorder()
65 TrayPopupLabelButtonBorder::~TrayPopupLabelButtonBorder() {}
67 void TrayPopupLabelButtonBorder::Paint(const views::View& view,
101 gfx::Insets TrayPopupLabelButtonBorder::GetInsets() const {

Completed in 27 milliseconds