Home
last modified time | relevance | path

Searched refs:IsAnimatingClosed (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host.h155 virtual bool IsAnimatingClosed() const = 0;
Ddesktop_window_tree_host_x11.h147 virtual bool IsAnimatingClosed() const OVERRIDE;
Ddesktop_window_tree_host_win.h105 virtual bool IsAnimatingClosed() const OVERRIDE;
Ddesktop_window_tree_host_win.cc449 bool DesktopWindowTreeHostWin::IsAnimatingClosed() const { in IsAnimatingClosed() function in views::DesktopWindowTreeHostWin
Ddesktop_native_widget_aura.cc1166 if (desktop_window_tree_host_->IsAnimatingClosed()) in OnHostResized()
Ddesktop_window_tree_host_x11.cc845 bool DesktopWindowTreeHostX11::IsAnimatingClosed() const { in IsAnimatingClosed() function in views::DesktopWindowTreeHostX11