Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp273 if (m_pDataAcc->IsChoiceListAllowTextEntry()) { in UpdateWidgetProperty()
398 return m_pDataAcc->IsChoiceListAllowTextEntry() && in CanUndo()
402 return m_pDataAcc->IsChoiceListAllowTextEntry() && in CanRedo()
406 return m_pDataAcc->IsChoiceListAllowTextEntry() && in Undo()
410 return m_pDataAcc->IsChoiceListAllowTextEntry() && in Redo()
420 return m_pDataAcc->IsChoiceListAllowTextEntry() && in CanCut()
424 return m_pDataAcc->IsChoiceListAllowTextEntry() && in CanPaste()
434 return m_pDataAcc->IsChoiceListAllowTextEntry() && in Cut()
438 return m_pDataAcc->IsChoiceListAllowTextEntry() && in Paste()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h661 FX_BOOL IsChoiceListAllowTextEntry();
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2035 FX_BOOL CXFA_WidgetData::IsChoiceListAllowTextEntry() { in IsChoiceListAllowTextEntry() function in CXFA_WidgetData
2159 if (IsListBox() || !IsChoiceListAllowTextEntry()) { in CountSelectedItems()