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

  /external/pdfium/xfa/fxfa/parser/
cxfa_pagearea.cpp 35 constexpr wchar_t kName[] = L"pageArea";
44 XFA_Element::PageArea,
cxfa_layoutitem.cpp 30 if (pLayoutItem->m_pFormNode->GetElementType() == XFA_Element::PageArea) {
59 if (pCurNode->m_pFormNode->GetElementType() == XFA_Element::PageArea)
102 if (pLayoutItem->m_pFormNode->GetElementType() == XFA_Element::PageArea)
cxfa_layoutpagemgr.cpp 320 if (pPageArea->GetElementType() == XFA_Element::PageArea) {
332 0, XFA_Element::PageArea, false);
335 XFA_Element::PageArea);
633 XFA_Element::PageArea) {
780 case XFA_AttributeEnum::PageArea:
781 if (pTarget && pTarget->GetElementType() != XFA_Element::PageArea)
792 if (pTarget && pTarget->GetElementType() != XFA_Element::PageArea)
796 if (pTarget && pTarget->GetElementType() != XFA_Element::PageArea)
    [all...]
xfa_document_datamerger_imp.cpp 745 if (pFormParentNode->GetElementType() == XFA_Element::PageArea) {
    [all...]
xfa_basic_data_enum.cpp 163 {0x89939f36, L"pageArea", XFA_AttributeEnum::PageArea},
cxfa_itemlayoutprocessor.cpp 541 *previous == XFA_AttributeEnum::PageArea) {
560 *next == XFA_AttributeEnum::PageArea) {
    [all...]
cxfa_node.cpp 682 *value == XFA_AttributeEnum::PageArea)) {
692 *ret == XFA_AttributeEnum::PageArea)) {
712 if (!parent || parent->GetElementType() == XFA_Element::PageArea)
    [all...]
cxfa_node_statics.cpp 505 {0x89939f36 /* pageArea */, XFA_Element::PageArea},
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffnotify.cpp 105 ASSERT(type == XFA_Element::ContentArea || type == XFA_Element::PageArea);
107 if (type == XFA_Element::PageArea) {
117 ASSERT(pNode->GetElementType() != XFA_Element::PageArea);
fxfa_basic.h 250 PageArea,
805 PageArea,
cxfa_ffpageview.cpp 102 case XFA_Element::PageArea:

Completed in 95 milliseconds