Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Difwl_themeprovider.h35 virtual float GetScrollBarWidth() const = 0;
Dcfwl_edit.cpp70 float scrollbarWidth = theme ? theme->GetScrollBarWidth() : 0.0f; in GetWidgetRect()
751 float fWidth = theme->GetScrollBarWidth(); in Layout()
821 float fWidth = theme ? theme->GetScrollBarWidth() : 0; in LayoutScrollBar()
Dcfwl_datetimepicker.cpp78 m_fBtn = theme->GetScrollBarWidth(); in Update()
Dcfwl_combobox.cpp288 float fBtn = theme->GetScrollBarWidth(); in Layout()
Dcfwl_listbox.cpp604 return theme ? theme->GetScrollBarWidth() : 0.0f; in GetScrollWidth()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.h45 float GetScrollBarWidth() const override;
Dcxfa_fwltheme.cpp201 float CXFA_FWLTheme::GetScrollBarWidth() const { in GetScrollBarWidth() function in CXFA_FWLTheme
/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.h142 float GetScrollBarWidth() const;
Dcpwl_wnd.cpp412 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
Dcpwl_scroll_bar.cpp568 float CPWL_ScrollBar::GetScrollBarWidth() const { in GetScrollBarWidth() function in CPWL_ScrollBar