OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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_
;
168
// 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
375
testingAnimationEndedCallback_
.reset(Block_copy(callback));
594
if (![self isAnimating] &&
testingAnimationEndedCallback_
)
595
testingAnimationEndedCallback_
.get()();
Completed in 36 milliseconds