Searched refs:offsetFromContainer (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderGeometryMap.cpp210 void RenderGeometryMap::push(const RenderObject* renderer, const LayoutSize& offsetFromContainer, bool accumulatingTransform, bool isNonUniform, bool isFixedPosition, bool hasTransform) argument
212 // fprintf(stderr, "RenderGeometryMap::push %p %d,%d isNonUniform=%d\n", renderer, offsetFromContainer.width().toInt(), offsetFromContainer.height().toInt(), isNonUniform);
219 step.m_offset = offsetFromContainer;
H A DRenderInline.h59 virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const;
H A DRenderTableCell.h231 virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const;
H A DRenderInline.cpp1134 LayoutSize RenderInline::offsetFromContainer(RenderObject* container, const LayoutPoint& point, bool* offsetDependsOnPoint) const function in class:WebCore::RenderInline
1184 LayoutSize containerOffset = offsetFromContainer(o, roundedLayoutPoint(transformState.mappedPoint()));
1222 LayoutSize containerOffset = offsetFromContainer(container, LayoutPoint(), &offsetDependsOnPoint);
H A DRenderTableCell.cpp313 LayoutSize RenderTableCell::offsetFromContainer(RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const function in class:WebCore::RenderTableCell
317 LayoutSize offset = RenderBlock::offsetFromContainer(o, point, offsetDependsOnPoint);
H A DRenderBox.h322 virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const;
H A DRenderObject.h783 virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const;
H A DRenderBox.cpp1765 LayoutSize containerOffset = offsetFromContainer(o, roundedLayoutPoint(transformState.mappedPoint()));
1808 LayoutSize containerOffset = offsetFromContainer(container, LayoutPoint(), &offsetDependsOnPoint);
1839 LayoutSize RenderBox::offsetFromContainer(RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const function in class:WebCore::RenderBox
H A DRenderObject.cpp2132 // FIXME: this should call offsetFromContainer to share code, but I'm not sure it's ever called.
2159 // FIXME: this should call offsetFromContainer to share code, but I'm not sure it's ever called.
2219 // Track the point at the center of the quad's bounding box. As mapLocalToContainer() calls offsetFromContainer(),
2237 LayoutSize RenderObject::offsetFromContainer(RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const function in class:WebCore::RenderObject
2265 LayoutSize currentOffset = currContainer->offsetFromContainer(nextContainer, referencePoint);
H A DRenderThemeMac.mm930 offsetFromInputRenderer -= roundedIntSize(renderer->offsetFromContainer(containingRenderer, LayoutPoint()));
H A DRenderBoxModelObject.cpp2874 LayoutSize containerOffset = offsetFromContainer(o, LayoutPoint());
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DGestureTapHighlighter.cpp72 LayoutSize containerOffset = o->offsetFromContainer(nextContainer, referencePoint);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DFrameSelection.cpp1312 localRect.move(renderer->offsetFromContainer(containerObject, localRect.location()));

Completed in 133 milliseconds