HomeSort by relevance Sort by last modified time
    Searched full:pchild (Results 26 - 34 of 34) sorted by null

12

  /external/webrtc/webrtc/libjingle/xmllite/
xmlelement_unittest.cc 57 XmlChild * pchild = local
59 EXPECT_TRUE(pchild->IsText());
60 EXPECT_EQ("between-value", pchild->AsText()->Text());
  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 202 CXFA_Node* pChild = pFormNode->GetFirstChild();
203 for (; pChild; pChild = pChild->GetNextSibling()) {
204 if (pChild->GetElementType() != XFA_Element::Field)
208 pChild->GetChild<CXFA_Value>(0, XFA_Element::Value, false);
217 pChild->GetChild<CXFA_Items>(0, XFA_Element::Items, false);
227 pChecked = pChild;
238 pChild = pFormNode->GetFirstChild();
239 for (; pChild; pChild = pChild->GetNextSibling())
    [all...]
xfa_utils.cpp 308 CXFA_Node* pChild = pNode->GetFirstChild();
309 while (pChild) {
310 RegenerateFormFile_Changed(pChild, newBuf, bSaveXML);
313 pChild = pChild->GetNextSibling();
cxfa_layoutpagemgr.cpp 117 for (CXFA_LayoutItem* pChild = pContainerItem->m_pFirstChild; pChild;
118 pChild = pChild->m_pNextSibling) {
119 if (pChild->IsContentLayoutItem()) {
120 SyncContainer(pNotify, pDocLayout, pChild, dwRelevantContainer,
    [all...]
  /external/parameter-framework/upstream/parameter/
Element.h 70 void addChild(CElement *pChild);
71 bool removeChild(CElement *pChild);
ConfigurableElement.cpp 218 const CConfigurableElement *pChild =
221 if (!pChild) {
228 return pChild->accessValue(pathNavigator, strValue, bSet, parameterAccessContext);
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 412 CXFA_Node* pChild = pUI ? pUI->GetFirstChild() : nullptr;
413 for (; pChild; pChild = pChild->GetNextSibling()) {
414 XFA_Element eChildType = pChild->GetElementType();
420 auto node = CXFA_Node::Create(pChild->GetDocument(), XFA_Element::Ui,
423 pUIChild = pChild;
543 CXFA_Node* pChild = pNextChild;
544 CXFA_WidgetAcc* pAcc = pChild->GetWidgetAcc();
560 pChild->GetChild<CXFA_Items>(0, XFA_Element::Items, false)
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 471 Node* pChild = pNew.get();
473 return pChild;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h     [all...]

Completed in 455 milliseconds

12