OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toplevel_x
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc
191
gint
toplevel_x
= 0, toplevel_y = 0;
local
192
gdk_window_get_position(toplevel->window, &
toplevel_x
, &toplevel_y);
196
toplevel_x
+ parent_rect.x() +
/external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc
203
gint
toplevel_x
= 0, toplevel_y = 0;
local
205
gdk_window_get_position(gdk_window, &
toplevel_x
, &toplevel_y);
209
toplevel_x
+ parent_rect.x() +
/external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.cc
420
gint
toplevel_x
= 0, toplevel_y = 0;
422
&
toplevel_x
, &toplevel_y);
local
432
toplevel_x
+ offset_x + (rect_.width() / 2), // arrow_x
470
gint
toplevel_x
= 0, toplevel_y = 0;
472
&
toplevel_x
, &toplevel_y);
local
490
screen_x =
toplevel_x
+ x_offset;
496
toplevel_x
+ offset_x + (rect_.width() / 2) - allocation.width / 2;
498
screen_x =
toplevel_x
+ offset_x + (rect_.width() / 2) - kArrowX;
502
screen_x =
toplevel_x
+ offset_x + (rect_.width() / 2) -
Completed in 467 milliseconds