Home
last modified time | relevance | path

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

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