Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdata.h42 static const LengthUnit* GetLengthUnitByName(WideStringView wsName);
Dcfx_cssdata.cpp317 const CFX_CSSData::LengthUnit* CFX_CSSData::GetLengthUnitByName( in GetLengthUnitByName() function in CFX_CSSData
Dcfx_cssdeclaration.cpp49 CFX_CSSData::GetLengthUnitByName(WideStringView(pszValue, 2)); in ParseCSSNumber()