HomeSort by relevance Sort by last modified time
    Searched defs:pChild (Results 1 - 11 of 11) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 143 CXML_Element * pChild = pElement->GetElement(i);
144 if(CheckSharedForm(pChild, cbName))
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 104 XmlChild* pChild;
108 for (pChild = elt.first_child_; pChild; pChild = pChild->NextChild()) {
109 if (pChild->IsText()) {
110 newChild = new XmlText(*(pChild->AsText()));
112 newChild = new XmlElement(*(pChild->AsElement()));
253 XmlChild* pChild;
254 for (pChild = first_child_; pChild; pChild = pChild->next_child_)
476 XmlChild* pchild; local
505 XmlChild* pchild; local
    [all...]
  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlelement.cc 87 XmlChild* pChild;
91 for (pChild = elt.first_child_; pChild; pChild = pChild->NextChild()) {
92 if (pChild->IsText()) {
93 newChild = new XmlText(*(pChild->AsText()));
95 newChild = new XmlElement(*(pChild->AsElement()));
236 XmlChild* pChild;
237 for (pChild = first_child_; pChild; pChild = pChild->next_child_)
459 XmlChild* pchild; local
488 XmlChild* pchild; local
    [all...]
  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.cpp 18 CPDF_LayoutElement* pChild = (CPDF_LayoutElement*)m_ChildArray.GetAt(i);
19 delete pChild;
20 pChild = NULL;
autoreflow.cpp 168 CPDF_AutoReflowElement* pChild = (CPDF_AutoReflowElement*)pElm->GetChild(i);
169 ReleaseElm(pChild);
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 150 _Node *pChild = (_Node *)ptr_array[i];
151 RemoveNode(pChild, nLevel + 1);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 1000 RtreeNode *pChild;
1018 rc = nodeAcquire(pRtree, iRowid, pCursor->pNode, &pChild);
1024 pCursor->pNode = pChild;
1026 for(ii=0; isEof && ii<NCELL(pChild); ii++){
1035 assert( pCursor->pNode==pChild );
1037 nodeRelease(pRtree, pChild);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
btree.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1056 milliseconds