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

12

/external/parameter-framework/parameter/
H A DAutoLog.cpp34 CAutoLog::CAutoLog(const CElement* pElement, const string& strContext, bool bLogOn) argument
35 : _pElement(pElement), _strContext(strContext), _bLogOn(bLogOn)
H A DParameterBlockType.cpp55 void CParameterBlockType::populate(CElement* pElement) const
69 pElement->addChild(pChildParameterBlock);
75 base::populate(pElement);
H A DAutoLog.h39 CAutoLog(const CElement* pElement, const std::string& strContext, bool bLogOn = true);
H A DParameterBlockType.h48 virtual void populate(CElement* pElement) const;
H A DComponentInstance.cpp108 void CComponentInstance::populate(CElement* pElement) const
110 base::populate(pElement);
112 _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.h61 virtual void populate(CElement* pElement) const;
H A DComponentType.h44 virtual void populate(CElement* pElement) const;
H A DElement.cpp149 CElement* pElement = _childArray[uiIndex];; local
151 if (!pElement->init(strError)) {
421 CElement* pElement = *it; local
423 if (pElement == pChild) {
588 CElement* pElement = _childArray[uiIndex]; local
590 if (pElement->getPathName() == strName) {
592 return pElement;
605 const CElement* pElement = _childArray[uiIndex]; local
607 if (pElement->getPathName() == strName) {
609 return pElement;
622 CElement* pElement = _childArray[uiIndex]; local
639 const CElement* pElement = _childArray[uiIndex];; local
[all...]
H A DTypeElement.h84 virtual void populate(CElement* pElement) const;
H A DTypeElement.cpp86 void CTypeElement::populate(CElement* pElement) const
99 pElement->addChild(pInstanceConfigurableChildElement);
H A DParameterType.cpp51 void CParameterType::populate(CElement* pElement) const
53 (void)pElement;
H A DParameterType.h104 virtual void populate(CElement* pElement) const;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Utils.cpp56 CPDF_Object* pElement = pArray->GetElementValue(i); local
57 TraceObject(pElement);
70 CPDF_Object* pElement = pDict->GetNextElement(fPos, csKey); local
72 if (!pElement) break;
73 TraceObject(pElement);
H A DFFL_CBA_Fontmap.cpp145 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
146 if (pElement->GetString("Type") != "Font") continue;
148 CPDF_Font* pFont = pDocument->LoadFont(pElement);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_ext.cpp106 FX_BOOL CheckSharedForm(CXML_Element * pElement, CFX_ByteString cbName) argument
108 int count = pElement->CountAttrs();
114 pElement->GetAttrByIndex(i, space, name, value);
117 CXML_Element *pVersion = pElement->GetElement("adhocwf",cbName);
137 FX_DWORD nCount = pElement->CountChildren();
140 CXML_Element::ChildType childType = pElement->GetChildType(i);
143 CXML_Element * pChild = pElement->GetElement(i);
203 CXML_Element * pElement = metaData.GetRoot(); local
204 if(pElement)
205 CheckSharedForm(pElement, "workflowTyp
[all...]
/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.cpp672 CPDF_LayoutElement* pElement = new CPDF_LayoutElement; local
673 pElement->m_pParentElement = pParent;
674 pElement->m_pTaggedElement = pTaggedElement;
675 pParent->m_ChildArray.Add(pElement);
681 ProcessElement(pElement, Kid.m_Element.m_pElement);
698 pElement->AddObject(pObj);
727 CPDF_StructElement* pElement = m_pPageTree->GetTopElement(i); local
728 if(pElement) {
729 ProcessElement(m_pRoot, pElement);
750 CPDF_StructElement* pElement local
[all...]
H A Dlayoutprocessor_reflow.cpp127 LayoutStatus CPDF_LayoutProcessor_Reflow::StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix) argument
129 if(!pElement) {
134 m_pRootElement = pElement;
318 CFX_FloatRect CPDF_LayoutProcessor_Reflow::GetElmBBox(IPDF_LayoutElement* pElement) argument
321 int objCount = pElement->CountObjects();
322 int count = pElement->CountChildren();
329 CPDF_PageObject* pObj = pElement->GetObject(0);
340 IPDF_LayoutElement* pChildElement = pElement->GetChild(i);
349 FX_FLOAT CPDF_LayoutProcessor_Reflow::GetElmWidth(IPDF_LayoutElement* pElement) argument
351 if(!pElement) {
515 ProcessElement(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth) argument
787 ProcessObjs(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth) argument
[all...]
H A Dreflowedpage.h37 LayoutStatus StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix = NULL);
42 void ProcessElement(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth);
43 FX_FLOAT GetElmWidth(IPDF_LayoutElement* pElement);
44 CFX_FloatRect GetElmBBox(IPDF_LayoutElement* pElement);
46 void ProcessObjs(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp127 CPDF_StructElementImpl* pElement = NULL; local
128 if (map.Lookup(pDict, (FX_LPVOID&)pElement)) {
129 return pElement;
131 pElement = new CPDF_StructElementImpl(this, NULL, pDict);
132 map.SetAt(pDict, pElement);
135 if (!AddTopLevelNode(pDict, pElement)) {
136 pElement->Release();
149 pParentElement->m_Kids[i].m_Element.m_pElement = pElement->Retain();
153 pElement->Release();
157 return pElement;
159 AddTopLevelNode(CPDF_Dictionary* pDict, CPDF_StructElementImpl* pElement) argument
331 CPDF_Object* pElement = pArray->GetElementValue(i); local
[all...]
H A Ddoc_utils.cpp334 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
335 if (pElement->GetString("Type") != "Font") {
340 return pDocument->LoadFont(pElement);
360 CPDF_Dictionary* pElement = pFonts->GetDict(csAlias); local
361 if (pElement == NULL) {
364 if (pElement->GetString("Type") == "Font") {
365 return pDocument->LoadFont(pElement);
394 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
395 if (pElement->GetString("Type") != "Font") {
398 CPDF_Font* pFind = pDocument->LoadFont(pElement);
437 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
496 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
535 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; local
[all...]
H A Dtagged_int.h28 CPDF_StructElementImpl* AddPageNode(CPDF_Dictionary* pElement, CFX_MapPtrToPtr& map, int nLevel = 0);
29 FX_BOOL AddTopLevelNode(CPDF_Dictionary* pDict, CPDF_StructElementImpl* pElement);
/external/pdfium/core/src/fxcrt/
H A Dxml_int.h158 void InsertContentSegment(FX_BOOL bCDATA, FX_WSTR content, CXML_Element* pElement);
159 void InsertCDATASegment(CFX_UTF8Decoder& decoder, CXML_Element* pElement);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp388 CPDF_Object* pElement = p->GetElement(i); local
389 if (pElement->GetObjNum()) {
390 buf << " " << pElement->GetObjNum() << FX_BSTRC(" 0 R");
392 buf << pElement; local
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_GlobalData.cpp482 CJS_GlobalData_Element* pElement = m_arrayGlobalData.GetAt(i); local
483 ASSERT(pElement != NULL);
485 if (pElement->bPersistent)
488 MakeByteString(pElement->data.sKey, &pElement->data, sElement);

Completed in 335 milliseconds

12