HomeSort by relevance Sort by last modified time
    Searched defs:ScopedHidingAnimationSettings (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/wm/core/
window_animations.h 88 class WM_EXPORT ScopedHidingAnimationSettings {
90 explicit ScopedHidingAnimationSettings(aura::Window* window);
91 ~ScopedHidingAnimationSettings();
102 DISALLOW_COPY_AND_ASSIGN(ScopedHidingAnimationSettings);
window_animations.cc 300 ScopedHidingAnimationSettings hiding_settings(window);
574 // ScopedHidingAnimationSettings
576 ScopedHidingAnimationSettings::ScopedHidingAnimationSettings(
584 ScopedHidingAnimationSettings::~ScopedHidingAnimationSettings() {

Completed in 84 milliseconds