Home
last modified time | relevance | path

Searched refs:pButton (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DMyWindowsNew.h64 STDMETHOD(ThumbBarAddButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
65 STDMETHOD(ThumbBarUpdateButtons)(HWND hwnd, UINT cButtons, LPTHUMBBUTTON pButton) = 0;
/external/pdfium/xfa/fwl/
Dcfwl_spinbutton.cpp347 CFWL_SpinButton* pButton = static_cast<CFWL_SpinButton*>(m_pWidget); in Run() local
349 if (!pButton->m_pTimerInfo) in Run()
352 CFWL_Event wmPosChanged(CFWL_Event::Type::Click, pButton); in Run()
353 pButton->DispatchEvent(&wmPosChanged); in Run()
Dcfwl_scrollbar.cpp488 CFWL_ScrollBar* pButton = static_cast<CFWL_ScrollBar*>(m_pWidget); in Run() local
490 if (pButton->m_pTimerInfo) in Run()
491 pButton->m_pTimerInfo->StopTimer(); in Run()
493 if (!pButton->SendEvent()) in Run()
494 pButton->m_pTimerInfo = StartTimer(0, true); in Run()