services_ 13 chrome/browser/sync/test/integration/multi_client_status_change_checker.cc : services_(services), timed_out_(false) {} services_ 35 chrome/browser/sync/test/integration/multi_client_status_change_checker.cc for (std::vector<ProfileSyncService*>::iterator it = services_.begin(); services_ 36 chrome/browser/sync/test/integration/multi_client_status_change_checker.cc it != services_.end(); ++it) { services_ 48 chrome/browser/sync/test/integration/multi_client_status_change_checker.h const std::vector<ProfileSyncService*>& services() { return services_; } services_ 51 chrome/browser/sync/test/integration/multi_client_status_change_checker.h std::vector<ProfileSyncService*> services_; services_ 148 chrome/browser/sync/test/integration/quiesce_status_change_checker.cc : services_(services), timed_out_(false) { services_ 149 chrome/browser/sync/test/integration/quiesce_status_change_checker.cc DCHECK_LE(1U, services_.size()); services_ 150 chrome/browser/sync/test/integration/quiesce_status_change_checker.cc for (size_t i = 0; i < services_.size(); ++i) { services_ 197 chrome/browser/sync/test/integration/quiesce_status_change_checker.cc for (std::vector<ProfileSyncService*>::const_iterator it = services_.begin(); services_ 198 chrome/browser/sync/test/integration/quiesce_status_change_checker.cc it != services_.end(); ++it) { services_ 230 chrome/browser/sync/test/integration/quiesce_status_change_checker.cc services_.size()); services_ 55 chrome/browser/sync/test/integration/quiesce_status_change_checker.h std::vector<ProfileSyncService*> services_; services_ 85 chrome/tools/service_discovery_sniffer/service_discovery_sniffer.cc services_[service_name].reset(new ServicePrinter(client_, service_name)); services_ 86 chrome/tools/service_discovery_sniffer/service_discovery_sniffer.cc services_[service_name]->Added(); services_ 88 chrome/tools/service_discovery_sniffer/service_discovery_sniffer.cc services_[service_name]->Changed(); services_ 90 chrome/tools/service_discovery_sniffer/service_discovery_sniffer.cc services_[service_name]->Removed(); services_ 91 chrome/tools/service_discovery_sniffer/service_discovery_sniffer.cc services_.erase(service_name); services_ 53 chrome/tools/service_discovery_sniffer/service_discovery_sniffer.h ServiceMap services_; services_ 79 chrome/utility/local_discovery/service_discovery_client_impl.cc services_.clear(); services_ 88 chrome/utility/local_discovery/service_discovery_client_impl.cc for (ServiceListenersMap::iterator i = services_.begin(); services_ 89 chrome/utility/local_discovery/service_discovery_client_impl.cc i != services_.end(); i++) { services_ 149 chrome/utility/local_discovery/service_discovery_client_impl.cc DCHECK(services_.find(record->name()) != services_.end()); services_ 242 chrome/utility/local_discovery/service_discovery_client_impl.cc std::pair<ServiceListenersMap::iterator, bool> found = services_.insert( services_ 261 chrome/utility/local_discovery/service_discovery_client_impl.cc ServiceListenersMap::iterator found = services_.find(service); services_ 262 chrome/utility/local_discovery/service_discovery_client_impl.cc if (found != services_.end()) { services_ 269 chrome/utility/local_discovery/service_discovery_client_impl.cc ServiceListenersMap::iterator found = services_.find(service_name); services_ 271 chrome/utility/local_discovery/service_discovery_client_impl.cc if (found != services_.end() && !found->second->update_pending()) { services_ 282 chrome/utility/local_discovery/service_discovery_client_impl.cc ServiceListenersMap::iterator found = services_.find(service_name); services_ 284 chrome/utility/local_discovery/service_discovery_client_impl.cc if (found != services_.end()) { services_ 294 chrome/utility/local_discovery/service_discovery_client_impl.cc ServiceListenersMap::iterator found = services_.find(service); services_ 295 chrome/utility/local_discovery/service_discovery_client_impl.cc if (found != services_.end()) { services_ 299 chrome/utility/local_discovery/service_discovery_client_impl.cc services_.erase(found); services_ 309 chrome/utility/local_discovery/service_discovery_client_impl.cc ServiceListenersMap::iterator found = services_.find(service); services_ 310 chrome/utility/local_discovery/service_discovery_client_impl.cc if (found != services_.end()) { services_ 314 chrome/utility/local_discovery/service_discovery_client_impl.cc services_.erase(found); services_ 143 chrome/utility/local_discovery/service_discovery_client_impl.h ServiceListenersMap services_; services_ 100 mojo/public/cpp/shell/service.h for (typename ServiceList::iterator it = services_.begin(); services_ 101 mojo/public/cpp/shell/service.h it != services_.end(); ++it) { services_ 111 mojo/public/cpp/shell/service.h services_.push_back(service); services_ 115 mojo/public/cpp/shell/service.h for (typename ServiceList::iterator it = services_.begin(); services_ 116 mojo/public/cpp/shell/service.h it != services_.end(); ++it) { services_ 118 mojo/public/cpp/shell/service.h services_.erase(it); services_ 120 mojo/public/cpp/shell/service.h if (services_.empty()) services_ 131 mojo/public/cpp/shell/service.h ServiceList services_; services_ 71 printing/printing_context_win.cc if (services_) services_ 72 printing/printing_context_win.cc services_->Release(); services_ 107 printing/printing_context_win.cc if (services_) { services_ 135 printing/printing_context_win.cc DCHECK(services_); services_ 136 printing/printing_context_win.cc services_->Release(); services_ 137 printing/printing_context_win.cc services_ = NULL; services_ 142 printing/printing_context_win.cc DCHECK(services_ == NULL); services_ 144 printing/printing_context_win.cc reinterpret_cast<void**>(&services_)); services_ 157 printing/printing_context_win.cc IPrintDialogServices* services_; services_ 3756 third_party/protobuf/src/google/protobuf/descriptor.cc CrossLinkService(&file->services_[i], proto.service(i)); services_ 1014 third_party/protobuf/src/google/protobuf/descriptor.h ServiceDescriptor* services_; services_ 1474 third_party/protobuf/src/google/protobuf/descriptor.h return this - file_->services_;