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

  /external/chromium_org/ash/system/tray/
system_tray_bubble.h 30 BubbleType bubble_type);
35 BubbleType bubble_type);
46 BubbleType bubble_type() const { return bubble_type_; } function in class:ash::SystemTrayBubble
system_tray.cc 109 SystemTrayBubble::BubbleType bubble_type() const { function in class:ash::SystemBubbleWrapper
110 return bubble_->bubble_type();
388 return system_bubble_.get() && system_bubble_->bubble_type() == type;
460 SystemTrayBubble::BubbleType bubble_type = detailed ? local
468 system_bubble_->bubble()->UpdateView(items, bubble_type);
500 if (bubble_type == SystemTrayBubble::BUBBLE_TYPE_DEFAULT)
507 SystemTrayBubble* bubble = new SystemTrayBubble(this, items, bubble_type);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 243 FullscreenExitBubbleType bubble_type = GetFullscreenExitBubbleType(); local
250 fullscreen_bubble::ShowButtonsForType(bubble_type)) {
379 FullscreenExitBubbleType bubble_type = GetFullscreenExitBubbleType(); local
382 fullscreen_bubble::PermissionRequestedByType(bubble_type, &fullscreen,
682 FullscreenExitBubbleType bubble_type = GetFullscreenExitBubbleType(); local
685 if (fullscreen_bubble::ShowButtonsForType(bubble_type) && IsMouseLocked())
688 window_->UpdateFullscreenExitBubbleContent(url, bubble_type);

Completed in 518 milliseconds