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

  /external/chromium_org/ui/compositor/
layer_animation_element.h 42 struct COMPOSITOR_EXPORT TargetValue {
43 TargetValue();
45 explicit TargetValue(const LayerAnimationDelegate* delegate);
163 void GetTargetValue(TargetValue* target) const;
190 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 {
148 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
188 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
228 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
269 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
310 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
363 virtual void OnGetTarget(TargetValue* target) const OVERRIDE {
481 virtual void OnGetTarget(TargetValue* target) const OVERRIDE
    [all...]

Completed in 613 milliseconds