Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp317 m_pMinButton.Release(); in OnDestroy()
377 if (m_pMinButton) { in RePosChildWnd()
378 m_pMinButton->Move(rcMinButton, true, false); in RePosChildWnd()
507 if (child == m_pMinButton) in NotifyLButtonDown()
516 if (child == m_pMinButton) in NotifyLButtonUp()
525 if (child == m_pMinButton) in NotifyMouseMove()
540 if (!m_pMinButton) { in CreateButtons()
543 m_pMinButton = pButton.get(); in CreateButtons()
545 m_pMinButton->Realize(); in CreateButtons()
616 ASSERT(m_pMinButton); in MovePosButton()
[all …]
Dcpwl_scroll_bar.h176 UnownedPtr<CPWL_SBButton> m_pMinButton; variable