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

/external/chromium_org/ui/wm/core/
H A Dtransient_window_stacking_client.cc38 Window::Windows ancestors1; local
40 if (!GetAllTransientAncestors(*window1, &ancestors1) ||
45 Window::Windows::reverse_iterator it1 = ancestors1.rbegin();
47 for (; it1 != ancestors1.rend() && it2 != ancestors2.rend(); ++it1, ++it2) {

Completed in 76 milliseconds