Searched refs:it_map (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dschema_map.cc71 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/
H A Duser_switch_animator_chromeos.cc267 it_map = owner_->window_to_entry().find(window); local
268 if (it_map != owner_->window_to_entry().end()) {
270 it_map->second->show_for_user() == new_user_id_ &&
271 it_map->second->show();
274 if (it_map->second->owner() == new_user_id_ &&
275 it_map->second->show_for_user() != new_user_id_ &&
335 for (MultiUserWindowManagerChromeOS::WindowToEntryMap::const_iterator it_map =
337 it_map != owner_->window_to_entry().end();
338 ++it_map) {
339 aura::Window* window = it_map
[all...]

Completed in 1874 milliseconds