OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toplevel_x
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc
273
gint
toplevel_x
= 0, toplevel_y = 0;
275
GTK_WIDGET(toplevel_window_)->window, &
toplevel_x
, &toplevel_y);
283
toplevel_x
+ offset_x + (rect_.width() / 2), // arrow_x
316
gint
toplevel_x
= 0, toplevel_y = 0;
318
GTK_WIDGET(toplevel_window_)->window, &
toplevel_x
, &toplevel_y);
326
screen_x =
toplevel_x
+ offset_x + (rect_.width() / 2) - kArrowX;
328
screen_x =
toplevel_x
+ offset_x + (rect_.width() / 2) -
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() +
Completed in 242 milliseconds