HomeSort by relevance Sort by last modified time
    Searched defs:addOverflowFromChild (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderBox.h 106 void addOverflowFromChild(RenderBox* child) { addOverflowFromChild(child, IntSize(child->x(), child->y())); }
107 void addOverflowFromChild(RenderBox* child, const IntSize& delta);
RenderBox.cpp     [all...]

Completed in 184 milliseconds