OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_location_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/wm/panels/
panel_window_resizer.cc
60
last_location_
= location;
61
wm::ConvertPointToScreen(GetTarget()->parent(), &
last_location_
);
70
screen->GetDisplayNearestPoint(
last_location_
);
221
target, target_root, gfx::Rect(
last_location_
, gfx::Size()));
panel_window_resizer.h
68
gfx::Point
last_location_
;
member in class:ash::PanelWindowResizer
/external/chromium_org/ash/wm/dock/
docked_window_resizer.cc
70
last_location_
= location;
71
wm::ConvertPointToScreen(GetTarget()->parent(), &
last_location_
);
88
GetDockedLayoutManagerAtPoint(
last_location_
);
303
gfx::Rect near_last_location(
last_location_
, gfx::Size());
docked_window_resizer.h
80
gfx::Point
last_location_
;
member in class:ash::internal::DockedWindowResizer
Completed in 176 milliseconds