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

  /external/pdfium/xfa/fxfa/parser/
cxfa_contentarea.cpp 29 constexpr wchar_t kName[] = L"contentArea";
38 XFA_Element::ContentArea,
cxfa_layoutpagemgr.cpp 323 XFA_Element::ContentArea))
343 pPageArea->GetChild<CXFA_ContentArea>(0, XFA_Element::ContentArea, false);
346 pPageArea->GetPacketType(), XFA_Element::ContentArea));
677 XFA_Element::ContentArea) {
698 XFA_Element::ContentArea) {
718 XFA_Element::ContentArea) {
723 XFA_Element::ContentArea) {
764 case XFA_AttributeEnum::ContentArea:
765 if (pTarget && pTarget->GetElementType() != XFA_Element::ContentArea)
    [all...]
cxfa_layoutitem.cpp 93 XFA_Element::ContentArea) {
cxfa_node.cpp 681 if (value && (*value == XFA_AttributeEnum::ContentArea ||
683 return XFA_AttributeEnum::ContentArea;
691 if (ret && (*ret == XFA_AttributeEnum::ContentArea ||
693 return XFA_AttributeEnum::ContentArea;
706 return XFA_AttributeEnum::ContentArea;
713 return XFA_AttributeEnum::ContentArea;
715 return XFA_AttributeEnum::ContentArea;
731 return XFA_AttributeEnum::ContentArea;
736 return XFA_AttributeEnum::ContentArea;
    [all...]
cxfa_itemlayoutprocessor.cpp 540 if (*previous == XFA_AttributeEnum::ContentArea ||
559 if (*next == XFA_AttributeEnum::ContentArea ||
    [all...]
xfa_basic_data_enum.cpp 101 {0x3ecead94, L"contentArea", XFA_AttributeEnum::ContentArea},
cxfa_node_statics.cpp 419 {0x3ecead94 /* contentArea */, XFA_Element::ContentArea},
    [all...]
xfa_document_datamerger_imp.cpp     [all...]
  /external/pdfium/fxjs/xfa/
cjx_layoutpseudomodel.cpp 227 if (wsType == L"contentArea") {
230 if (pItem->m_pFormNode->GetElementType() == XFA_Element::ContentArea)
242 if (pItem->m_pFormNode->GetElementType() == XFA_Element::ContentArea) {
304 if (pItem->m_pFormNode->GetElementType() == XFA_Element::ContentArea) {
  /external/pdfium/xfa/fxfa/
cxfa_ffnotify.cpp 105 ASSERT(type == XFA_Element::ContentArea || type == XFA_Element::PageArea);
116 ASSERT(pNode->GetElementType() != XFA_Element::ContentArea);
fxfa_basic.h 188 ContentArea,
715 ContentArea,

Completed in 127 milliseconds