Searched refs:yPosition (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp299 int yPosition = isHorizontal ? m_innerViewportContainerLayer->size().height() - scrollbarThickness : 0; local
304 scrollbarGraphicsLayer->setPosition(IntPoint(xPosition, yPosition));
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSPropertyEquality.cpp31 if (aLayer->yPosition() != bLayer->yPosition())
H A DCSSAnimatableValueFactory.cpp202 values.append(createFromBackgroundPosition(fillLayer->yPosition(), fillLayer->isBackgroundYOriginSet(), fillLayer->backgroundYOrigin(), style));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DFillLayer.h70 const Length& yPosition() const { return m_yPosition; } function in class:blink::FillLayer
H A DRenderStyle.h650 const Length& backgroundYPosition() const { return m_background->background().yPosition(); }
663 const Length& maskYPosition() const { return rareNonInheritedData->m_mask.yPosition(); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp920 if (layer.yPosition().isPercent() && !layer.yPosition().isZero())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp599 positionList->append(zoomAdjustedPixelValueForLength(layer.yPosition(), style));
1696 list->append(zoomAdjustedPixelValueForLength(currLayer->yPosition(), *style));
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp714 LayoutUnit computedYPosition = roundedMinimumValueForLength(fillLayer.yPosition(), availableHeight);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 5853 milliseconds