/external/chromium_org/v8/src/ |
D | unicode-inl.h | 17 return CalculateValue(code_point); in get() 20 template <class T, int s> bool Predicate<T, s>::CalculateValue( in CalculateValue() function 38 return CalculateValue(c, n, result); in get() 42 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n, in CalculateValue() function 137 return CalculateValue(bytes, length, cursor); in ValueOf()
|
D | unicode.h | 33 bool CalculateValue(uchar c); 58 int CalculateValue(uchar c, uchar n, uchar* result); 133 static uchar CalculateValue(const byte* str,
|
D | scanner-character-streams.cc | 191 c = unibrow::Utf8::CalculateValue(src + *src_pos, src_length - *src_pos, in CopyChars()
|
D | unicode.cc | 191 uchar Utf8::CalculateValue(const byte* str, in CalculateValue() function in unibrow::Utf8
|
D | heap-snapshot-generator.cc | 3113 unibrow::uchar c = unibrow::Utf8::CalculateValue(s, length, &cursor); in SerializeString()
|
/external/chromium_org/ui/gfx/animation/ |
D | multi_animation.cc | 53 current_value_ = Tween::CalculateValue(parts_[current_part_index_].type, 1); in Step() 62 current_value_ = Tween::CalculateValue(part.type, percent); in Step()
|
D | multi_animation_unittest.cc | 30 EXPECT_DOUBLE_EQ(Tween::CalculateValue(Tween::EASE_OUT, .2), in TEST() 36 EXPECT_DOUBLE_EQ(Tween::CalculateValue(Tween::EASE_OUT, .2), in TEST()
|
D | tween.h | 38 static double CalculateValue(Type type, double state);
|
D | slide_animation.cc | 97 state = Tween::CalculateValue(tween_type_, state); in AnimateToState()
|
D | tween.cc | 23 double Tween::CalculateValue(Tween::Type type, double state) { in CalculateValue() function in gfx::Tween
|
/external/chromium_org/ash/frame/caption_buttons/ |
D | frame_caption_button_container_view.cc | 266 gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT,scaled_value); in AnimationProgressed() 270 gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT, current_value); in AnimationProgressed() 277 gfx::Tween::CalculateValue(gfx::Tween::EASE_IN, scaled_value_alpha); in AnimationProgressed() 284 gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT, scaled_value_position); in AnimationProgressed()
|
/external/chromium_org/ui/compositor/ |
D | float_animation_curve_adapter.cc | 40 gfx::Tween::CalculateValue(tween_type_, progress), in GetValue()
|
D | layer_animation_element.cc | 403 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), in OnAbort() 458 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), in OnAbort() 563 gfx::Tween::CalculateValue(tween_type(), last_progressed_fraction()), in ComputeCurrentTransform() 683 need_draw = OnProgress(gfx::Tween::CalculateValue(tween_type_, t), delegate); in Progress()
|
D | transform_animation_curve_adapter.cc | 50 gfx::Tween::CalculateValue(tween_type_, in GetValue()
|
D | layer_animation_element_unittest.cc | 389 EXPECT_FLOAT_EQ(gfx::Tween::CalculateValue(tween_type, 0.5), in TEST() 429 gfx::Tween::CalculateValue(tween_type, 0.5)); in TEST()
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | loading_animation.cc | 48 double value = gfx::Tween::CalculateValue(gfx::Tween::EASE_OUT, base_value); in GetCurrentValueForDot()
|
/external/chromium_org/athena/home/ |
D | athena_start_page_view.cc | 399 gfx::Tween::CalculateValue(gfx::Tween::EASE_IN_2, layout_state_), in Layout() 405 gfx::Tween::CalculateValue(gfx::Tween::EASE_IN_2, layout_state_), in Layout()
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | location_bar_view.cc | 1219 gfx::Tween::CalculateValue(tween_type, value), start_offset, in GetValueForAnimation()
|