Home | History | Annotate | Download | only in browser

Lines Matching refs:resources

45     const std::set<std::string>& resources = settings->BlockedResourcesForType(
47 for (std::set<std::string>::const_iterator it = resources.begin();
48 it != resources.end(); ++it) {
179 const std::set<std::string>& resources =
181 if (resources.empty()) {
184 for (std::set<std::string>::const_iterator it = resources.begin();
185 it != resources.end(); ++it) {
214 const std::set<std::string>& resources =
247 const int* allowIDs = resources.empty() ?
271 if (resources.empty()) {
276 for (std::set<std::string>::const_iterator it = resources.begin();
277 it != resources.end(); ++it) {