Home
last modified time | relevance | path

Searched refs:V_COLLAPSE (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dhtml-imp.h181 enum { V_VISIBLE, V_HIDDEN, V_COLLAPSE }; enumerator
H A Dcss-apply.c1162 else if (!strcmp(value->data, "collapse")) return V_COLLAPSE; in visibility_from_property()