HomeSort by relevance Sort by last modified time
    Searched refs:GetPopupRect (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.h 43 virtual gfx::Rect GetPopupRect(bool ignore_animation_state) const = 0;
fullscreen_exit_bubble.cc 103 (cursor_pos.y() >= GetPopupRect(true).bottom()) ||
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.h 68 virtual gfx::Rect GetPopupRect(bool ignore_animation_state) const OVERRIDE;
fullscreen_exit_bubble_views.cc 286 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(
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.h 125 gfx::Rect GetPopupRect() const;

Completed in 2070 milliseconds