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

  /external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.cc 242 owner_->window_to_entry().begin();
243 it != owner_->window_to_entry().end(); ++it) {
267 it_map = owner_->window_to_entry().find(window);
268 if (it_map != owner_->window_to_entry().end()) {
336 owner_->window_to_entry().begin();
337 it_map != owner_->window_to_entry().end();
multi_user_window_manager_chromeos.h 184 const WindowToEntryMap& window_to_entry() { return window_to_entry_; } function in class:chrome::MultiUserWindowManagerChromeOS

Completed in 148 milliseconds