Home
last modified time | relevance | path

Searched refs:pButton (Results 1 – 2 of 2) 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_scrollbar.cpp488 CFWL_ScrollBar* pButton = static_cast<CFWL_ScrollBar*>(m_pWidget.Get()); in Run() local
489 if (pButton->m_pTimerInfo) in Run()
490 pButton->m_pTimerInfo->StopTimer(); in Run()
492 if (!pButton->SendEvent()) in Run()
493 pButton->m_pTimerInfo = StartTimer(0, true); in Run()