Searched defs:EditCanRedo (Results 1 - 2 of 2) sorted by relevance

/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/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 107 milliseconds