HomeSort by relevance Sort by last modified time
    Searched refs:SystemTrayBubble (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 20 class SystemTrayBubble {
28 SystemTrayBubble(ash::SystemTray* tray,
31 virtual ~SystemTrayBubble();
71 base::OneShotTimer<SystemTrayBubble> autoclose_;
73 DISALLOW_COPY_AND_ASSIGN(SystemTrayBubble);
system_tray_bubble.cc 130 // SystemTrayBubble
132 SystemTrayBubble::SystemTrayBubble(
143 SystemTrayBubble::~SystemTrayBubble() {
150 void SystemTrayBubble::UpdateView(
250 void SystemTrayBubble::InitView(views::View* anchor,
272 void SystemTrayBubble::FocusDefaultIfNeeded() {
282 void SystemTrayBubble::DestroyItemViews() {
300 void SystemTrayBubble::BubbleViewDestroyed()
    [all...]
system_tray.cc 77 // Class to initialize and manage the SystemTrayBubble and TrayBubbleWrapper
83 explicit SystemBubbleWrapper(SystemTrayBubble* bubble)
109 SystemTrayBubble* bubble() const { return bubble_.get(); }
110 SystemTrayBubble::BubbleType bubble_type() const {
117 scoped_ptr<SystemTrayBubble> bubble_;
272 if (HasSystemBubbleType(SystemTrayBubble::BUBBLE_TYPE_DETAILED))
347 SystemTrayBubble* SystemTray::GetSystemBubble() {
387 bool SystemTray::HasSystemBubbleType(SystemTrayBubble::BubbleType type) {
388 DCHECK(type != SystemTrayBubble::BUBBLE_TYPE_NOTIFICATION);
451 SystemTrayBubble::BubbleType bubble_type = detailed
    [all...]
system_tray.h 101 bool HasSystemBubbleType(SystemTrayBubble::BubbleType type);
104 SystemTrayBubble* GetSystemBubble();
  /external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc 26 SystemTrayBubble* bubble = tray->GetSystemBubble();
95 SystemTrayBubble* bubble =
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 172 SystemTrayBubble::BUBBLE_TYPE_DEFAULT)) {

Completed in 4748 milliseconds