HomeSort by relevance Sort by last modified time
    Searched refs:TrayItemMore (Results 1 - 9 of 9) 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);
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 32 class VpnDefaultView : public TrayItemMore,
36 : TrayItemMore(owner, show_more) {
tray_sms.cc 53 class TraySms::SmsDefaultView : public TrayItemMore {
56 : TrayItemMore(owner, true) {
tray_network.cc 184 class NetworkDefaultView : public TrayItemMore,
188 : TrayItemMore(network_tray, show_more),
  /external/chromium_org/ash/system/ime/
tray_ime.cc 48 class IMEDefaultView : public TrayItemMore {
51 : TrayItemMore(owner, true) {
  /external/chromium_org/ash/system/
tray_accessibility.cc 64 class DefaultAccessibilityView : public TrayItemMore {
67 : TrayItemMore(owner, true) {
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 67 class BluetoothDefaultView : public TrayItemMore {
70 : TrayItemMore(owner, show_more) {
  /external/chromium_org/ash/system/drive/
tray_drive.cc 70 class DriveDefaultView : public TrayItemMore {
74 : TrayItemMore(owner, true) {

Completed in 764 milliseconds