Searched defs:bubble_type (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dsystem_tray_bubble.h30 BubbleType bubble_type);
35 BubbleType bubble_type);
46 BubbleType bubble_type() const { return bubble_type_; } function in class:ash::SystemTrayBubble
H A Dsystem_tray_bubble.cc135 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) {
132 SystemTrayBubble( ash::SystemTray* tray, const std::vector<ash::SystemTrayItem*>& items, BubbleType bubble_type) argument
150 UpdateView( const std::vector<ash::SystemTrayItem*>& items, BubbleType bubble_type) argument
H A Dsystem_tray.cc110 SystemTrayBubble::BubbleType bubble_type() const { function in class:ash::SystemBubbleWrapper
111 return bubble_->bubble_type();
389 return system_bubble_.get() && system_bubble_->bubble_type() == type;
451 SystemTrayBubble::BubbleType bubble_type = detailed ? local
459 system_bubble_->bubble()->UpdateView(items, bubble_type);
491 if (bubble_type == SystemTrayBubble::BUBBLE_TYPE_DEFAULT)
498 SystemTrayBubble* bubble = new SystemTrayBubble(this, items, bubble_type);
/external/chromium_org/chrome/browser/ui/views/sync/
H A Done_click_signin_bubble_view_unittest.cc48 BrowserWindow::OneClickSigninBubbleType bubble_type) {
54 bubble_type,
47 ShowOneClickSigninBubble( BrowserWindow::OneClickSigninBubbleType bubble_type) argument
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_exit_bubble.cc35 FullscreenExitBubbleType bubble_type)
38 bubble_type_(bubble_type) {
33 FullscreenExitBubble(Browser* browser, const GURL& url, FullscreenExitBubbleType bubble_type) argument
H A Dfullscreen_controller.cc244 FullscreenExitBubbleType bubble_type = GetFullscreenExitBubbleType(); local
251 fullscreen_bubble::ShowButtonsForType(bubble_type)) {
380 FullscreenExitBubbleType bubble_type = GetFullscreenExitBubbleType(); local
383 fullscreen_bubble::PermissionRequestedByType(bubble_type, &fullscreen,
683 FullscreenExitBubbleType bubble_type = GetFullscreenExitBubbleType(); local
686 if (fullscreen_bubble::ShowButtonsForType(bubble_type) && IsMouseLocked())
689 window_->UpdateFullscreenExitBubbleContent(url, bubble_type);
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc98 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
125 FullscreenExitView( FullscreenExitBubbleViews* bubble, const base::string16& accelerator, const GURL& url, FullscreenExitBubbleType bubble_type) argument
217 UpdateContent( const GURL& url, FullscreenExitBubbleType bubble_type) argument
258 FullscreenExitBubbleViews( BrowserView* browser_view, const GURL& url, FullscreenExitBubbleType bubble_type) argument
325 UpdateContent( const GURL& url, FullscreenExitBubbleType bubble_type) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc874 const GURL& url, FullscreenExitBubbleType bubble_type) {
878 ProcessFullscreen(true, NORMAL_FULLSCREEN, url, bubble_type);
890 FullscreenExitBubbleType bubble_type) {
894 if (bubble_type == FEB_TYPE_NONE || ShouldUseImmersiveFullscreenForUrl(url)) {
897 fullscreen_bubble_->UpdateContent(url, bubble_type);
900 this, url, bubble_type));
2148 FullscreenExitBubbleType bubble_type) {
2185 UpdateFullscreenExitBubbleContent(url, bubble_type);
873 EnterFullscreen( const GURL& url, FullscreenExitBubbleType bubble_type) argument
888 UpdateFullscreenExitBubbleContent( const GURL& url, FullscreenExitBubbleType bubble_type) argument
2145 ProcessFullscreen(bool fullscreen, FullscreenMode mode, const GURL& url, FullscreenExitBubbleType bubble_type) argument

Completed in 6635 milliseconds