Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.cpp277 if (!HasFlag(PCBS_ALLOWCUSTOMTEXT)) in CreateEdit()
430 if (m_pEdit && HasFlag(PCBS_ALLOWCUSTOMTEXT)) in SelectAll()
549 if (HasFlag(PCBS_ALLOWCUSTOMTEXT)) in OnKeyDown()
563 if (HasFlag(PCBS_ALLOWCUSTOMTEXT)) in OnChar()
DPWL_Wnd.h65 #define PCBS_ALLOWCUSTOMTEXT 0x0001L macro
/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp41 cp.dwFlags |= PCBS_ALLOWCUSTOMTEXT; in GetCreateParam()