Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp297 if (!HasFlag(PCBS_ALLOWCUSTOMTEXT)) in CreateEdit()
450 if (m_pEdit && HasFlag(PCBS_ALLOWCUSTOMTEXT)) in SelectAll()
569 if (HasFlag(PCBS_ALLOWCUSTOMTEXT)) in OnKeyDown()
583 if (HasFlag(PCBS_ALLOWCUSTOMTEXT)) in OnChar()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ComboBox.cpp34 cp.dwFlags |= PCBS_ALLOWCUSTOMTEXT; in GetCreateParam()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h60 #define PCBS_ALLOWCUSTOMTEXT 0x0001L macro