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

  /external/pdfium/xfa/fxfa/parser/
cxfa_pageset.cpp 29 constexpr wchar_t kName[] = L"pageSet";
38 XFA_Element::PageSet,
cxfa_nodehelper.cpp 134 if (child->GetElementType() != XFA_Element::PageSet &&
143 child->GetElementType() == XFA_Element::PageSet) {
171 child->GetElementType() != XFA_Element::PageSet) {
256 (bIsProperty && refNode->GetElementType() != XFA_Element::PageSet)) {
cxfa_subform.cpp 19 {XFA_Element::PageSet, 1, 0}, {XFA_Element::Overflow, 1, 0},
cxfa_layoutpagemgr.cpp 41 if (pLayoutItem->m_pFormNode->GetElementType() != XFA_Element::PageSet)
47 pChildItem->m_pFormNode->GetElementType() != XFA_Element::PageSet) {
59 pChildItem->m_pFormNode->GetElementType() != XFA_Element::PageSet) {
295 0, XFA_Element::PageSet);
    [all...]
xfa_document_datamerger_imp.cpp     [all...]
cxfa_node_statics.cpp 480 {0x74caed29 /* pageSet */, XFA_Element::PageSet},
    [all...]
cxfa_node.cpp 429 pChild->GetElementType() == XFA_Element::PageSet)) {
    [all...]
  /external/pdfium/fxjs/
cfxjse_resolveprocessor.cpp 243 if (pChild->GetElementType() == XFA_Element::PageSet) {
286 child->GetElementType() != XFA_Element::PageSet) {
355 if (eType == XFA_Element::PageSet) {
420 child->GetElementType() == XFA_Element::PageSet)) {
658 (bIsProperty && curNode->GetElementType() != XFA_Element::PageSet)) {
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 779 PageSet,
cxfa_ffdocview.cpp 127 pSubformNode->GetFirstChildByClass<CXFA_PageSet>(XFA_Element::PageSet);

Completed in 731 milliseconds