Searched defs:hasClip (Results 1 – 4 of 4) sorted by relevance
50 bool hasClip : 1; variable
470 bool hasClip() const { return visual->hasClip; } in hasClip() function
431 bool hasClip() const { return isPositioned() && style()->hasClip(); } in hasClip() function
4456 bool hasClip = true; in applyProperty() local