Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h50 int32_t CountTabs(CFX_CSSComputedStyle* pStyle) const;
Dcxfa_textlayout.cpp761 int32_t iTabCount = m_textParser.CountTabs( in LoadRichText()
938 int32_t iCount = m_textParser.CountTabs(pStyle); in DoTabstops()
Dcxfa_textparser.cpp325 int32_t CXFA_TextParser::CountTabs(CFX_CSSComputedStyle* pStyle) const { in CountTabs() function in CXFA_TextParser