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 21 TrayItemMore::TrayItemMore(SystemTrayItem* owner, bool show_more)
46 TrayItemMore::~TrayItemMore() {
49 void TrayItemMore::SetLabel(const base::string16& label) {
55 void TrayItemMore::SetImage(const gfx::ImageSkia* image_skia) {
60 void TrayItemMore::SetAccessibleName(const base::string16& name) {
64 void TrayItemMore::ReplaceIcon(views::View* view) {
70 bool TrayItemMore::PerformAction(const ui::Event& event) {
78 void TrayItemMore::Layout()
    [all...]
tray_item_more.h 25 class TrayItemMore : public ActionableView {
27 TrayItemMore(SystemTrayItem* owner, bool show_more);
28 virtual ~TrayItemMore();
58 DISALLOW_COPY_AND_ASSIGN(TrayItemMore);

Completed in 51 milliseconds