Searched defs:behind (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/athena/wm/
H A Dwindow_manager_impl.cc341 aura::Window* behind = NULL; local
343 behind = *iter++;
349 if (behind == left || behind == right)
350 behind = (iter == windows.rend()) ? NULL : *iter;
353 return behind;

Completed in 98 milliseconds