SystemTrayBubble  172 ash/system/chromeos/screen_security/screen_tray_item.cc       SystemTrayBubble::BUBBLE_TYPE_DEFAULT)) {
SystemTrayBubble   82 ash/system/tray/system_tray.cc   explicit SystemBubbleWrapper(SystemTrayBubble* bubble)
SystemTrayBubble  110 ash/system/tray/system_tray.cc   SystemTrayBubble* bubble() const { return bubble_.get(); }
SystemTrayBubble  111 ash/system/tray/system_tray.cc   SystemTrayBubble::BubbleType bubble_type() const {
SystemTrayBubble  118 ash/system/tray/system_tray.cc   scoped_ptr<SystemTrayBubble> bubble_;
SystemTrayBubble  267 ash/system/tray/system_tray.cc   if (HasSystemBubbleType(SystemTrayBubble::BUBBLE_TYPE_DETAILED))
SystemTrayBubble  342 ash/system/tray/system_tray.cc SystemTrayBubble* SystemTray::GetSystemBubble() {
SystemTrayBubble  382 ash/system/tray/system_tray.cc bool SystemTray::HasSystemBubbleType(SystemTrayBubble::BubbleType type) {
SystemTrayBubble  383 ash/system/tray/system_tray.cc   DCHECK(type != SystemTrayBubble::BUBBLE_TYPE_NOTIFICATION);
SystemTrayBubble  446 ash/system/tray/system_tray.cc   SystemTrayBubble::BubbleType bubble_type = detailed ?
SystemTrayBubble  447 ash/system/tray/system_tray.cc       SystemTrayBubble::BUBBLE_TYPE_DETAILED :
SystemTrayBubble  448 ash/system/tray/system_tray.cc       SystemTrayBubble::BUBBLE_TYPE_DEFAULT;
SystemTrayBubble  487 ash/system/tray/system_tray.cc     if (bubble_type == SystemTrayBubble::BUBBLE_TYPE_DEFAULT)
SystemTrayBubble  494 ash/system/tray/system_tray.cc     SystemTrayBubble* bubble = new SystemTrayBubble(this, items, bubble_type);
SystemTrayBubble  526 ash/system/tray/system_tray.cc   SystemTrayBubble* notification_bubble;
SystemTrayBubble  527 ash/system/tray/system_tray.cc   notification_bubble = new SystemTrayBubble(
SystemTrayBubble  528 ash/system/tray/system_tray.cc       this, notification_items_, SystemTrayBubble::BUBBLE_TYPE_NOTIFICATION);
SystemTrayBubble  684 ash/system/tray/system_tray.cc   if (HasSystemBubbleType(SystemTrayBubble::BUBBLE_TYPE_DEFAULT)) {
SystemTrayBubble  101 ash/system/tray/system_tray.h   bool HasSystemBubbleType(SystemTrayBubble::BubbleType type);
SystemTrayBubble  104 ash/system/tray/system_tray.h   SystemTrayBubble* GetSystemBubble();
SystemTrayBubble  132 ash/system/tray/system_tray_bubble.cc SystemTrayBubble::SystemTrayBubble(
SystemTrayBubble  143 ash/system/tray/system_tray_bubble.cc SystemTrayBubble::~SystemTrayBubble() {
SystemTrayBubble  150 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::UpdateView(
SystemTrayBubble  250 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::InitView(views::View* anchor,
SystemTrayBubble  272 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::FocusDefaultIfNeeded() {
SystemTrayBubble  282 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::DestroyItemViews() {
SystemTrayBubble  300 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::BubbleViewDestroyed() {
SystemTrayBubble  304 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::StartAutoCloseTimer(int seconds) {
SystemTrayBubble  310 ash/system/tray/system_tray_bubble.cc                      this, &SystemTrayBubble::Close);
SystemTrayBubble  314 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::StopAutoCloseTimer() {
SystemTrayBubble  318 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::RestartAutoCloseTimer() {
SystemTrayBubble  323 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::Close() {
SystemTrayBubble  327 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::SetVisible(bool is_visible) {
SystemTrayBubble  337 ash/system/tray/system_tray_bubble.cc bool SystemTrayBubble::IsVisible() {
SystemTrayBubble  341 ash/system/tray/system_tray_bubble.cc bool SystemTrayBubble::ShouldShowShelf() const {
SystemTrayBubble  351 ash/system/tray/system_tray_bubble.cc void SystemTrayBubble::CreateItemViews(user::LoginStatus login_status) {
SystemTrayBubble   20 ash/system/tray/system_tray_bubble.h class SystemTrayBubble {
SystemTrayBubble   28 ash/system/tray/system_tray_bubble.h   SystemTrayBubble(ash::SystemTray* tray,
SystemTrayBubble   31 ash/system/tray/system_tray_bubble.h   virtual ~SystemTrayBubble();
SystemTrayBubble   71 ash/system/tray/system_tray_bubble.h   base::OneShotTimer<SystemTrayBubble> autoclose_;
SystemTrayBubble   73 ash/system/tray/system_tray_bubble.h   DISALLOW_COPY_AND_ASSIGN(SystemTrayBubble);
SystemTrayBubble   26 ash/wm/gestures/tray_gesture_handler.cc   SystemTrayBubble* bubble = tray->GetSystemBubble();
SystemTrayBubble   95 ash/wm/gestures/tray_gesture_handler.cc     SystemTrayBubble* bubble =