HomeSort by relevance Sort by last modified time
    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 731 milliseconds