Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp79 if (m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry()) { in UpdateWidgetProperty()
203 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanUndo()
208 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanRedo()
213 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in Undo()
218 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in Redo()
228 m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanCut()
233 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in CanPaste()
246 if (!m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry()) in Cut()
253 return m_pNode->GetWidgetAcc()->IsChoiceListAllowTextEntry() && in Paste()
Dcxfa_widgetacc.h104 bool IsChoiceListAllowTextEntry();
Dcxfa_widgetacc.cpp1808 bool CXFA_WidgetAcc::IsChoiceListAllowTextEntry() { in IsChoiceListAllowTextEntry() function in CXFA_WidgetAcc
1925 if (IsListBox() || !IsChoiceListAllowTextEntry()) in CountSelectedItems()