Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: chrome/browser/gtk/browser_window_gtk.h

Issue 244003: Kiosk Mode implementation (Closed)
Patch Set: Finally fix MACOSX Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/cocoa/browser_window_cocoa.mm ('k') | chrome/browser/gtk/browser_window_gtk.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_GTK_BROWSER_WINDOW_GTK_H_ 5 #ifndef CHROME_BROWSER_GTK_BROWSER_WINDOW_GTK_H_
6 #define CHROME_BROWSER_GTK_BROWSER_WINDOW_GTK_H_ 6 #define CHROME_BROWSER_GTK_BROWSER_WINDOW_GTK_H_
7 7
8 #include <gtk/gtk.h> 8 #include <gtk/gtk.h>
9 9
10 #include <map> 10 #include <map>
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 virtual void UpdateTitleBar(); 71 virtual void UpdateTitleBar();
72 virtual void ShelfVisibilityChanged(); 72 virtual void ShelfVisibilityChanged();
73 virtual void UpdateDevTools(); 73 virtual void UpdateDevTools();
74 virtual void FocusDevTools(); 74 virtual void FocusDevTools();
75 virtual void UpdateLoadingAnimations(bool should_animate); 75 virtual void UpdateLoadingAnimations(bool should_animate);
76 virtual void SetStarredState(bool is_starred); 76 virtual void SetStarredState(bool is_starred);
77 virtual gfx::Rect GetRestoredBounds() const; 77 virtual gfx::Rect GetRestoredBounds() const;
78 virtual bool IsMaximized() const; 78 virtual bool IsMaximized() const;
79 virtual void SetFullscreen(bool fullscreen); 79 virtual void SetFullscreen(bool fullscreen);
80 virtual bool IsFullscreen() const; 80 virtual bool IsFullscreen() const;
81 virtual bool IsFullscreenBubbleVisible() const;
81 virtual LocationBar* GetLocationBar() const; 82 virtual LocationBar* GetLocationBar() const;
82 virtual void SetFocusToLocationBar(); 83 virtual void SetFocusToLocationBar();
83 virtual void UpdateStopGoState(bool is_loading, bool force); 84 virtual void UpdateStopGoState(bool is_loading, bool force);
84 virtual void UpdateToolbar(TabContents* contents, 85 virtual void UpdateToolbar(TabContents* contents,
85 bool should_restore_state); 86 bool should_restore_state);
86 virtual void FocusToolbar(); 87 virtual void FocusToolbar();
87 virtual bool IsBookmarkBarVisible() const; 88 virtual bool IsBookmarkBarVisible() const;
88 virtual bool IsToolbarVisible() const; 89 virtual bool IsToolbarVisible() const;
89 virtual gfx::Rect GetRootWindowResizerRect() const; 90 virtual gfx::Rect GetRootWindowResizerRect() const;
90 virtual void ConfirmAddSearchProvider(const TemplateURL* template_url, 91 virtual void ConfirmAddSearchProvider(const TemplateURL* template_url,
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 // first time. This is to work around a compiz bug. 427 // first time. This is to work around a compiz bug.
427 bool maximize_after_show_; 428 bool maximize_after_show_;
428 429
429 // The accelerator group used to handle accelerators, owned by this object. 430 // The accelerator group used to handle accelerators, owned by this object.
430 GtkAccelGroup* accel_group_; 431 GtkAccelGroup* accel_group_;
431 432
432 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk); 433 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk);
433 }; 434 };
434 435
435 #endif // CHROME_BROWSER_GTK_BROWSER_WINDOW_GTK_H_ 436 #endif // CHROME_BROWSER_GTK_BROWSER_WINDOW_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/browser_window_cocoa.mm ('k') | chrome/browser/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698