OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullscreenExitBubbleGtk
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.h
17
//
FullscreenExitBubbleGTK
is responsible for showing a bubble atop the screen
19
class
FullscreenExitBubbleGtk
{
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_;
fullscreen_exit_bubble_gtk.cc
30
FullscreenExitBubbleGtk
::
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) {
browser_window_gtk.h
33
class
FullscreenExitBubbleGtk
;
508
scoped_ptr<
FullscreenExitBubbleGtk
> fullscreen_exit_bubble_;
browser_window_gtk.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.h
21
//
FullscreenExitBubbleGTK
is responsible for showing a bubble atop the screen
23
class
FullscreenExitBubbleGtk
: public FullscreenExitBubble,
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
);
[
all
...]
fullscreen_exit_bubble_gtk.cc
29
FullscreenExitBubbleGtk
::
FullscreenExitBubbleGtk
(
41
FullscreenExitBubbleGtk
::~
FullscreenExitBubbleGtk
() {
44
void
FullscreenExitBubbleGtk
::UpdateContent(
98
void
FullscreenExitBubbleGtk
::InitWidgets() {
165
std::string
FullscreenExitBubbleGtk
::GetMessage(const GURL& url) {
175
gfx::Rect
FullscreenExitBubbleGtk
::GetPopupRect(
186
gfx::Point
FullscreenExitBubbleGtk
::GetCursorScreenPoint() {
198
bool
FullscreenExitBubbleGtk
::WindowContainsPoint(gfx::Point pos)
[
all
...]
browser_window_gtk.h
38
class
FullscreenExitBubbleGtk
;
584
scoped_ptr<
FullscreenExitBubbleGtk
> fullscreen_exit_bubble_;
browser_window_gtk.cc
[
all
...]
Completed in 294 milliseconds