HomeSort by relevance Sort by last modified time
    Searched full:testinganimationendedcallback_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/message_center/cocoa/
popup_collection.h 68 testingAnimationEndedCallback_;
95 // Setter for testingAnimationEndedCallback_. The testing code could set it
tray_view_controller.h 108 testingAnimationEndedCallback_;
172 // Setter for testingAnimationEndedCallback_. The testing code could set it
popup_collection.mm 129 if (![self isAnimating] && testingAnimationEndedCallback_)
130 testingAnimationEndedCallback_.get()();
149 testingAnimationEndedCallback_.reset(Block_copy(callback));
tray_view_controller.mm 384 testingAnimationEndedCallback_.reset(Block_copy(callback));
603 if (![self isAnimating] && testingAnimationEndedCallback_)
604 testingAnimationEndedCallback_.get()();

Completed in 41 milliseconds