OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyWithAdjustedZoom
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSToLengthConversionData.h
67
CSSToLengthConversionData
copyWithAdjustedZoom
(float newZoom) const
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.h
83
T originalLength = primitiveValue->computeLength<T>(state.cssToLengthConversionData().
copyWithAdjustedZoom
(1.0));
StyleBuilderConverter.cpp
165
return primitiveValue->computeLength<float>(state.cssToLengthConversionData().
copyWithAdjustedZoom
(1));
FilterOperationResolver.cpp
366
const CSSToLengthConversionData& conversionData = unadjustedConversionData.
copyWithAdjustedZoom
(zoomFactor);
StyleBuilderCustom.cpp
278
lineHeight = primitiveValue->computeLength<Length>(state.cssToLengthConversionData().
copyWithAdjustedZoom
(multiplier));
289
Length zoomedLength = Length(primitiveValue->cssCalcValue()->toCalcValue(state.cssToLengthConversionData().
copyWithAdjustedZoom
(multiplier)));
438
width = first->computeLength<Length>(state.cssToLengthConversionData().
copyWithAdjustedZoom
(1.0));
439
height = second->computeLength<Length>(state.cssToLengthConversionData().
copyWithAdjustedZoom
(1.0));
457
width = height = primitiveValue->computeLength<Length>(state.cssToLengthConversionData().
copyWithAdjustedZoom
(1.0));
[
all
...]
CSSToStyleMap.cpp
618
const CSSToLengthConversionData& conversionData = cssToLengthConversionData().
copyWithAdjustedZoom
(zoom);
Completed in 34 milliseconds