Searched refs:screen_origin (Results 1 – 3 of 3) sorted by relevance
87 gfx::Point screen_origin; in GetScreenBoundsOfItemIconForWindow() local88 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()
160 gfx::Point screen_origin; in CreateOverlay() local161 views::View::ConvertPointToScreen(active_, &screen_origin); in CreateOverlay()162 gfx::Rect overlay_bounds(screen_origin, active_->size()); in CreateOverlay()
647 gfx::Point screen_origin; in TEST_P() local648 views::View::ConvertPointToScreen(shelf_view_, &screen_origin); in TEST_P()649 ideal_bounds.Offset(screen_origin.x(), screen_origin.y()); in TEST_P()