OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnimatableProperties
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/ui/compositor/
layer_animation_element.cc
32
Pause(const
AnimatableProperties
& properties, base::TimeDelta duration)
77
static
AnimatableProperties
GetProperties() {
78
AnimatableProperties
properties;
117
static
AnimatableProperties
GetProperties() {
118
AnimatableProperties
properties;
155
static
AnimatableProperties
GetProperties() {
156
AnimatableProperties
properties;
195
static
AnimatableProperties
GetProperties() {
196
AnimatableProperties
properties;
235
static
AnimatableProperties
GetProperties()
[
all
...]
layer_animation_sequence.h
84
const LayerAnimationElement::
AnimatableProperties
& properties() const {
99
const LayerAnimationElement::
AnimatableProperties
& other) const;
147
LayerAnimationElement::
AnimatableProperties
properties_;
layer_animation_element.h
56
typedef std::set<AnimatableProperty>
AnimatableProperties
;
58
LayerAnimationElement(const
AnimatableProperties
& properties,
112
const
AnimatableProperties
& properties,
166
const
AnimatableProperties
& properties() const { return properties_; }
205
const
AnimatableProperties
properties_;
layer_animation_observer.cc
143
const LayerAnimationElement::
AnimatableProperties
& properties =
145
for (LayerAnimationElement::
AnimatableProperties
::const_iterator i =
layer_animation_sequence.cc
179
const LayerAnimationElement::
AnimatableProperties
& other) const {
180
LayerAnimationElement::
AnimatableProperties
intersection;
181
std::insert_iterator<LayerAnimationElement::
AnimatableProperties
> ii(
214
const LayerAnimationElement::
AnimatableProperties
& element_properties =
layer_animation_sequence_unittest.cc
32
LayerAnimationElement::
AnimatableProperties
properties;
128
LayerAnimationElement::
AnimatableProperties
properties;
layer_animator.cc
184
LayerAnimationElement::
AnimatableProperties
animated_properties;
223
LayerAnimationElement::
AnimatableProperties
animated_properties;
258
ui::LayerAnimationElement::
AnimatableProperties
properties_to_pause;
704
LayerAnimationElement::
AnimatableProperties
animated;
layer_animation_element_unittest.cc
254
LayerAnimationElement::
AnimatableProperties
properties;
/external/chromium_org/ash/rotator/
screen_rotation.h
48
static const ui::LayerAnimationElement::
AnimatableProperties
&
screen_rotation.cc
124
const ui::LayerAnimationElement::
AnimatableProperties
&
126
static ui::LayerAnimationElement::
AnimatableProperties
properties;
/external/chromium_org/ui/app_list/views/
pulsing_block_view.cc
53
ui::LayerAnimationElement::
AnimatableProperties
opacity_properties;
60
ui::LayerAnimationElement::
AnimatableProperties
transform_properties;
/external/chromium_org/ash/launcher/
app_list_button.cc
70
ui::LayerAnimationElement::
AnimatableProperties
opacity_properties;
/external/chromium_org/ui/views/corewm/
window_animations.cc
352
ui::LayerAnimationElement::
AnimatableProperties
paused_properties;
Completed in 542 milliseconds