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

  /external/chromium_org/ash/system/tray/
tray_item_more.cc 20 TrayItemMore::TrayItemMore(SystemTrayItem* owner, bool show_more)
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::Layout()
    [all...]
tray_item_more.h 22 class TrayItemMore : public ActionableView {
24 TrayItemMore(SystemTrayItem* owner, bool show_more);
25 virtual ~TrayItemMore();
55 DISALLOW_COPY_AND_ASSIGN(TrayItemMore);

Completed in 236 milliseconds