HomeSort by relevance Sort by last modified time
    Searched refs:CountChildren (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 25 int CountChildren();
autoreflow.h 40 int CountChildren()
layoutprocessor_reflow.cpp 325 int count = pElement->CountChildren();
365 int count = pElement->CountChildren();
573 int count = pElement->CountChildren();
628 int count = pElement->CountChildren();
    [all...]
layoutprovider_taggedpdf.cpp 597 int CPDF_LayoutElement::CountChildren()
autoreflow.cpp 166 int count = pElm->CountChildren();
  /external/pdfium/core/include/reflow/
fpdf_layout.h 195 virtual int CountChildren() = 0;
  /external/pdfium/core/src/fpdfdoc/
doc_metadata.cpp 98 int nChild = pElmntRdf->CountChildren();
  /external/pdfium/core/include/fxcrt/
fx_xml.h 161 FX_DWORD CountChildren() const;
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 137 FX_DWORD nCount = pElement->CountChildren();
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 49 FX_INT32 nCount = pXML->CountChildren();
61 int nChild = pSubElement->CountChildren();

Completed in 301 milliseconds