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 48 struct COMPOSITOR_EXPORT TargetValue {
49 TargetValue();
51 explicit TargetValue(const LayerAnimationDelegate* delegate);
183 void GetTargetValue(TargetValue* target) const;
212 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 {
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* target) const OVERRIDE
    [all...]

Completed in 58 milliseconds