Home | History | Annotate | Download | only in accessibility

Lines Matching defs:elementRect

187 LayoutRect AXRenderObject::elementRect() const
1255 IntRect bounds = pixelSnappedIntRect(elementRect());
1923 if (children[k]->elementRect().contains(point))
2053 IntSize offset = point - roundedIntPoint(elementRect().location());
2063 rect.moveBy(parent->parentObject()->elementRect().location());
2310 LayoutRect labelRect = axObjectCache()->getOrCreate(label)->elementRect();