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

/external/chromium_org/third_party/WebKit/Source/web/
H A DFindInPageCoordinates.cpp60 static FloatRect toNormalizedRect(const FloatRect& absoluteRect, const RenderObject* renderer, const RenderBlock* container) argument
84 FloatRect normalizedRect = absoluteRect;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.h53 FloatRect absoluteRect(const FloatRect& rect) const function in class:blink::RenderGeometryMap
H A DRenderInline.cpp686 m_quads.append(m_geometryMap.absoluteRect(rect));
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DRenderedPosition.h72 IntRect absoluteRect(LayoutUnit* extraWidthToEndOfLine = 0) const;
H A DRenderedPosition.cpp227 IntRect RenderedPosition::absoluteRect(LayoutUnit* extraWidthToEndOfLine) const function in class:blink::RenderedPosition
H A DEditor.cpp1098 IntRect startCaretRect = RenderedPosition(VisiblePosition(range->startPosition()).deepEquivalent(), DOWNSTREAM).absoluteRect(&extraWidthToEndOfLine);
1102 IntRect endCaretRect = RenderedPosition(VisiblePosition(range->endPosition()).deepEquivalent(), UPSTREAM).absoluteRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingInputsUpdater.cpp112 properties.clippedAbsoluteBoundingBox = enclosingIntRect(m_geometryMap.absoluteRect(layer->boundingBoxForCompositingOverlapTest()));

Completed in 2277 milliseconds