Searched refs:absoluteRect (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DFindInPageCoordinates.cpp63 static FloatRect toNormalizedRect(const FloatRect& absoluteRect, const RenderObject* renderer, const RenderBlock* container) argument
87 FloatRect normalizedRect = absoluteRect;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRenderedPosition.h70 IntRect absoluteRect(LayoutUnit* extraWidthToEndOfLine = 0) const;
H A DRenderedPosition.cpp226 IntRect RenderedPosition::absoluteRect(LayoutUnit* extraWidthToEndOfLine) const function in class:WebCore::RenderedPosition
H A DEditor.cpp1815 IntRect startCaretRect = RenderedPosition(VisiblePosition(range->startPosition()).deepEquivalent(), DOWNSTREAM).absoluteRect(&extraWidthToEndOfLine);
1819 IntRect endCaretRect = RenderedPosition(VisiblePosition(range->endPosition()).deepEquivalent(), UPSTREAM).absoluteRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.h87 FloatRect absoluteRect(const FloatRect& rect) const function in class:WebCore::RenderGeometryMap
H A DRenderLayerCompositor.cpp699 layerBounds = enclosingIntRect(overlapMap.geometryMap().absoluteRect(layer->overlapBounds()));
807 absBounds = enclosingIntRect(overlapMap->geometryMap().absoluteRect(layer->overlapBounds()));
872 IntRect childAbsBounds = enclosingIntRect(overlapMap->geometryMap().absoluteRect(curLayer->overlapBounds()));
H A DRenderInline.cpp655 m_quads.append(m_geometryMap.absoluteRect(rect));

Completed in 169 milliseconds