Home
last modified time | relevance | path

Searched refs:pProperty (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp604 CPDF_Object* pProperty = GetObject(0); in Handle_BeginMarkedContent_Dictionary() local
605 if (!pProperty) { in Handle_BeginMarkedContent_Dictionary()
609 if (pProperty->IsName()) { in Handle_BeginMarkedContent_Dictionary()
610 pProperty = FindResourceObj("Properties", pProperty->GetString()); in Handle_BeginMarkedContent_Dictionary()
611 if (!pProperty) in Handle_BeginMarkedContent_Dictionary()
615 if (CPDF_Dictionary* pDict = pProperty->AsDictionary()) { in Handle_BeginMarkedContent_Dictionary()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodehelper.cpp51 const XFA_PROPERTY* pProperty = XFA_GetPropertyOfElement( in CountSiblings() local
53 if (!pProperty && eLogicType == XFA_LOGIC_Transparent) { in CountSiblings()
Dcxfa_node.cpp650 const XFA_PROPERTY* pProperty = XFA_GetPropertyOfElement( in GetNodeList() local
652 if (pProperty) { in GetNodeList()
656 (pProperty->uFlags & XFA_PROPERTYFLAG_OneOf)) { in GetNodeList()
670 const XFA_PROPERTY* pProperty = in GetNodeList() local
672 if (!pProperty || iProperties < 1) in GetNodeList()
675 if (pProperty[i].uFlags & XFA_PROPERTYFLAG_DefaultOneOf) { in GetNodeList()
678 m_pDocument->CreateNode(pPacket, pProperty[i].eName); in GetNodeList()
4379 const XFA_PROPERTY* pProperty = in GetProperty() local
4381 if (!pProperty || index >= pProperty->uOccur) in GetProperty()
4397 if (pProperty->uFlags & XFA_PROPERTYFLAG_OneOf) { in GetProperty()
[all …]
Dcxfa_widgetdata.cpp127 const XFA_PROPERTY* pProperty = XFA_GetPropertyOfElement( in CreateUIChild() local
129 if (pProperty && (pProperty->uFlags & XFA_PROPERTYFLAG_OneOf)) { in CreateUIChild()