OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDoubleValue
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp
126
sy = firstValue->
getDoubleValue
();
128
sx = firstValue->
getDoubleValue
();
132
sy = secondValue->
getDoubleValue
();
146
sz = firstValue->
getDoubleValue
();
148
sy = firstValue->
getDoubleValue
();
150
sx = firstValue->
getDoubleValue
();
154
sz = thirdValue->
getDoubleValue
();
158
sy = secondValue->
getDoubleValue
();
246
double x = firstValue->
getDoubleValue
();
247
double y = secondValue->
getDoubleValue
();
[
all
...]
CSSToStyleMap.cpp
577
box.m_top = Length(slices->top()->
getDoubleValue
(), Percent);
581
box.m_bottom = Length(slices->bottom()->
getDoubleValue
(), Percent);
585
box.m_left = Length(slices->left()->
getDoubleValue
(), Percent);
589
box.m_right = Length(slices->right()->
getDoubleValue
(), Percent);
601
return value.
getDoubleValue
();
603
return Length(value.
getDoubleValue
(CSSPrimitiveValue::CSS_PERCENTAGE), Percent);
FilterOperationResolver.cpp
103
arrayParameter->addValue(primitiveValue->
getDoubleValue
());
118
numberParameter->addValue(primitiveValue->
getDoubleValue
());
432
amount = firstValue->
getDoubleValue
();
454
amount = firstValue->
getDoubleValue
();
StyleBuilderCustom.cpp
282
lineHeight = Length(primitiveValue->
getDoubleValue
() * 100.0, Percent);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h
265
double
getDoubleValue
(unsigned short unitType, ExceptionState&) const;
266
double
getDoubleValue
(unsigned short unitType) const;
267
double
getDoubleValue
() const;
278
template<typename T> inline T getValue(unsigned short unitType, ExceptionState& exceptionState) const { return clampTo<T>(
getDoubleValue
(unitType, exceptionState)); }
279
template<typename T> inline T getValue(unsigned short unitType) const { return clampTo<T>(
getDoubleValue
(unitType)); }
280
template<typename T> inline T getValue() const { return clampTo<T>(
getDoubleValue
()); }
CSSPrimitiveValue.cpp
507
return
getDoubleValue
();
509
return rad2deg(
getDoubleValue
());
511
return grad2deg(
getDoubleValue
());
513
return turn2deg(
getDoubleValue
());
615
double result =
getDoubleValue
() * factor;
682
double CSSPrimitiveValue::
getDoubleValue
(unsigned short unitType, ExceptionState& exceptionState) const
694
double CSSPrimitiveValue::
getDoubleValue
(unsigned short unitType) const
701
double CSSPrimitiveValue::
getDoubleValue
() const
739
*result =
getDoubleValue
();
768
double convertedValue =
getDoubleValue
();
[
all
...]
CSSGradientValue.cpp
82
double aVal = a.m_position->
getDoubleValue
(CSSPrimitiveValue::CSS_NUMBER);
83
double bVal = b.m_position->
getDoubleValue
(CSSPrimitiveValue::CSS_NUMBER);
479
if (stop.m_position->
getDoubleValue
(CSSPrimitiveValue::CSS_NUMBER) == 0) {
483
} else if (stop.m_position->
getDoubleValue
(CSSPrimitiveValue::CSS_NUMBER) == 1) {
489
result.append(String::number(stop.m_position->
getDoubleValue
(CSSPrimitiveValue::CSS_NUMBER)));
758
if (stop.m_position->
getDoubleValue
(CSSPrimitiveValue::CSS_NUMBER) == 0) {
762
} else if (stop.m_position->
getDoubleValue
(CSSPrimitiveValue::CSS_NUMBER) == 1) {
768
result.append(String::number(stop.m_position->
getDoubleValue
(CSSPrimitiveValue::CSS_NUMBER)));
[
all
...]
CSSCalculationValue.cpp
208
return !m_value->
getDoubleValue
();
253
return m_value->
getDoubleValue
();
265
return m_value->
getDoubleValue
();
CSSPrimitiveValueMappings.h
[
all
...]
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
JavaBridgeReturnValuesTest.java
71
public double
getDoubleValue
() {
145
executeJavaScriptAndGetStringResult("typeof testObject.
getDoubleValue
()"));
182
"Math.abs(42.1 - testObject.
getDoubleValue
()) < 0.001"));
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeReturnValuesTest.java
85
public double
getDoubleValue
() {
157
executeJavaScriptAndGetStringResult("typeof testObject.
getDoubleValue
()"));
192
"Math.abs(42.1 - testObject.
getDoubleValue
()) < 0.001"));
/cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java
81
value =
getDoubleValue
(valueArg);
220
private Object
getDoubleValue
(int valueArg) {
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLength.cpp
52
return create(primitiveValue->
getDoubleValue
() * scale, unitType, primitiveValue);
148
return primitiveValue->
getDoubleValue
() >= 0;
KeyframeAnimationEffectTest.cpp
71
actualValue = toCSSPrimitiveValue(toAnimatableLength(value.get())->toCSSValue().get())->
getDoubleValue
();
73
actualValue = toCSSPrimitiveValue(toAnimatableUnknown(value.get())->toCSSValue().get())->
getDoubleValue
();
/prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
Completed in 333 milliseconds