itemBoundingBoxRect  153 Source/core/accessibility/AXListBox.cpp         LayoutRect rect = toRenderListBox(m_renderer)->itemBoundingBoxRect(parentRect.location(), i);
itemBoundingBoxRect  108 Source/core/accessibility/AXListBoxOption.cpp         rect = toRenderListBox(listBoxRenderer)->itemBoundingBoxRect(parentRect.location(), index);
itemBoundingBoxRect  346 Source/core/rendering/RenderListBox.cpp         rects.append(pixelSnappedIntRect(itemBoundingBoxRect(additionalOffset, selectedItem)));
itemBoundingBoxRect  356 Source/core/rendering/RenderListBox.cpp             rects.append(pixelSnappedIntRect(itemBoundingBoxRect(additionalOffset, i)));
itemBoundingBoxRect  441 Source/core/rendering/RenderListBox.cpp     LayoutRect r = itemBoundingBoxRect(paintOffset, listIndex);
itemBoundingBoxRect  474 Source/core/rendering/RenderListBox.cpp         LayoutRect itemRect = itemBoundingBoxRect(paintOffset, listIndex);
itemBoundingBoxRect  720 Source/core/rendering/RenderListBox.cpp         if (itemBoundingBoxRect(adjustedLocation, i).contains(locationInContainer.point())) {
itemBoundingBoxRect   51 Source/core/rendering/RenderListBox.h     LayoutRect itemBoundingBoxRect(const LayoutPoint&, int index);