HomeSort by relevance Sort by last modified time
    Searched refs:SuspendChildWindowVisibilityAnimations (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/corewm/
visibility_controller.h 44 // SuspendChildWindowVisibilityAnimations suspend(parent);
51 class VIEWS_EXPORT SuspendChildWindowVisibilityAnimations {
54 explicit SuspendChildWindowVisibilityAnimations(aura::Window* window);
57 ~SuspendChildWindowVisibilityAnimations();
66 DISALLOW_COPY_AND_ASSIGN(SuspendChildWindowVisibilityAnimations);
visibility_controller.cc 65 SuspendChildWindowVisibilityAnimations::SuspendChildWindowVisibilityAnimations(
73 SuspendChildWindowVisibilityAnimations::
74 ~SuspendChildWindowVisibilityAnimations() {
  /external/chromium_org/chrome/browser/ui/views/
web_contents_modal_dialog_manager_views.cc 94 scoped_ptr<views::corewm::SuspendChildWindowVisibilityAnimations> suspend;
97 suspend.reset(new views::corewm::SuspendChildWindowVisibilityAnimations(
115 scoped_ptr<views::corewm::SuspendChildWindowVisibilityAnimations> suspend;
117 suspend.reset(new views::corewm::SuspendChildWindowVisibilityAnimations(

Completed in 54 milliseconds