HomeSort by relevance Sort by last modified time
    Searched refs:TargetValue (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ash/rotator/
screen_rotation.h 45 virtual void OnGetTarget(TargetValue* target) const OVERRIDE;
screen_rotation.cc 116 void ScreenRotation::OnGetTarget(TargetValue* target) const {
  /external/chromium_org/ui/compositor/
layer_animation_element.h 43 struct COMPOSITOR_EXPORT TargetValue {
44 TargetValue();
46 explicit TargetValue(const LayerAnimationDelegate* delegate);
178 void GetTargetValue(TargetValue* target) const;
207 virtual void OnGetTarget(TargetValue* target) const = 0;
layer_animation_element.cc 43 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {}
70 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
110 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
149 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
190 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
230 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
271 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
312 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
353 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
475 virtual void OnGetTarget(TargetValue* target) const OVERRIDE
    [all...]
layer_animation_sequence.h 78 void GetTargetValue(LayerAnimationElement::TargetValue* target) const;
layer_animation_element_unittest.cc 64 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);
layer_animator.h 295 void GetTargetValue(LayerAnimationElement::TargetValue* target) const;
layer_animation_sequence.cc 161 LayerAnimationElement::TargetValue* target) const {
layer_animation_sequence_unittest.cc 254 LayerAnimationElement::TargetValue target_value(&delegate);
layer_animator.cc 108 LayerAnimationElement::TargetValue target(delegate()); \
800 LayerAnimationElement::TargetValue* target) const {

Completed in 389 milliseconds