Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h48 int32_t CountTabs(CFX_CSSComputedStyle* pStyle) const;
Dcxfa_textparser.cpp311 int32_t CXFA_TextParser::CountTabs(CFX_CSSComputedStyle* pStyle) const { in CountTabs() function in CXFA_TextParser
Dcxfa_textlayout.cpp758 int32_t iTabCount = m_textParser.CountTabs( in LoadRichText()
960 int32_t iCount = m_textParser.CountTabs(pStyle); in DoTabstops()