/external/chromium_org/content/browser/renderer_host/ |
D | overscroll_controller_delegate.h | 24 virtual gfx::Rect GetVisibleBounds() const = 0;
|
D | overscroll_controller.cc | 140 gfx::Rect bounds = delegate_->GetVisibleBounds(); in DispatchEventCompletesAction()
|
D | render_widget_host_view_aura_unittest.cc | 122 virtual gfx::Rect GetVisibleBounds() const OVERRIDE { in GetVisibleBounds() function in content::__anon7b485c170111::TestOverscrollDelegate
|
/external/chromium_org/content/browser/web_contents/aura/ |
D | gesture_nav_simple.h | 38 virtual gfx::Rect GetVisibleBounds() const OVERRIDE;
|
D | gesture_nav_simple.cc | 166 gfx::Rect GestureNavSimple::GetVisibleBounds() const { in GetVisibleBounds() function in content::GestureNavSimple
|
/external/chromium_org/ui/views/controls/menu/ |
D | submenu_view.cc | 237 gfx::Rect vis_bounds = GetVisibleBounds(); in OnMouseWheel() 279 vis_bounds = GetVisibleBounds(); in OnMouseWheel() 494 const gfx::Rect& vis_bounds = GetVisibleBounds(); in OnScroll()
|
D | menu_controller.cc | 185 start_y_ = part.submenu->GetVisibleBounds().y(); in Update() 209 gfx::Rect vis_rect = submenu_->GetVisibleBounds(); in Run() 1392 gfx::Rect vis_rect = submenu->GetVisibleBounds(); in DoesSubmenuContainLocation()
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
D | info_bubble.cc | 110 if (!anchor_->GetVisibleBounds().IsEmpty()) { in UpdatePosition()
|
/external/chromium_org/ui/views/controls/native/ |
D | native_view_host.cc | 75 gfx::Rect vis_bounds = GetVisibleBounds(); in Layout()
|
/external/chromium_org/ui/views/controls/ |
D | prefix_selector.cc | 75 gfx::Rect rect(prefix_delegate_->GetVisibleBounds().origin(), gfx::Size()); in GetCaretBounds()
|
D | scroll_view.cc | 416 header_->SchedulePaintInRect(header_->GetVisibleBounds()); in ScrollToPosition() 425 contents_->SchedulePaintInRect(contents_->GetVisibleBounds()); in ScrollToPosition()
|
/external/chromium_org/ui/views/controls/table/ |
D | table_view.cc | 457 gfx::Rect vis_bounds(GetVisibleBounds()); in GetKeyboardContextMenuLocation() 738 return GetVisibleBounds(); in GetPaintBounds() 782 gfx::Rect vis_rect(GetVisibleBounds()); in SetSelectionModel() 894 const int right = std::min(GetVisibleBounds().right(), cell_bounds.right()); in GetTooltipImpl()
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | immersive_mode_controller_ash.cc | 199 gfx::Rect top_container_view_bounds = top_container_view->GetVisibleBounds(); in GetVisibleBoundsInScreen()
|
D | immersive_mode_controller_ash_unittest.cc | 311 EXPECT_TRUE(top_container->GetVisibleBounds().IsEmpty()); in TEST_F()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura.h | 147 virtual gfx::Rect GetVisibleBounds() const OVERRIDE;
|
D | web_contents_view_aura.cc | 1292 gfx::Rect WebContentsViewAura::GetVisibleBounds() const { in GetVisibleBounds() function in content::WebContentsViewAura
|
/external/chromium_org/ash/frame/ |
D | custom_frame_view_ash.cc | 354 gfx::Rect visible_bounds(GetVisibleBounds()); in GetVisibleBoundsInScreen()
|
/external/chromium_org/ui/views/controls/tree/ |
D | tree_view.cc | 536 gfx::Rect vis_bounds(GetVisibleBounds()); in GetKeyboardContextMenuLocation() 605 gfx::Rect vis_bounds = GetVisibleBounds(); in OnPaint()
|
/external/chromium_org/ui/views/ |
D | view.h | 245 gfx::Rect GetVisibleBounds() const;
|
D | view_unittest.cc | 1784 EXPECT_EQ(gfx::Rect(0, 0, 50, 10), child->GetVisibleBounds()); in TEST_F() 1791 EXPECT_EQ(gfx::Rect(40, 0, 10, 50), child->GetVisibleBounds()); in TEST_F() 1847 EXPECT_TRUE(child->GetVisibleBounds().IsEmpty()); in TEST_F() 1855 EXPECT_TRUE(child->GetVisibleBounds().IsEmpty()); in TEST_F() 1862 EXPECT_EQ(1, child->GetVisibleBounds().height()); in TEST_F()
|
D | view.cc | 330 gfx::Rect View::GetVisibleBounds() const { in GetVisibleBounds() function in views::View 1576 gfx::Rect vis_bounds = GetVisibleBounds(); in GetKeyboardContextMenuLocation()
|
/external/chromium_org/ui/app_list/views/ |
D | apps_grid_view.cc | 1268 const gfx::Rect visible_bounds(GetVisibleBounds()); in AnimateToIdealBounds()
|