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

  /external/chromium_org/chrome/browser/extensions/
extension_action.cc 57 // TODO(tbarzic): Merge AnimationIconImageSource and IconAnimation together.
63 base::WeakPtr<ExtensionAction::IconAnimation> animation)
85 base::WeakPtr<ExtensionAction::IconAnimation> animation_;
95 ExtensionAction::IconAnimation::IconAnimation()
100 ExtensionAction::IconAnimation::~IconAnimation() {
108 const SkBitmap& ExtensionAction::IconAnimation::Apply(
128 base::WeakPtr<ExtensionAction::IconAnimation>
129 ExtensionAction::IconAnimation::AsWeakPtr()
    [all...]
extension_action.h 56 class IconAnimation : public ui::LinearAnimation {
67 // A holder for an IconAnimation with a scoped observer.
70 ScopedObserver(const base::WeakPtr<IconAnimation>& icon_animation,
75 const IconAnimation* icon_animation() const {
80 base::WeakPtr<IconAnimation> icon_animation_;
86 virtual ~IconAnimation();
98 IconAnimation();
100 base::WeakPtr<IconAnimation> AsWeakPtr();
110 base::WeakPtrFactory<IconAnimation> weak_ptr_factory_;
112 DISALLOW_COPY_AND_ASSIGN(IconAnimation);
    [all...]

Completed in 389 milliseconds