Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ListBox.cpp34 cp.dwFlags |= PWS_VSCROLL; in GetCreateParam()
DFFL_TextField.cpp40 cp.dwFlags |= PWS_VSCROLL | PES_AUTOSCROLL; in GetCreateParam()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp214 cp.dwFlags &= ~PWS_VSCROLL; in OnCreate()
332 PWS_CHILD | PWS_BORDER | PWS_BACKGROUND | PLBS_HOVERSEL | PWS_VSCROLL; in CreateListBox()
DPWL_Wnd.cpp624 if (HasFlag(PWS_VSCROLL)) in GetVScrollBar()
635 if (!m_pVScrollBar && HasFlag(PWS_VSCROLL)) { in CreateVScrollBar()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h29 #define PWS_VSCROLL 0x08000000L macro