Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.h84 int32_t CountTabs(IFDE_CSSComputedStyle* pStyle) const;
Dxfa_textlayout.cpp340 int32_t CXFA_TextParser::CountTabs(IFDE_CSSComputedStyle* pStyle) const { in CountTabs() function in CXFA_TextParser
1447 m_textParser.CountTabs(bContentNode ? pParentStyle : pStyle); in LoadRichText()
1674 int32_t iCount = m_textParser.CountTabs(pStyle); in DoTabstops()