Home
last modified time | relevance | path

Searched refs:CountAttrs (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_xml.h69 uint32_t CountAttrs() const { return m_AttrMap.GetSize(); } in CountAttrs() function
/external/pdfium/fpdfsdk/
Dfpdf_ext.cpp79 int count = pElement->CountAttrs(); in CheckSharedForm()