Searched refs:xPosition (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DPageViewportControllerClientQt.h122 ScaleStackItem(qreal scale, qreal xPosition) argument
124 , xPosition(xPosition)
128 qreal xPosition; member in struct:WebKit::PageViewportControllerClientQt::ScaleStackItem
H A DPageViewportControllerClientQt.cpp308 endPosition.setX(lastScale.xPosition);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderCombineText.cpp59 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
67 return RenderText::width(from, length, font, xPosition, fallbackFonts, glyphOverflow);
H A DRenderCombineText.h42 virtual float width(unsigned from, unsigned length, const Font&, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
H A DRenderBoxModelObject.cpp1294 LayoutUnit computedXPosition = minimumValueForLength(fillLayer->xPosition(), availableWidth, renderView, true);
H A DRenderObject.cpp819 if (!layer->xPosition().isZero() || !layer->yPosition().isZero())
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DFillLayer.h69 Length xPosition() const { return m_xPosition; } function in class:WebCore::FillLayer
H A DRenderStyle.h668 Length backgroundXPosition() const { return m_background->background().xPosition(); }
681 Length maskXPosition() const { return rareNonInheritedData->m_mask.xPosition(); }
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp644 positionList->append(zoomAdjustedPixelValueForLength(layer->xPosition(), style));
1733 return cssValuePool().createValue(layers->xPosition());
1737 list->append(cssValuePool().createValue(currLayer->xPosition()));
H A DDeprecatedStyleBuilder.cpp2095 setPropertyHandler(CSSPropertyBackgroundPositionX, ApplyPropertyFillLayer<Length, CSSPropertyBackgroundPositionX, BackgroundFillLayer, &RenderStyle::accessBackgroundLayers, &RenderStyle::backgroundLayers, &FillLayer::isXPositionSet, &FillLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPosition, &FillLayer::initialFillXPosition, &CSSToStyleMap::mapFillXPosition>::createHandler());
2302 setPropertyHandler(CSSPropertyWebkitMaskPositionX, ApplyPropertyFillLayer<Length, CSSPropertyWebkitMaskPositionX, MaskFillLayer, &RenderStyle::accessMaskLayers, &RenderStyle::maskLayers, &FillLayer::isXPositionSet, &FillLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPosition, &FillLayer::initialFillXPosition, &CSSToStyleMap::mapFillXPosition>::createHandler());
/macosx-10.9.5/WebCore-7537.78.1/page/animation/
H A DCSSPropertyAnimation.cpp835 m_fillLayerPropertyWrapper = new FillLayerPropertyWrapper<Length>(&FillLayer::xPosition, &FillLayer::setXPosition);

Completed in 212 milliseconds