Searched refs:DOM_DISPLAY_INLINE_BLOCK (Results 1 – 3 of 3) sorted by relevance
185 const char DOM_DISPLAY_INLINE_BLOCK[] = "inline-block"; variable
188 ACE_EXPORT extern const char DOM_DISPLAY_INLINE_BLOCK[];
1081 } else if (value == DOM_DISPLAY_INLINE_BLOCK) { in SetCurrentStyle()