Searched refs:DOM_DISPLAY_BLOCK (Results 1 – 3 of 3) sorted by relevance
184 const char DOM_DISPLAY_BLOCK[] = "block"; variable
187 ACE_EXPORT extern const char DOM_DISPLAY_BLOCK[];
1077 } else if (value == DOM_DISPLAY_BLOCK) { in SetCurrentStyle()