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 23 class SystemTrayBubble {
31 SystemTrayBubble(ash::SystemTray* tray,
34 virtual ~SystemTrayBubble();
74 base::OneShotTimer<SystemTrayBubble> autoclose_;
76 DISALLOW_COPY_AND_ASSIGN(SystemTrayBubble);
system_tray_bubble.cc 132 // SystemTrayBubble
134 SystemTrayBubble::SystemTrayBubble(
145 SystemTrayBubble::~SystemTrayBubble() {
152 void SystemTrayBubble::UpdateView(
252 void SystemTrayBubble::InitView(views::View* anchor,
274 void SystemTrayBubble::FocusDefaultIfNeeded() {
284 void SystemTrayBubble::DestroyItemViews() {
302 void SystemTrayBubble::BubbleViewDestroyed()
    [all...]
system_tray.cc 75 // Class to initialize and manage the SystemTrayBubble and TrayBubbleWrapper
81 explicit SystemBubbleWrapper(internal::SystemTrayBubble* bubble)
112 SystemTrayBubble* bubble() const { return bubble_.get(); }
113 SystemTrayBubble::BubbleType bubble_type() const {
120 scoped_ptr<internal::SystemTrayBubble> bubble_;
131 using internal::SystemTrayBubble;
282 if (HasSystemBubbleType(SystemTrayBubble::BUBBLE_TYPE_DETAILED))
357 internal::SystemTrayBubble* SystemTray::GetSystemBubble() {
397 bool SystemTray::HasSystemBubbleType(SystemTrayBubble::BubbleType type) {
398 DCHECK(type != SystemTrayBubble::BUBBLE_TYPE_NOTIFICATION)
    [all...]
system_tray.h 108 bool HasSystemBubbleType(internal::SystemTrayBubble::BubbleType type);
111 internal::SystemTrayBubble* GetSystemBubble();
  /external/chromium_org/ash/wm/gestures/
tray_gesture_handler.cc 27 SystemTrayBubble* bubble = tray->GetSystemBubble();
96 SystemTrayBubble* bubble =
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 174 SystemTrayBubble::BUBBLE_TYPE_DEFAULT)) {

Completed in 111 milliseconds