Home
last modified time | relevance | path

Searched refs:GetScrollBarWidth (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ash/system/tray/
Dfixed_sized_scroll_view.cc38 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()
Dtray_details_view.cc142 gfx::Size(width() + scroller_->GetScrollBarWidth(), in Layout()
/external/chromium_org/ui/views/controls/
Dscroll_view_unittest.cc72 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()
Dscroll_view.cc181 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()
Dscroll_view.h65 int GetScrollBarWidth() const;
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ScrollBar.h117 FX_FLOAT GetScrollBarWidth() const;
/external/chromium_org/ui/message_center/views/
Dnotifier_settings_view.cc630 content_width -= scroller_->GetScrollBarWidth(); in Layout()
642 size.Enlarge(scroller_->GetScrollBarWidth(), 0); in GetMinimumSize()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp678 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
DPWL_ScrollBar.cpp959 FX_FLOAT CPWL_ScrollBar::GetScrollBarWidth() const in GetScrollBarWidth() function in CPWL_ScrollBar