Searched defs:CFX_CSSLength (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/fxcrt/css/
H A Dcfx_css.h184 class CFX_CSSLength { class
186 CFX_CSSLength() {} function in class:CFX_CSSLength
188 explicit CFX_CSSLength(CFX_CSSLengthUnit eUnit) : m_unit(eUnit) {} function in class:CFX_CSSLength
190 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) function in class:CFX_CSSLength
193 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) {
198 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) {
239 CFX_CSSLength left, top, right, bottom;

Completed in 45 milliseconds