Searched refs:CSS_PROP____ (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | properties.inc | 7 CSS_PROP____(BorderLeft, 11 CSS_PROP____(Top, 16 CSS_PROP____(Margin, 21 CSS_PROP____(TextIndent, 25 CSS_PROP____(Right, 30 CSS_PROP____(PaddingLeft, 34 CSS_PROP____(MarginLeft, 39 CSS_PROP____(Border, 43 CSS_PROP____(BorderTop, 47 CSS_PROP____(Bottom, [all …]
|
D | cfx_cssdata_unittest.cpp | 12 #undef CSS_PROP____ in TEST() 13 #define CSS_PROP____(a, b, c, d) \ in TEST() macro 20 #undef CSS_PROP____ in TEST()
|
D | cfx_css.h | 26 #undef CSS_PROP____ 27 #define CSS_PROP____(a, b, c, d) a, macro 31 #undef CSS_PROP____
|
D | cfx_cssdata.cpp | 19 #undef CSS_PROP____ 20 #define CSS_PROP____(a, b, c, d) {CFX_CSSProperty::a, c, d}, macro 24 #undef CSS_PROP____
|