Searched refs:pElement (Results 1 - 25 of 36) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
H A DParameterBlockType.cpp55 void CParameterBlockType::populate(CElement *pElement) const
67 pElement->addChild(pChildParameterBlock);
73 base::populate(pElement);
H A DParameterBlockType.h49 virtual void populate(CElement *pElement) const;
H A DComponentInstance.cpp121 void CComponentInstance::populate(CElement *pElement) const
132 pElement->addChild(pChildComponent);
139 base::populate(pElement);
141 _pComponentType->populate(static_cast<CComponent *>(pElement));
H A DComponentType.cpp114 void CComponentType::populate(CElement *pElement) const
117 base::populate(pElement);
123 _pExtendsComponentType->populate(pElement);
H A DComponentInstance.h63 virtual void populate(CElement *pElement) const;
H A DComponentType.h44 virtual void populate(CElement *pElement) const;
H A DTypeElement.cpp88 void CTypeElement::populate(CElement *pElement) const
103 pElement->addChild(pInstanceConfigurableChildElement);
H A DTypeElement.h86 virtual void populate(CElement *pElement) const;
H A DParameterType.h128 virtual void populate(CElement *pElement) const;
/external/pdfium/fpdfsdk/
H A Dfpdf_ext.cpp78 bool CheckSharedForm(const CXML_Element* pElement, CFX_ByteString cbName) { argument
79 int count = pElement->CountAttrs();
84 pElement->GetAttrByIndex(i, space, name, value);
88 pElement->GetElement("adhocwf", cbName.AsStringC());
107 uint32_t nCount = pElement->CountChildren();
109 CXML_Element::ChildType childType = pElement->GetChildType(i);
111 CXML_Element* pChild = pElement->GetElement(i);
160 const CXML_Element* pElement = metaData.GetRoot(); local
161 if (pElement)
162 CheckSharedForm(pElement, "workflowTyp
[all...]
H A Dfpdfppo.cpp168 CPDF_Object* pElement = pNewRoot->GetObjectFor("Pages"); local
170 pElement ? ToDictionary(pElement->GetDirect()) : nullptr;
/external/pdfium/core/fxcrt/
H A Dxml_int.h40 CXML_Element* pElement);
41 void InsertCDATASegment(CFX_UTF8Decoder& decoder, CXML_Element* pElement);
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_locale.cpp67 CXML_Element* pElement = m_pLocaleData->GetElement("", bsSymbols.AsStringC()); local
68 if (!pElement) {
71 GetPattern(pElement,
144 CXML_Element* pElement = m_pLocaleData->GetElement("", "datePatterns"); local
145 if (!pElement) {
164 GetPattern(pElement, "datePattern", wsName.AsStringC(), wsPattern);
169 CXML_Element* pElement = m_pLocaleData->GetElement("", "timePatterns"); local
170 if (!pElement) {
189 GetPattern(pElement, "timePattern", wsName.AsStringC(), wsPattern);
194 CXML_Element* pElement local
214 GetPattern(CXML_Element* pElement, const CFX_ByteStringC& bsTag, const CFX_WideStringC& wsName, CFX_WideString& wsPattern) const argument
[all...]
H A Dcxfa_dataexporter.cpp498 CFDE_XMLElement* pElement = local
500 if (!pElement || pElement->GetType() != FDE_XMLNODE_Element)
506 pXMLDoc->SaveXMLNode(pStream, pElement);
515 CFDE_XMLElement* pElement = local
517 if (!pElement || pElement->GetType() != FDE_XMLNODE_Element)
520 pXMLDoc->SaveXMLNode(pStream, pElement);
537 CFDE_XMLElement* pElement = local
539 if (!pElement || pElemen
[all...]
H A Dcxfa_simple_parser.cpp50 void GetElementTagNamespaceURI(CFDE_XMLElement* pElement, argument
53 pElement->GetNamespacePrefix(wsNodeStr);
55 pElement, wsNodeStr.AsStringC(), wsNamespaceURI)) {
67 CFDE_XMLElement* pElement = reinterpret_cast<CFDE_XMLElement*>(pNode);
69 pElement->GetLocalTagName(wsNodeStr);
73 GetElementTagNamespaceURI(pElement, wsNodeStr);
95 bool ResolveAttribute(CFDE_XMLElement* pElement, argument
110 pElement, wsNSPrefix.AsStringC(), wsNamespaceURI)) {
117 bool FindAttributeWithNS(CFDE_XMLElement* pElement, argument
122 if (!pElement)
480 CFDE_XMLElement* pElement = static_cast<CFDE_XMLElement*>(pXMLDocumentNode); local
528 CFDE_XMLElement* pElement = local
[all...]
H A Dcxfa_document.cpp231 const XFA_ELEMENTINFO* pElement = XFA_GetElementByID(eElement); local
232 if (pElement && (pElement->dwPackets & pPacket->eName)) {
234 new CXFA_Node(this, pPacket->eName, pElement->eObjectType,
235 pElement->eName, pElement->pName);
H A Dxfa_utils.cpp350 const XFA_ELEMENTHIERARCHY* pElement =
352 iCount = pElement->wCount;
353 return g_XFAElementPropertyData + pElement->wStart;
360 const XFA_ELEMENTHIERARCHY* pElement =
362 iCount = pElement->wCount;
363 return g_XFAElementAttributeData + pElement->wStart;
/external/pdfium/core/fpdfapi/parser/
H A Dfpdf_parser_utility.cpp182 CPDF_Object* pElement = p->GetObjectAt(i); local
183 if (pElement && !pElement->IsInline()) {
184 buf << " " << pElement->GetObjNum() << " 0 R";
186 buf << pElement; local
/external/pdfium/core/fpdfdoc/
H A Ddoc_tagged.cpp123 auto pElement = pdfium::MakeRetain<CPDF_StructElement>(this, nullptr, pDict);
124 (*map)[pDict] = pElement;
127 if (!AddTopLevelNode(pDict, pElement))
129 return pElement;
137 kid.m_pElement = pElement;
143 return pElement;
148 const CFX_RetainPtr<CPDF_StructElement>& pElement) {
156 m_Kids[0] = pElement;
163 m_Kids[i] = pElement;
307 CPDF_Object* pElement local
146 AddTopLevelNode( CPDF_Dictionary* pDict, const CFX_RetainPtr<CPDF_StructElement>& pElement) argument
[all...]
H A Dcpdf_formcontrol.cpp294 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag); local
295 if (pElement) {
296 CPDF_Font* pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement);
310 CPDF_Dictionary* pElement = pFonts->GetDictFor(csFontNameTag); local
311 if (pElement) {
312 CPDF_Font* pFont = m_pField->m_pForm->m_pDocument->LoadFont(pElement);
H A Dtagged_int.h45 CPDF_Dictionary* pElement,
49 const CFX_RetainPtr<CPDF_StructElement>& pElement);
H A Dcpdf_interform.cpp118 CPDF_Dictionary* pElement = pFonts->GetDictFor(csAlias);
119 if (!pElement)
122 if (pElement->GetStringFor("Type") == "Font")
123 return pDocument->LoadFont(pElement);
147 CPDF_Dictionary* pElement = ToDictionary(it.second->GetDirect()); local
148 if (!pElement)
150 if (pElement->GetStringFor("Type") != "Font")
152 CPDF_Font* pFind = pDocument->LoadFont(pElement);
186 CPDF_Dictionary* pElement = ToDictionary(it.second->GetDirect()); local
187 if (!pElement)
222 CPDF_Dictionary* pElement = ToDictionary(it.second->GetDirect()); local
970 CPDF_Object* pElement = pArray->GetDirectObjectAt(i); local
[all...]
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_allstates.cpp53 CPDF_Object* pElement = it.second.get(); local
54 CPDF_Object* pObject = pElement ? pElement->GetDirect() : nullptr;
/external/pdfium/fpdfsdk/formfiller/
H A Dcba_fontmap.cpp128 CPDF_Dictionary* pElement = ToDictionary(it.second->GetDirect()); local
129 if (!pElement)
131 if (pElement->GetStringFor("Type") != "Font")
134 CPDF_Font* pFont = pDocument->LoadFont(pElement);
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_font.cpp408 CPDF_Object* pElement = pDiffs->GetDirectObjectAt(i); local
409 if (!pElement)
412 if (CPDF_Name* pName = pElement->AsName()) {
417 cur_code = pElement->GetInteger();

Completed in 1117 milliseconds

12