HomeSort by relevance Sort by last modified time
    Searched defs:pUIChild (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_field.cpp 253 CXFA_Node* pUIChild = pWidgetAcc->GetUIChild();
254 if (pUIChild->GetElementType() == XFA_Element::NumericEdit) {
274 CXFA_Node* pUIChild = pWidgetAcc->GetUIChild();
278 if (pUIChild->GetElementType() == XFA_Element::NumericEdit &&
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.cpp     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 409 CXFA_Node* pUIChild = nullptr;
423 pUIChild = pChild;
430 pUIChild ? pUIChild->GetElementType() : XFA_Element::Unknown;
444 if (pUIChild && pUIChild->GetElementType() == XFA_Element::DefaultUi) {
448 pUIChild ? pUIChild->GetElementType()
454 if (!pUIChild) {
468 return {eWidgetType, pUIChild};
    [all...]

Completed in 180 milliseconds