OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toCSSPrimitiveValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLength.cpp
44
CSSPrimitiveValue* primitiveValue = WebCore::
toCSSPrimitiveValue
(value);
66
const CSSPrimitiveValue* primitiveValue = WebCore::
toCSSPrimitiveValue
(value);
79
return
toCSSPrimitiveValue
(range);
90
return
toCSSPrimitiveValue
(range)->convertToLength<AnyConversion>(conversionData);
138
return CSSCalcValue::createExpressionNode(
toCSSPrimitiveValue
(AllValues), m_number == trunc(m_number));
151
PassRefPtr<CSSPrimitiveValue> AnimatableLength::
toCSSPrimitiveValue
(NumberRange range) const
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp
359
PassRefPtr<CSSPrimitiveValue> SVGLength::
toCSSPrimitiveValue
(const SVGLength& length)
Completed in 555 milliseconds