Searched refs:pButton (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
H A 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/
H A Dcfwl_scrollbar.cpp488 CFWL_ScrollBar* pButton = static_cast<CFWL_ScrollBar*>(m_pWidget.Get()); local
489 if (pButton->m_pTimerInfo)
490 pButton->m_pTimerInfo->StopTimer();
492 if (!pButton->SendEvent())
493 pButton->m_pTimerInfo = StartTimer(0, true);

Completed in 95 milliseconds