computePath       122 Source/core/html/HTMLAreaElement.cpp     return enclosingLayoutRect(computePath(obj).boundingRect());
computePath        44 Source/core/html/HTMLAreaElement.h     Path computePath(RenderObject*) const;
computePath       421 Source/core/rendering/RenderImage.cpp     Path path = areaElement.computePath(this);
computePath       443 Source/core/rendering/RenderImage.cpp     Path path = areaElement->computePath(this);