Home
last modified time | relevance | path

Searched defs:hasClip (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleVisualData.h50 bool hasClip : 1; variable
DRenderStyle.h470 bool hasClip() const { return visual->hasClip; } in hasClip() function
/external/webkit/Source/WebCore/rendering/
DRenderObject.h431 bool hasClip() const { return isPositioned() && style()->hasClip(); } in hasClip() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4456 bool hasClip = true; in applyProperty() local