OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numeratorValue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSAspectRatioValue.h
38
static PassRefPtr<CSSAspectRatioValue> create(float
numeratorValue
, float denominatorValue)
40
return adoptRef(new CSSAspectRatioValue(
numeratorValue
, denominatorValue));
45
float
numeratorValue
() const { return m_numeratorValue; }
51
CSSAspectRatioValue(float
numeratorValue
, float denominatorValue)
53
, m_numeratorValue(
numeratorValue
)
MediaQueryExp.cpp
245
float
numeratorValue
= 0;
252
numeratorValue
= value->fValue;
264
cssValue = CSSAspectRatioValue::create(
numeratorValue
, denominatorValue);
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
Completed in 160 milliseconds