Searched defs:GetPopupRect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc286 params.bounds = GetPopupRect(false);
288 gfx::Size size = GetPopupRect(true).size();
336 gfx::Size size = GetPopupRect(true).size();
338 popup_->SetBounds(GetPopupRect(false));
395 gfx::Rect popup_rect(GetPopupRect(false));
417 if (GetPopupRect(false).IsEmpty()) {
431 gfx::Rect FullscreenExitBubbleViews::GetPopupRect( function in class:FullscreenExitBubbleViews

Completed in 900 milliseconds