bubble_type_ 139 ash/system/tray/system_tray_bubble.cc bubble_type_(bubble_type), bubble_type_ 156 ash/system/tray/system_tray_bubble.cc if (bubble_type != bubble_type_) { bubble_type_ 207 ash/system/tray/system_tray_bubble.cc bubble_type_ = bubble_type; bubble_type_ 219 ash/system/tray/system_tray_bubble.cc if (bubble_type_ == BUBBLE_TYPE_DEFAULT) { bubble_type_ 255 ash/system/tray/system_tray_bubble.cc if (bubble_type_ == BUBBLE_TYPE_DETAILED && bubble_type_ 258 ash/system/tray/system_tray_bubble.cc } else if (bubble_type_ == BUBBLE_TYPE_NOTIFICATION) { bubble_type_ 286 ash/system/tray/system_tray_bubble.cc switch (bubble_type_) { bubble_type_ 356 ash/system/tray/system_tray_bubble.cc switch (bubble_type_) { bubble_type_ 373 ash/system/tray/system_tray_bubble.cc bool is_default_bubble = bubble_type_ == BUBBLE_TYPE_DEFAULT; bubble_type_ 46 ash/system/tray/system_tray_bubble.h BubbleType bubble_type() const { return bubble_type_; } bubble_type_ 68 ash/system/tray/system_tray_bubble.h BubbleType bubble_type_; bubble_type_ 39 chrome/browser/ui/fullscreen/fullscreen_exit_bubble.cc DCHECK_NE(FEB_TYPE_NONE, bubble_type_); bubble_type_ 133 chrome/browser/ui/fullscreen/fullscreen_exit_bubble.cc bubble_type_, url_, browser_->profile()->GetExtensionService()); bubble_type_ 137 chrome/browser/ui/fullscreen/fullscreen_exit_bubble.cc return fullscreen_bubble::GetDenyButtonTextForType(bubble_type_); bubble_type_ 92 chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h FullscreenExitBubbleType bubble_type_; bubble_type_ 53 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc bubble_type_ = bubble_type; bubble_type_ 159 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc UpdateContent(url_, bubble_type_); bubble_type_ 233 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc if (!fullscreen_bubble::ShowButtonsForType(bubble_type_)) bubble_type_ 275 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc this, accelerator.GetShortcutText(), url, bubble_type_); bubble_type_ 330 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc if (bubble_type_ == bubble_type && url_ == url) bubble_type_ 334 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc bubble_type_ = bubble_type; bubble_type_ 335 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc view_->UpdateContent(url_, bubble_type_); bubble_type_ 358 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc should_watch_mouse = !fullscreen_bubble::ShowButtonsForType(bubble_type_);