Searched defs:m_boundingBox (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestLocation.h67 IntRect boundingBox() const { return m_boundingBox; }
70 int topPadding() const { return roundedPoint().y() - m_boundingBox.y(); }
71 int rightPadding() const { return m_boundingBox.maxX() - roundedPoint().x() - 1; }
72 int bottomPadding() const { return m_boundingBox.maxY() - roundedPoint().y() - 1; }
73 int leftPadding() const { return roundedPoint().x() - m_boundingBox.x(); }
89 IntRect m_boundingBox; member in class:WebCore::HitTestLocation
H A DRenderLayerCompositor.cpp83 m_boundingBox.unite(bounds);
91 if (!bounds.intersects(m_boundingBox))
103 m_boundingBox.unite(otherContainer.m_boundingBox);
107 IntRect m_boundingBox; member in class:WebCore::OverlapMapContainer
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPolygon.h62 FloatRect boundingBox() const { return m_boundingBox; }
76 FloatRect m_boundingBox; member in class:WebCore::FloatPolygon

Completed in 100 milliseconds