/external/parameter-framework/parameter/ |
D | Element.cpp | 236 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 …]
|
D | BinarySerializableElement.cpp | 49 … CBinarySerializableElement* pChild = static_cast<CBinarySerializableElement*>(getChild(uiChild)); in binarySerialize() local 65 …const CBinarySerializableElement* pChild = static_cast<const CBinarySerializableElement*>(getChild… in getDataSize() local
|
D | ComponentLibrary.cpp | 73 CElement* pChild = createChild(childElement, serializingContext); in fromXml() local
|
D | XmlFileIncluderElement.cpp | 96 … CElement* pChild = elementSerializingContext.getElementLibrary()->createElement(childElement); in fromXml() local
|
D | ConfigurableElement.cpp | 148 …const CConfigurableElement* pChild = static_cast<const CConfigurableElement*>(findChild(*pStrChild… in accessValue() local
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListCtrl.cpp | 76 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
|
D | PWL_Wnd.cpp | 299 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
|
D | PWL_Note.cpp | 494 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
|
D | PWL_IconList.cpp | 259 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
|
D | PWL_ListBox.cpp | 371 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() local 382 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() local
|
D | PWL_EditCtrl.cpp | 94 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() local 105 if (CPWL_Wnd * pChild = GetVScrollBar()) in OnNotify() local
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_ext.cpp | 143 CXML_Element * pChild = pElement->GetElement(i); in CheckSharedForm() local
|
/external/pdfium/core/src/reflow/ |
D | layoutprovider_taggedpdf.cpp | 18 CPDF_LayoutElement* pChild = (CPDF_LayoutElement*)m_ChildArray.GetAt(i); in ~CPDF_LayoutElement() local
|
D | autoreflow.cpp | 168 CPDF_AutoReflowElement* pChild = (CPDF_AutoReflowElement*)pElm->GetChild(i); in ReleaseElm() local
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_form.cpp | 128 _Node *pChild = (_Node *)ptr_array[i]; in RemoveNode() local
|