Home | History | Annotate | Download | only in rendering

Lines Matching refs:newRect

1635 static PassRefPtr<JSONValue> jsonObjectForOldAndNewRects(const LayoutRect& oldRect, const LayoutRect& newRect)
1640 object->setValue("new", jsonObjectForRect(newRect));