OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_percent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLength.cpp
56
m_percent
= pixelsAndPercent.percent;
66
return Length(clampNumber(
m_percent
, range), Percent);
67
return Length(CalculationValue::create(PixelsAndPercent(m_pixels * zoom,
m_percent
), range));
73
return create(blend(m_pixels, length->m_pixels, fraction), blend(
m_percent
, length->
m_percent
, fraction),
80
return m_pixels == length->m_pixels &&
m_percent
== length->
m_percent
&& m_hasPixels == length->m_hasPixels && m_hasPercent == length->m_hasPercent;
AnimatableLength.h
58
,
m_percent
(percent)
70
double
m_percent
;
member in class:WebCore::FINAL
Completed in 3079 milliseconds