HomeSort by relevance Sort by last modified time
    Searched refs:last_location_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/wm/dock/
docked_window_resizer.h 69 gfx::Point last_location_; member in class:ash::DockedWindowResizer
docked_window_resizer.cc 62 last_location_ = location;
63 wm::ConvertPointToScreen(GetTarget()->parent(), &last_location_);
154 wm::GetRootWindowAt(last_location_),
169 last_location_);
212 last_location_);
231 gfx::Rect near_last_location(last_location_, gfx::Size());
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.h 67 gfx::Point last_location_; member in class:ash::PanelWindowResizer
panel_window_resizer.cc 60 last_location_ = location;
61 wm::ConvertPointToScreen(GetTarget()->parent(), &last_location_);
71 screen->GetDisplayNearestPoint(last_location_);
219 gfx::Rect(last_location_, gfx::Size()));

Completed in 165 milliseconds