Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_spinbutton.cpp332 bool bUpEnable = IsUpButtonEnabled(); in OnKeyDown() local
334 if (!bUpEnable && !bDownEnable) in OnKeyDown()
340 RepaintRect(bUpEnable ? m_rtUpButton : m_rtDnButton); in OnKeyDown()