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

  /external/chromium_org/ash/wm/
window_animations.h 44 ASH_EXPORT void CrossFadeToBounds(aura::Window* window,
window_animations_unittest.cc 82 TEST_F(WindowAnimationsTest, CrossFadeToBounds) {
94 CrossFadeToBounds(window.get(), gfx::Rect(0, 0, 640, 480));
116 CrossFadeToBounds(window.get(), gfx::Rect(5, 10, 320, 240));
window_animations.cc 387 void CrossFadeToBounds(aura::Window* window, const gfx::Rect& new_bounds) {
388 // Some test results in invoking CrossFadeToBounds when window is not visible.
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 225 CrossFadeToBounds(window, ScreenAsh::GetMaximizedWindowBoundsInParent(
313 CrossFadeToBounds(
325 CrossFadeToBounds(window, ScreenAsh::GetMaximizedWindowBoundsInParent(

Completed in 876 milliseconds