OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnitTypeLength
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableNumber.h
47
UnitTypeLength
,
AnimatableNumber.cpp
98
if (m_unitType ==
UnitTypeLength
)
164
return
UnitTypeLength
;
206
case
UnitTypeLength
:
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp
128
return AnimatableNumber::create(adjustFloatForAbsoluteZoom(length.value(), style), AnimatableNumber::
UnitTypeLength
);
Completed in 164 milliseconds