Searched refs:GetScrollBarWidth (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ash/system/tray/ |
D | fixed_sized_scroll_view.cc | 38 bounds.set_width(std::max(0, width() - GetScrollBarWidth())); in Layout() 44 bounds.set_width(bounds.width() + GetScrollBarWidth()); in Layout() 51 bounds.set_width(std::max(0, width() - GetScrollBarWidth())); in OnBoundsChanged()
|
D | tray_details_view.cc | 142 gfx::Size(width() + scroller_->GetScrollBarWidth(), in Layout()
|
/external/chromium_org/ui/views/controls/ |
D | scroll_view_unittest.cc | 72 EXPECT_EQ(100 - scroll_view.GetScrollBarWidth(), contents->parent()->width()); in TEST() 93 EXPECT_EQ(100 - scroll_view.GetScrollBarWidth(), contents->parent()->width()); in TEST() 146 EXPECT_EQ(100 - scroll_view.GetScrollBarWidth(), contents->parent()->width()); in TEST() 150 EXPECT_EQ(100 - scroll_view.GetScrollBarWidth(), header->parent()->width()); in TEST() 179 EXPECT_EQ(100 - scroll_view.GetScrollBarWidth(), contents->parent()->width()); in TEST() 184 EXPECT_EQ(100 - scroll_view.GetScrollBarWidth(), header->parent()->width()); in TEST() 330 int scroll_bar_width = scroll_view.GetScrollBarWidth(); in TEST() 353 EXPECT_EQ(scroll_view.GetScrollBarWidth(), corner_view->width()); in TEST()
|
D | scroll_view.cc | 181 int ScrollView::GetScrollBarWidth() const { in GetScrollBarWidth() function in views::ScrollView 232 content_width = std::max(content_width - GetScrollBarWidth(), 0); in Layout() 266 int vert_sb_width = GetScrollBarWidth(); in Layout() 523 } else if (content_size.width() <= vp_size.width() - GetScrollBarWidth()) { in ComputeScrollBarsVisibility()
|
D | scroll_view.h | 65 int GetScrollBarWidth() const;
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_ScrollBar.h | 117 FX_FLOAT GetScrollBarWidth() const;
|
/external/chromium_org/ui/message_center/views/ |
D | notifier_settings_view.cc | 630 content_width -= scroller_->GetScrollBarWidth(); in Layout() 642 size.Enlarge(scroller_->GetScrollBarWidth(), 0); in GetMinimumSize()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 678 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
|
D | PWL_ScrollBar.cpp | 959 FX_FLOAT CPWL_ScrollBar::GetScrollBarWidth() const in GetScrollBarWidth() function in CPWL_ScrollBar
|