OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayerAnimationObserver
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/compositor/
layer_animation_observer.cc
12
//
LayerAnimationObserver
14
LayerAnimationObserver
::
LayerAnimationObserver
() {
17
LayerAnimationObserver
::~
LayerAnimationObserver
() {
21
bool
LayerAnimationObserver
::RequiresNotificationWhenAnimatorDestroyed() const {
25
void
LayerAnimationObserver
::OnAttachedToSequence(
29
void
LayerAnimationObserver
::OnDetachedFromSequence(
33
void
LayerAnimationObserver
::StopObserving() {
40
void
LayerAnimationObserver
::AttachedToSequence
[
all
...]
layer_animation_observer.h
23
class COMPOSITOR_EXPORT
LayerAnimationObserver
{
41
LayerAnimationObserver
();
42
virtual ~
LayerAnimationObserver
();
82
: public
LayerAnimationObserver
{
118
//
LayerAnimationObserver
implementation
Completed in 36 milliseconds