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

/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_exit_bubble.h43 virtual gfx::Rect GetPopupRect(bool ignore_animation_state) const = 0;
H A Dfullscreen_exit_bubble.cc103 (cursor_pos.y() >= GetPopupRect(true).bottom()) ||
/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
H A Dfullscreen_exit_bubble_views.h68 virtual gfx::Rect GetPopupRect(bool ignore_animation_state) const OVERRIDE;
/external/chromium_org/chrome/browser/ui/tabs/
H A Ddock_info.h125 gfx::Rect GetPopupRect() const;

Completed in 503 milliseconds