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

/external/chromium_org/ash/wm/
H A Dmru_window_tracker.cc42 // If |top_most_at_end|, the list is returned in descending (bottom-most / least
46 bool top_most_at_end) {
89 if (!top_most_at_end)
123 bool top_most_at_end) {
124 return BuildWindowListInternal(NULL, top_most_at_end);
44 BuildWindowListInternal( const std::list<aura::Window*>* mru_windows, bool top_most_at_end) argument
122 BuildWindowList( bool top_most_at_end) argument

Completed in 93 milliseconds