OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_popup_position_x_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
window_positioner.h
123
int
last_popup_position_x_
;
member in class:ash::WindowPositioner
window_positioner.cc
405
last_popup_position_x_
(0),
440
last_popup_position_x_
= popup_position_offset_from_screen_corner_x;
479
last_popup_position_x_
+ w > work_area.width()) {
481
last_popup_position_x_
-= last_popup_position_y_ -
487
if (
last_popup_position_x_
+ w > work_area.width()) {
489
last_popup_position_x_
= popup_position_offset_from_screen_corner_x;
493
int x =
last_popup_position_x_
;
496
last_popup_position_x_
+= pop_position_offset_increment_x;
Completed in 990 milliseconds