HomeSort by relevance Sort by last modified time
    Searched refs:bubble_type (Results 1 - 14 of 14) 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_bubble.cc 135 BubbleType bubble_type)
139 bubble_type_(bubble_type),
152 BubbleType bubble_type) {
153 DCHECK(bubble_type != BUBBLE_TYPE_NOTIFICATION);
156 if (bubble_type != bubble_type_) {
167 if (bubble_type == BUBBLE_TYPE_DEFAULT) {
207 bubble_type_ = bubble_type;
226 if (bubble_type == BUBBLE_TYPE_DETAILED) {
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/views/
fullscreen_exit_bubble_views.cc 98 FullscreenExitBubbleType bubble_type);
108 void UpdateContent(const GURL& url, FullscreenExitBubbleType bubble_type);
129 FullscreenExitBubbleType bubble_type)
196 UpdateContent(url, bubble_type);
219 FullscreenExitBubbleType bubble_type) {
220 DCHECK_NE(FEB_TYPE_NONE, bubble_type);
223 if (fullscreen_bubble::ShowButtonsForType(bubble_type)) {
232 if (bubble_type == FEB_TYPE_BROWSER_FULLSCREEN_EXIT_INSTRUCTION ||
233 bubble_type == FEB_TYPE_BROWSER_EXTENSION_FULLSCREEN_EXIT_INSTRUCTION) {
235 } else if (bubble_type == FEB_TYPE_FULLSCREEN_EXIT_INSTRUCTION)
    [all...]
fullscreen_exit_bubble_views.h 35 FullscreenExitBubbleType bubble_type);
38 void UpdateContent(const GURL& url, FullscreenExitBubbleType bubble_type);
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.cc 36 FullscreenExitBubbleType bubble_type)
39 bubble_type_(bubble_type) {
fullscreen_exit_bubble.h 24 FullscreenExitBubbleType bubble_type);
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);
  /external/chromium_org/chrome/browser/ui/
browser_window.h 132 FullscreenExitBubbleType bubble_type) = 0;
136 FullscreenExitBubbleType bubble_type) = 0;
  /external/chromium_org/chrome/browser/ui/views/sync/
one_click_signin_bubble_view_unittest.cc 47 BrowserWindow::OneClickSigninBubbleType bubble_type) {
53 bubble_type,
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 285 const GURL& url, FullscreenExitBubbleType bubble_type) OVERRIDE;
289 FullscreenExitBubbleType bubble_type) OVERRIDE;
529 // |bubble_type| determines what should be shown in the fullscreen exit
534 FullscreenExitBubbleType bubble_type);
browser_view.cc 873 const GURL& url, FullscreenExitBubbleType bubble_type) {
877 ProcessFullscreen(true, NORMAL_FULLSCREEN, url, bubble_type)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 83 FullscreenExitBubbleType bubble_type) OVERRIDE;
  /external/chromium_org/chrome/test/base/
test_browser_window.h 71 FullscreenExitBubbleType bubble_type) OVERRIDE {}

Completed in 372 milliseconds