Home
last modified time | relevance | path

Searched refs:m_sbType (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp306 : CPWL_Wnd(cp, std::move(pAttachedData)), m_sbType(sbType) { in CPWL_ScrollBar()
328 switch (m_sbType) { in RePosChildWnd()
430 switch (m_sbType) { in OnLButtonDown()
495 switch (m_sbType) { in SetScrollPosition()
542 m_sbType, PSBT_MIN); in CreateButtons()
550 m_sbType, PSBT_MAX); in CreateButtons()
558 m_sbType, PSBT_POS); in CreateButtons()
628 switch (m_sbType) { in MovePosButton()
706 switch (m_sbType) { in OnPosButtonLBDown()
732 switch (m_sbType) { in OnPosButtonMouseMove()
[all …]
Dcpwl_scroll_bar.h143 PWL_SCROLLBAR_TYPE GetScrollBarType() const { return m_sbType; } in GetScrollBarType()
174 PWL_SCROLLBAR_TYPE m_sbType; variable