Home | History | Annotate | Download | only in dom_storage

Lines Matching defs:areas

208   std::map<std::string, std::string> areas;
209 if (!GetAreasInNamespace(namespace_id, &areas))
212 for (std::map<std::string, std::string>::const_iterator it = areas.begin();
213 it != areas.end(); ++it) {
244 // Itereate through the areas in the namespace.
246 std::map<std::string, std::string> areas;
247 if (!GetAreasInNamespace(namespace_id, &areas))
249 for (std::map<std::string, std::string>::const_iterator it = areas.begin();
250 it != areas.end(); ++it) {
442 std::map<std::string, std::string>* areas) {
450 // any areas. We don't need to do anything.
465 (*areas)[origin] = map_id;