OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnWindowHidingAnimationCompleted
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/aura/client/
animation_host.h
29
virtual void
OnWindowHidingAnimationCompleted
() = 0;
/external/chromium_org/ui/views/corewm/
window_animations_unittest.cc
111
virtual void
OnWindowHidingAnimationCompleted
() OVERRIDE {
window_animations.cc
140
animation_host->
OnWindowHidingAnimationCompleted
();
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.h
131
virtual void
OnWindowHidingAnimationCompleted
() OVERRIDE;
desktop_root_window_host_win.cc
202
// else case,
OnWindowHidingAnimationCompleted
does the actual Close.
538
void DesktopRootWindowHostWin::
OnWindowHidingAnimationCompleted
() {
Completed in 663 milliseconds