Searched refs:EditCanRedo (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/include/fwl/basewidget/
H A Dfwl_combobox.h120 FX_BOOL EditCanRedo();
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dcombobox.cpp159 FX_BOOL CFWL_ComboBox::EditCanRedo() { function in class:CFWL_ComboBox
162 return static_cast<IFWL_ComboBox*>(m_pIface)->EditCanRedo();
/external/pdfium/xfa/include/fwl/lightwidget/
H A Dcombobox.h48 FX_BOOL EditCanRedo();
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_comboboximp.h118 virtual FX_BOOL EditCanRedo();
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffchoicelist.cpp403 ((CFWL_ComboBox*)m_pNormalWidget)->EditCanRedo();
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_comboboximp.cpp85 FX_BOOL IFWL_ComboBox::EditCanRedo() { function in class:IFWL_ComboBox
86 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->EditCanRedo();
810 FX_BOOL CFWL_ComboBoxImp::EditCanRedo() { function in class:CFWL_ComboBoxImp

Completed in 37 milliseconds