Home
last modified time | relevance | path

Searched defs:pChild (Results 1 – 15 of 15) sorted by relevance

/external/parameter-framework/parameter/
DElement.cpp236 CElement* pChild; in fromXml() local
278 const CElement* pChild = _childArray[uiChild]; in childrenToXml() local
371 void CElement::addChild(CElement* pChild) in addChild()
400 CElement* pChild = elementSerializingContext.getElementLibrary()->createElement(childElement); in createChild() local
415 bool CElement::removeChild(CElement* pChild) in removeChild()
443 const CElement* pChild = _childArray[uiChild]; in listChildren() local
466 const CElement* pChild = _childArray[uiChild]; in listQualifiedPaths() local
482 const CElement* pChild = _childArray[uiChild]; in listChildrenPaths() local
540 const CElement* pChild = findChild(*pStrChildName); in findDescendant() local
559 CElement* pChild = findChild(*pStrChildName); in findDescendant() local
[all …]
DBinarySerializableElement.cpp49 … CBinarySerializableElement* pChild = static_cast<CBinarySerializableElement*>(getChild(uiChild)); in binarySerialize() local
65 …const CBinarySerializableElement* pChild = static_cast<const CBinarySerializableElement*>(getChild… in getDataSize() local
DComponentLibrary.cpp73 CElement* pChild = createChild(childElement, serializingContext); in fromXml() local
DXmlFileIncluderElement.cpp96 … CElement* pChild = elementSerializingContext.getElementLibrary()->createElement(childElement); in fromXml() local
DConfigurableElement.cpp148 …const CConfigurableElement* pChild = static_cast<const CConfigurableElement*>(findChild(*pStrChild… in accessValue() local
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListCtrl.cpp76 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in GetContentsHeight() local
103 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nStart-1)) in ResetAll() local
108 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in ResetAll() local
177 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in DrawChildAppearance() local
DPWL_Wnd.cpp299 if (CPWL_Wnd * pChild = m_aChildren[i]) in Destroy() local
428 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in GetChildAppearanceStream() local
473 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in DrawChildAppearance() local
604 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in PWL_IMPLEMENT_KEY_METHOD() local
626 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in RemoveChild() local
865 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in ReleaseCapture() local
923 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in SetVisible() local
1123 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in SetTransparency() local
1280 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in EnableWindow() local
DPWL_Note.cpp494 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex)) in GetSubItems() local
518 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in DeleteSubItem() local
536 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in GetHitNoteItem() local
564 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in OnNotify() local
601 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in OnNotify() local
650 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in EnableModify() local
670 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in EnableRead() local
DPWL_IconList.cpp259 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in FindItemIndex() local
354 if (CPWL_Wnd * pChild = m_aChildren.GetAt(nItemIndex)) in GetListItem() local
396 if (CPWL_Wnd * pChild = m_aChildren.GetAt(i)) in SetIconFillColor() local
DPWL_ListBox.cpp371 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() local
382 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() local
DPWL_EditCtrl.cpp94 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() local
105 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() local
/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp143 CXML_Element * pChild = pElement->GetElement(i); in CheckSharedForm() local
/external/pdfium/core/src/reflow/
Dlayoutprovider_taggedpdf.cpp18 CPDF_LayoutElement* pChild = (CPDF_LayoutElement*)m_ChildArray.GetAt(i); in ~CPDF_LayoutElement() local
Dautoreflow.cpp168 CPDF_AutoReflowElement* pChild = (CPDF_AutoReflowElement*)pElm->GetChild(i); in ReleaseElm() local
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp128 _Node *pChild = (_Node *)ptr_array[i]; in RemoveNode() local