Home
last modified time | relevance | path

Searched refs:CountKids (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h82 virtual int CountKids() const = 0;
/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h57 int CountKids() const in CountKids() function
/external/pdfium/core/src/reflow/
Dlayoutprovider_taggedpdf.cpp676 int count = pTaggedElement->CountKids(); in ProcessElement()