HomeSort by relevance Sort by last modified time
    Searched refs:GetUIType (Results 1 - 11 of 11) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_ffnotify.cpp 56 if (pWidgetAcc->GetUIType() != XFA_Element::ChoiceList)
74 if (pWidgetAcc->GetUIType() != XFA_Element::ChoiceList)
103 switch (pAcc->GetUIType()) {
255 if (hWidget->GetDataAcc()->GetUIType() != XFA_Element::ChoiceList) {
xfa_fftextedit.cpp 188 if (pAcc && pAcc->GetUIType() == XFA_Element::NumericEdit) {
251 if (m_pDataAcc->GetUIType() == XFA_Element::TextEdit &&
263 if (m_pDataAcc->GetUIType() == XFA_Element::Barcode) {
293 if (m_pDataAcc->GetUIType() == XFA_Element::DateTimeEdit) {
317 if (sWord.IsEmpty() || m_pDataAcc->GetUIType() != XFA_Element::TextEdit)
xfa_ffwidgetacc.cpp 205 XFA_Element eUIType = GetUIType();
705 (GetUIType() != XFA_Element::CheckButton && pWidget->IsFocused())) {
719 XFA_Element eUIType = GetUIType();
857 if (GetUIType() == XFA_Element::TextEdit && IsMultiLine()) {
    [all...]
xfa_ffpageview.cpp 332 if (pWidgetAcc->GetUIType() == XFA_Element::ExclGroup) {
xfa_fffield.cpp 39 XFA_Element type = m_pDataAcc->GetUIType();
124 XFA_Element eType = m_pDataAcc->GetUIType();
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.h 47 XFA_Element GetUIType();
cxfa_dataexporter.cpp 131 XFA_Element eUIType = pWidgetData->GetUIType();
xfa_document_datamerger_imp.cpp 68 pWidgetData->GetUIType();
127 XFA_Element eUIType = pWidgetData->GetUIType();
    [all...]
cxfa_widgetdata.cpp 260 XFA_Element CXFA_WidgetData::GetUIType() {
    [all...]
cxfa_node.cpp     [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_xfawidgethandler.cpp 84 XFA_Element eType = pAnnot->GetXFAWidget()->GetDataAcc()->GetUIType();

Completed in 567 milliseconds