OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
...]
layer_animation_element_unittest.cc
63
LayerAnimationElement::
TargetValue
target_value(&delegate);
100
LayerAnimationElement::
TargetValue
target_value(&delegate);
142
LayerAnimationElement::
TargetValue
target_value(&delegate);
176
LayerAnimationElement::
TargetValue
target_value(&delegate);
211
LayerAnimationElement::
TargetValue
target_value(&delegate);
246
LayerAnimationElement::
TargetValue
target_value(&delegate);
layer_animation_sequence.h
78
void GetTargetValue(LayerAnimationElement::
TargetValue
* target) const;
layer_animator.h
290
void GetTargetValue(LayerAnimationElement::
TargetValue
* target) const;
layer_animation_sequence.cc
153
LayerAnimationElement::
TargetValue
* target) const {
layer_animation_sequence_unittest.cc
252
LayerAnimationElement::
TargetValue
target_value(&delegate);
layer_animator.cc
105
LayerAnimationElement::
TargetValue
target(delegate()); \
793
LayerAnimationElement::
TargetValue
* target) const {
Completed in 260 milliseconds