Home
last modified time | relevance | path

Searched refs:computePath (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLAreaElement.cpp89 Path HTMLAreaElement::computePath(RenderObject* obj) const in computePath() function in WebCore::HTMLAreaElement
116 return enclosingIntRect(computePath(obj).boundingRect()); in computeRect()
DHTMLAreaElement.h45 Path computePath(RenderObject*) const;
/external/webkit/Source/WebCore/rendering/
DRenderImage.cpp358 Path path = areaElement->computePath(this); in paintAreaElementFocusRing()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-163956 computeRect(). Rename getPath() to computePath() for consistency as
3964 (WebCore::HTMLAreaElement::computePath):