HomeSort by relevance Sort by last modified time
    Searched refs:computeRect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.h 44 LayoutRect computeRect(RenderObject*) const;
HTMLAreaElement.cpp 114 LayoutRect HTMLAreaElement::computeRect(RenderObject* obj) const
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXImageMapLink.cpp 140 return m_areaElement->computeRect(renderer);
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 747 LayoutRect rect = virtualRectForDirection(type, rectToAbsoluteCoordinates(area.document().frame(), area.computeRect(area.imageElement()->renderer())), 1);

Completed in 1159 milliseconds