OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PWS_VSCROLL
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp
34
cp.dwFlags |=
PWS_VSCROLL
;
FFL_TextField.cpp
40
cp.dwFlags |=
PWS_VSCROLL
| PES_AUTOSCROLL;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp
214
cp.dwFlags &= ~
PWS_VSCROLL
;
332
PWS_CHILD | PWS_BORDER | PWS_BACKGROUND | PLBS_HOVERSEL |
PWS_VSCROLL
;
PWL_Wnd.cpp
624
if (HasFlag(
PWS_VSCROLL
))
635
if (!m_pVScrollBar && HasFlag(
PWS_VSCROLL
)) {
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
29
#define
PWS_VSCROLL
0x08000000L
Completed in 79 milliseconds