Searched refs:DOM_VISIBILITY_HIDDEN (Results 1 – 3 of 3) sorted by relevance
188 const char DOM_VISIBILITY_HIDDEN[] = "hidden"; variable
191 ACE_EXPORT extern const char DOM_VISIBILITY_HIDDEN[];
1561 … (value == DOM_VISIBILITY_HIDDEN) ? VisibilityType::HIDDEN : VisibilityType::VISIBLE; in SetCurrentStyle()