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

  /external/chromium_org/ash/wm/
window_animations.cc 331 const bool old_on_top = (old_bounds.width() > new_bounds.width()); local
356 if (old_on_top) {
376 if (!old_on_top) {
388 if (!old_on_top) {
window_state.cc 429 bool old_on_top = (old_bounds.width() > new_bounds.width()); local
430 if (old_on_top)

Completed in 58 milliseconds