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

  /external/chromium_org/components/policy/core/common/
schema_map.cc 71 for (PolicyMap::const_iterator it_map = map->begin();
72 it_map != map->end();) {
73 const std::string& policy_name = it_map->first;
74 const base::Value* policy_value = it_map->second.value;
76 ++it_map;
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.cc 237 it_map = owner_->window_to_entry().find(window); local
238 if (it_map != owner_->window_to_entry().end()) {
240 it_map->second->show_for_user() == new_user_id_ &&
241 it_map->second->show();
244 if (it_map->second->owner() == new_user_id_ &&
245 it_map->second->show_for_user() != new_user_id_ &&
305 for (MultiUserWindowManagerChromeOS::WindowToEntryMap::const_iterator it_map =
307 it_map != owner_->window_to_entry().end();
308 ++it_map) {
309 aura::Window* window = it_map->first
    [all...]

Completed in 83 milliseconds