Searched refs:FullscreenExitBubbleGtk (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dfullscreen_exit_bubble_gtk.h19 class FullscreenExitBubbleGtk { class
22 explicit FullscreenExitBubbleGtk(GtkFloatingContainer* container);
23 virtual ~FullscreenExitBubbleGtk();
35 CHROMEGTK_CALLBACK_1(FullscreenExitBubbleGtk, void, OnSetFloatingPosition,
37 CHROMEGTK_CALLBACK_0(FullscreenExitBubbleGtk, void, OnLinkClicked);
46 base::OneShotTimer<FullscreenExitBubbleGtk> initial_delay_;
H A Dfullscreen_exit_bubble_gtk.cc30 FullscreenExitBubbleGtk::FullscreenExitBubbleGtk( function in class:FullscreenExitBubbleGtk
36 FullscreenExitBubbleGtk::~FullscreenExitBubbleGtk() {
39 void FullscreenExitBubbleGtk::InitWidgets() {
73 &FullscreenExitBubbleGtk::Hide);
81 void FullscreenExitBubbleGtk::Hide() {
85 void FullscreenExitBubbleGtk::OnSetFloatingPosition(
104 void FullscreenExitBubbleGtk::OnLinkClicked(GtkWidget* link) {
H A Dbrowser_window_gtk.h33 class FullscreenExitBubbleGtk;
508 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_;
H A Dbrowser_window_gtk.cc1375 fullscreen_exit_bubble_.reset(new FullscreenExitBubbleGtk(
/external/chromium_org/chrome/browser/ui/gtk/
H A Dfullscreen_exit_bubble_gtk.h23 class FullscreenExitBubbleGtk : public FullscreenExitBubble, class in inherits:FullscreenExitBubble,content::NotificationObserver
27 FullscreenExitBubbleGtk(
32 virtual ~FullscreenExitBubbleGtk();
56 CHROMEGTK_CALLBACK_1(FullscreenExitBubbleGtk, void, OnSetFloatingPosition,
58 CHROMEGTK_CALLBACK_0(FullscreenExitBubbleGtk, void, OnLinkClicked);
59 CHROMEGTK_CALLBACK_0(FullscreenExitBubbleGtk, void, OnAllowClicked);
60 CHROMEGTK_CALLBACK_0(FullscreenExitBubbleGtk, void, OnDenyClicked);
87 base::OneShotTimer<FullscreenExitBubbleGtk> initial_delay_;
93 DISALLOW_COPY_AND_ASSIGN(FullscreenExitBubbleGtk);
H A Dfullscreen_exit_bubble_gtk.cc30 FullscreenExitBubbleGtk::FullscreenExitBubbleGtk( function in class:FullscreenExitBubbleGtk
42 FullscreenExitBubbleGtk::~FullscreenExitBubbleGtk() {
45 void FullscreenExitBubbleGtk::UpdateContent(
99 void FullscreenExitBubbleGtk::InitWidgets() {
166 std::string FullscreenExitBubbleGtk::GetMessage(const GURL& url) {
176 gfx::Rect FullscreenExitBubbleGtk::GetPopupRect(
187 gfx::Point FullscreenExitBubbleGtk::GetCursorScreenPoint() {
199 bool FullscreenExitBubbleGtk
[all...]
H A Dbrowser_window_gtk.h38 class FullscreenExitBubbleGtk;
572 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_;
H A Dbrowser_window_gtk.cc860 fullscreen_exit_bubble_.reset(new FullscreenExitBubbleGtk(
1358 fullscreen_exit_bubble_.reset(new FullscreenExitBubbleGtk(

Completed in 156 milliseconds