Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderLayer.h407 int staticX() const { return m_staticX; } in staticX() function
409 void setStaticX(int staticX) { m_staticX = staticX; } in setStaticX()