Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp324 m_pMaxButton(nullptr), in CPWL_ScrollBar()
346 m_pMaxButton.Release(); in OnDestroy()
412 if (m_pMaxButton) { in RePosChildWnd()
413 m_pMaxButton->Move(rcMaxButton, true, false); in RePosChildWnd()
541 else if (child == m_pMaxButton) in NotifyLButtonDown()
550 else if (child == m_pMaxButton) in NotifyLButtonUp()
559 else if (child == m_pMaxButton) in NotifyMouseMove()
579 if (!m_pMaxButton) { in CreateButtons()
580 m_pMaxButton = new CPWL_SBButton(m_sbType, PSBT_MAX); in CreateButtons()
581 m_pMaxButton->Create(scp); in CreateButtons()
[all …]
Dcpwl_scroll_bar.h176 UnownedPtr<CPWL_SBButton> m_pMaxButton; variable