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.cpp322 if (!HasFlag(PCBS_ALLOWCUSTOMTEXT)) in CreateEdit()
485 if (m_pEdit && HasFlag(PCBS_ALLOWCUSTOMTEXT)) in SelectAll()
575 if (HasFlag(PCBS_ALLOWCUSTOMTEXT)) in OnKeyDown()
589 if (HasFlag(PCBS_ALLOWCUSTOMTEXT)) in OnChar()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ComboBox.cpp51 cp.dwFlags |= PCBS_ALLOWCUSTOMTEXT; in GetCreateParam()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h69 #define PCBS_ALLOWCUSTOMTEXT 0x0001L macro