Home
last modified time | relevance | path

Searched refs:screen_origin (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/launcher/
Dlauncher.cc87 gfx::Point screen_origin; in GetScreenBoundsOfItemIconForWindow() local
88 views::View::ConvertPointToScreen(shelf_view_, &screen_origin); in GetScreenBoundsOfItemIconForWindow()
89 return gfx::Rect(screen_origin.x() + bounds.x(), in GetScreenBoundsOfItemIconForWindow()
90 screen_origin.y() + bounds.y(), in GetScreenBoundsOfItemIconForWindow()
/external/chromium/chrome/browser/ui/views/frame/
Dcontents_container.cc160 gfx::Point screen_origin; in CreateOverlay() local
161 views::View::ConvertPointToScreen(active_, &screen_origin); in CreateOverlay()
162 gfx::Rect overlay_bounds(screen_origin, active_->size()); in CreateOverlay()
/external/chromium_org/ash/shelf/
Dshelf_view_unittest.cc647 gfx::Point screen_origin; in TEST_P() local
648 views::View::ConvertPointToScreen(shelf_view_, &screen_origin); in TEST_P()
649 ideal_bounds.Offset(screen_origin.x(), screen_origin.y()); in TEST_P()