Home | History | Annotate | Download | only in browsers

Lines Matching refs:unfolded

51 static char tree__folded_sign(bool unfolded)
53 return unfolded ? '-' : '+';
58 return ms->has_children ? tree__folded_sign(ms->unfolded) : ' ';
73 ms->unfolded = unfold ? ms->has_children : false;
94 if (folded_sign == '-') /* Have children and they're unfolded */
104 bool unfolded = false;
109 unfolded = chain->ms.unfolded;
112 if (unfolded)
139 ms->unfolded = !ms->unfolded;
203 if (he->ms.unfolded)
926 if (h->ms.unfolded) {
948 if (h->ms.unfolded) {
981 * unfolded, if it is then we should have
985 if (h->ms.unfolded)