Searched refs:callout_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc211 gfx::Rect callout_bounds = GetWindowBoundsInScreen(); local
214 callout_bounds.set_width(kArrowWidth);
215 callout_bounds.set_height(kArrowHeight);
217 callout_bounds.set_width(kArrowHeight);
218 callout_bounds.set_height(kArrowWidth);
220 GetNativeWindow()->SetBounds(callout_bounds);
223 SchedulePaintInRect(gfx::Rect(gfx::Point(), callout_bounds.size()));
835 gfx::Rect callout_bounds = callout_widget->GetWindowBoundsInScreen(); local
840 callout_bounds.set_x(
841 icon_bounds.x() + (icon_bounds.width() - callout_bounds
[all...]
H A Dpanel_layout_manager_unittest.cc172 gfx::Rect callout_bounds = widget->GetWindowBoundsInScreen(); local
180 EXPECT_EQ(panel_bounds.bottom(), callout_bounds.y());
183 EXPECT_EQ(panel_bounds.x(), callout_bounds.right());
186 EXPECT_EQ(panel_bounds.right(), callout_bounds.x());
189 EXPECT_EQ(panel_bounds.y(), callout_bounds.bottom());

Completed in 75 milliseconds