HomeSort by relevance Sort by last modified time
    Searched refs:ScaleByEffectiveZoom (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 218 enum ScaleByEffectiveZoomOrNot { ScaleByEffectiveZoom, DoNotScaleByEffectiveZoom };
RenderBoxModelObject.cpp 379 if (shouldScaleOrNot == ScaleByEffectiveZoom)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 121 const IntSize& imageSize = m_renderer.calculateImageIntrinsicDimensions(styleImage, roundedIntSize(m_referenceBoxLogicalSize), RenderImage::ScaleByEffectiveZoom);
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]

Completed in 110 milliseconds