Searched refs:owner_bounds (Results 1 – 1 of 1) sorted by relevance
1786 const gfx::Rect& owner_bounds = pending_state_.initial_bounds; in CalculateBubbleMenuBounds() local1795 max_width = owner_bounds.x() - state_.monitor_bounds.x() + in CalculateBubbleMenuBounds()1798 max_width = state_.monitor_bounds.right() - owner_bounds.right() + in CalculateBubbleMenuBounds()1801 max_height = owner_bounds.y() - state_.monitor_bounds.y() + in CalculateBubbleMenuBounds()1804 max_height = state_.monitor_bounds.bottom() - owner_bounds.bottom() + in CalculateBubbleMenuBounds()1821 y = owner_bounds.y() - pref.height() + kBubbleTipSizeTopBottom; in CalculateBubbleMenuBounds()1823 y = owner_bounds.bottom() - kBubbleTipSizeTopBottom; in CalculateBubbleMenuBounds()1825 x = owner_bounds.CenterPoint().x() - pref.width() / 2; in CalculateBubbleMenuBounds()1836 x = owner_bounds.right() - kBubbleTipSizeLeftRight; in CalculateBubbleMenuBounds()1838 x = owner_bounds.x() - pref.width() + kBubbleTipSizeLeftRight; in CalculateBubbleMenuBounds()[all …]