HomeSort by relevance Sort by last modified time
    Searched full:effectivezoom (Results 26 - 42 of 42) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 167 animatedLocalTransform.scale(style()->effectiveZoom());
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 80 return AnimatableLength::create(CSSCalcValue::createExpressionNode(length.calculationValue()->expression(), style.effectiveZoom()));
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 130 float zoomFactor = style()->effectiveZoom();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp     [all...]
RenderObject.cpp 851 if (!img || !img->canRender(renderer, renderer->style()->effectiveZoom()))
879 return borderImage && borderImage->canRender(this, style()->effectiveZoom()) && borderImage->isLoaded();
    [all...]
RenderBoxModelObject.cpp 536 bool shouldPaintBackgroundImage = bgImage && bgImage->canRender(this, style()->effectiveZoom());
    [all...]
RenderObject.h     [all...]
RenderThemeChromiumWin.cpp 656 return style->effectiveZoom() != 1;
RenderBox.cpp 253 if (hasOverflowClip() && oldStyle && newStyle && oldStyle->effectiveZoom() != newStyle->effectiveZoom() && layer()) {
255 left = (left / oldStyle->effectiveZoom()) * newStyle->effectiveZoom();
259 top = (top / oldStyle->effectiveZoom()) * newStyle->effectiveZoom();
    [all...]
RenderLayerScrollableArea.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 152 ASSERT(renderer->style()->effectiveZoom() == 1);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 532 if (renderer.style()->effectiveZoom() != 1) {
537 if (curr->style()->effectiveZoom() != prev->style()->effectiveZoom()) {
723 rend->setScrollLeft(static_cast<int>(newLeft * rend->style()->effectiveZoom()));
748 rend->setScrollTop(static_cast<int>(newTop * rend->style()->effectiveZoom()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 568 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp     [all...]
StyleAdjuster.cpp 70 const int intrinsicMargin = 2 * style->effectiveZoom();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 562 return cssValuePool().createValue(value / style.effectiveZoom(), CSSPrimitiveValue::CSS_NUMBER);
    [all...]

Completed in 805 milliseconds

12