HomeSort by relevance Sort by last modified time
    Searched defs:target_value (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/animation/
scroll_offset_animation_curve.h 20 const gfx::Vector2dF& target_value,
27 gfx::Vector2dF target_value() const { return target_value_; } function in class:cc::ScrollOffsetAnimationCurve
36 ScrollOffsetAnimationCurve(const gfx::Vector2dF& target_value,
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 99 TargetType target_value = static_cast<TargetType>(value); local
101 memcpy(&(*data_)[pos], &target_value, sizeof(TargetType));

Completed in 95 milliseconds