Searched refs:GetVisibleBounds (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Doverscroll_controller_delegate.h24 virtual gfx::Rect GetVisibleBounds() const = 0;
H A Doverscroll_controller.cc140 gfx::Rect bounds = delegate_->GetVisibleBounds();
H A Drender_widget_host_view_aura_unittest.cc122 virtual gfx::Rect GetVisibleBounds() const OVERRIDE {
/external/chromium_org/content/browser/web_contents/aura/
H A Dgesture_nav_simple.h38 virtual gfx::Rect GetVisibleBounds() const OVERRIDE;
H A Dgesture_nav_simple.cc166 gfx::Rect GestureNavSimple::GetVisibleBounds() const { function in class:content::GestureNavSimple
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dinfo_bubble.cc110 if (!anchor_->GetVisibleBounds().IsEmpty()) {
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc237 gfx::Rect vis_bounds = GetVisibleBounds();
279 vis_bounds = GetVisibleBounds();
494 const gfx::Rect& vis_bounds = GetVisibleBounds();
H A Dmenu_controller.cc185 start_y_ = part.submenu->GetVisibleBounds().y();
209 gfx::Rect vis_rect = submenu_->GetVisibleBounds();
1392 gfx::Rect vis_rect = submenu->GetVisibleBounds();
/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.cc75 gfx::Rect vis_bounds = GetVisibleBounds();
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.cc75 gfx::Rect rect(prefix_delegate_->GetVisibleBounds().origin(), gfx::Size());
H A Dscroll_view.cc416 header_->SchedulePaintInRect(header_->GetVisibleBounds());
425 contents_->SchedulePaintInRect(contents_->GetVisibleBounds());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dimmersive_mode_controller_ash.cc199 gfx::Rect top_container_view_bounds = top_container_view->GetVisibleBounds();
H A Dimmersive_mode_controller_ash_unittest.cc311 EXPECT_TRUE(top_container->GetVisibleBounds().IsEmpty());
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.h147 virtual gfx::Rect GetVisibleBounds() const OVERRIDE;
H A Dweb_contents_view_aura.cc1292 gfx::Rect WebContentsViewAura::GetVisibleBounds() const { function in class:content::WebContentsViewAura
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc457 gfx::Rect vis_bounds(GetVisibleBounds());
738 return GetVisibleBounds();
782 gfx::Rect vis_rect(GetVisibleBounds());
894 const int right = std::min(GetVisibleBounds().right(), cell_bounds.right());
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc354 gfx::Rect visible_bounds(GetVisibleBounds());
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc536 gfx::Rect vis_bounds(GetVisibleBounds());
605 gfx::Rect vis_bounds = GetVisibleBounds();
/external/chromium_org/ui/views/
H A Dview.h245 gfx::Rect GetVisibleBounds() const;
H A Dview_unittest.cc1784 EXPECT_EQ(gfx::Rect(0, 0, 50, 10), child->GetVisibleBounds());
1791 EXPECT_EQ(gfx::Rect(40, 0, 10, 50), child->GetVisibleBounds());
1847 EXPECT_TRUE(child->GetVisibleBounds().IsEmpty());
1855 EXPECT_TRUE(child->GetVisibleBounds().IsEmpty());
1862 EXPECT_EQ(1, child->GetVisibleBounds().height());
H A Dview.cc330 gfx::Rect View::GetVisibleBounds() const { function in class:views::View
1576 gfx::Rect vis_bounds = GetVisibleBounds();
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc1268 const gfx::Rect visible_bounds(GetVisibleBounds());

Completed in 1335 milliseconds