Searched refs:TargetValue (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animation_element.h48 struct COMPOSITOR_EXPORT TargetValue { struct in class:ui::LayerAnimationElement
49 TargetValue();
51 explicit TargetValue(const LayerAnimationDelegate* delegate);
183 void GetTargetValue(TargetValue* target) const;
212 virtual void OnGetTarget(TargetValue* target) const = 0;
H A Dlayer_animation_element.cc43 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {}
70 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
104 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
137 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
172 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
206 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
241 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
276 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
311 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
427 virtual void OnGetTarget(TargetValue* targe
603 LayerAnimationElement::TargetValue::TargetValue() function in class:ui::LayerAnimationElement::TargetValue
611 LayerAnimationElement::TargetValue::TargetValue( function in class:ui::LayerAnimationElement::TargetValue
[all...]
H A Dlayer_animation_sequence.h78 void GetTargetValue(LayerAnimationElement::TargetValue* target) const;
H A Dlayer_animation_element_unittest.cc64 LayerAnimationElement::TargetValue target_value(&delegate);
123 LayerAnimationElement::TargetValue target;
163 LayerAnimationElement::TargetValue target_value(&delegate);
205 LayerAnimationElement::TargetValue target_value(&delegate);
239 LayerAnimationElement::TargetValue target_value(&delegate);
274 LayerAnimationElement::TargetValue target_value(&delegate);
309 LayerAnimationElement::TargetValue target_value(&delegate);
H A Dlayer_animation_sequence.cc163 LayerAnimationElement::TargetValue* target) const {
H A Dlayer_animator.h296 void GetTargetValue(LayerAnimationElement::TargetValue* target) const;
H A Dlayer_animation_sequence_unittest.cc250 LayerAnimationElement::TargetValue target_value(&delegate);
H A Dlayer_animator.cc95 LayerAnimationElement::TargetValue target(delegate()); \
796 LayerAnimationElement::TargetValue* target) const {
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.h45 virtual void OnGetTarget(TargetValue* target) const OVERRIDE;
H A Dscreen_rotation.cc116 void ScreenRotation::OnGetTarget(TargetValue* target) const {

Completed in 75 milliseconds