Searched defs:TrayItemMore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc20 TrayItemMore::TrayItemMore(SystemTrayItem* owner, bool show_more) function in class:ash::TrayItemMore
45 TrayItemMore::~TrayItemMore() {
48 void TrayItemMore::SetLabel(const base::string16& label) {
54 void TrayItemMore::SetImage(const gfx::ImageSkia* image_skia) {
59 void TrayItemMore::SetAccessibleName(const base::string16& name) {
63 void TrayItemMore::ReplaceIcon(views::View* view) {
69 bool TrayItemMore::PerformAction(const ui::Event& event) {
77 void TrayItemMore
[all...]
H A Dtray_item_more.h22 class TrayItemMore : public ActionableView { class in namespace:ash
24 TrayItemMore(SystemTrayItem* owner, bool show_more);
25 virtual ~TrayItemMore();
55 DISALLOW_COPY_AND_ASSIGN(TrayItemMore);

Completed in 876 milliseconds