Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp88 if (m_pNode->IsChoiceListAllowTextEntry()) { in UpdateWidgetProperty()
216 return m_pNode->IsChoiceListAllowTextEntry() && in CanUndo()
221 return m_pNode->IsChoiceListAllowTextEntry() && in CanRedo()
226 return m_pNode->IsChoiceListAllowTextEntry() && in Undo()
231 return m_pNode->IsChoiceListAllowTextEntry() && in Redo()
240 return m_pNode->IsOpenAccess() && m_pNode->IsChoiceListAllowTextEntry() && in CanCut()
245 return m_pNode->IsChoiceListAllowTextEntry() && m_pNode->IsOpenAccess(); in CanPaste()
257 if (!m_pNode->IsChoiceListAllowTextEntry()) in Cut()
264 return m_pNode->IsChoiceListAllowTextEntry() && in Paste()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h335 bool IsChoiceListAllowTextEntry();
Dcxfa_node.cpp4133 bool CXFA_Node::IsChoiceListAllowTextEntry() { in IsChoiceListAllowTextEntry() function in CXFA_Node
4250 if (IsListBox() || !IsChoiceListAllowTextEntry()) in CountSelectedItems()