Home
last modified time | relevance | path

Searched refs:AsValueSafely (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/cc/base/
Dmath_util.h190 static scoped_ptr<base::Value> AsValueSafely(double value);
191 static scoped_ptr<base::Value> AsValueSafely(float value);
Dmath_util.cc652 scoped_ptr<base::Value> MathUtil::AsValueSafely(double value) { in AsValueSafely() function in cc::MathUtil
657 scoped_ptr<base::Value> MathUtil::AsValueSafely(float value) { in AsValueSafely() function in cc::MathUtil
/external/chromium_org/cc/resources/
Dmanaged_tile_state.cc99 MathUtil::AsValueSafely(distance_to_visible).release()); in AsValue()
Dtile_priority.cc61 MathUtil::AsValueSafely(distance_to_visible).release()); in AsValue()