Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h50 bool IsSpaceRun(CFX_CSSComputedStyle* pStyle) const;
Dcxfa_textparser.cpp318 bool CXFA_TextParser::IsSpaceRun(CFX_CSSComputedStyle* pStyle) const { in IsSpaceRun() function in CXFA_TextParser
Dcxfa_textlayout.cpp760 bool bSpaceRun = m_textParser.IsSpaceRun( in LoadRichText()