HomeSort by relevance Sort by last modified time
    Searched defs:bubble_type (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 33 BubbleType bubble_type);
38 BubbleType bubble_type);
49 BubbleType bubble_type() const { return bubble_type_; } function in class:ash::internal::SystemTrayBubble
system_tray.cc 113 SystemTrayBubble::BubbleType bubble_type() const { function in class:ash::internal::SystemBubbleWrapper
114 return bubble_->bubble_type();
399 return system_bubble_.get() && system_bubble_->bubble_type() == type;
461 SystemTrayBubble::BubbleType bubble_type = detailed ? local
469 system_bubble_->bubble()->UpdateView(items, bubble_type);
502 if (bubble_type == SystemTrayBubble::BUBBLE_TYPE_DEFAULT)
509 SystemTrayBubble* bubble = new SystemTrayBubble(this, items, bubble_type);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 234 FullscreenExitBubbleType bubble_type = GetFullscreenExitBubbleType(); local
241 fullscreen_bubble::ShowButtonsForType(bubble_type)) {
326 FullscreenExitBubbleType bubble_type = GetFullscreenExitBubbleType(); local
329 fullscreen_bubble::PermissionRequestedByType(bubble_type, &fullscreen,
650 FullscreenExitBubbleType bubble_type = GetFullscreenExitBubbleType(); local
653 if (fullscreen_bubble::ShowButtonsForType(bubble_type) && IsMouseLocked())
656 window_->UpdateFullscreenExitBubbleContent(url, bubble_type);
  /external/chromium/chrome/browser/ui/
browser.cc 438 FirstRun::BubbleType bubble_type = FirstRun::LARGE_BUBBLE; local
442 bubble_type = FirstRun::OEM_BUBBLE;
446 bubble_type = FirstRun::MINIMAL_BUBBLE;
450 window_->GetLocationBar()->ShowFirstRunBubble(bubble_type);
    [all...]

Completed in 1492 milliseconds