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
53
last_location_
= location;
54
wm::ConvertPointToScreen(GetTarget()->parent(), &
last_location_
);
63
screen->GetDisplayNearestPoint(
last_location_
);
204
target, target_root, gfx::Rect(
last_location_
, gfx::Size()));
panel_window_resizer.h
61
gfx::Point
last_location_
;
member in class:ash::PanelWindowResizer
/external/chromium_org/ash/wm/dock/
docked_window_resizer.cc
63
last_location_
= location;
64
wm::ConvertPointToScreen(GetTarget()->parent(), &
last_location_
);
81
GetDockedLayoutManagerAtPoint(
last_location_
);
288
gfx::Rect near_last_location(
last_location_
, gfx::Size());
docked_window_resizer.h
72
gfx::Point
last_location_
;
member in class:ash::DockedWindowResizer
Completed in 274 milliseconds