Searched defs:hasClip (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h431 bool hasClip() const { return isPositioned() && style()->hasClip(); } function in class:WebCore::RenderObject
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp4456 bool hasClip = true; local
4458 if (m_parentStyle->hasClip()) {
4464 hasClip = false;
4468 hasClip = false;
4484 m_style->setHasClip(hasClip);
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h470 bool hasClip() const { return visual->hasClip; } function in class:WebCore::RenderStyle
905 void setHasClip(bool b = true) { SET_VAR(visual, hasClip, b) }

Completed in 136 milliseconds