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

  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.cc 258 registrations_.find(info.handle_id);
259 if (registration == registrations_.end())
512 RegistrationObjectMap::iterator found = registrations_.find(info.handle_id);
513 if (found != registrations_.end())
540 registrations_.find(registration_handle_id);
541 if (found != registrations_.end()) {
569 registrations_.find(registration_handle_id);
570 if (found != registrations_.end()) {
598 registrations_.find(registration_handle_id);
599 if (found != registrations_.end())
    [all...]
service_worker_dispatcher.h 238 RegistrationObjectMap registrations_; member in class:content::ServiceWorkerDispatcher
  /external/chromium_org/components/gcm_driver/
gcm_client_impl.cc 307 registrations_ = result->registrations;
601 registrations_.find(app_id);
602 if (registrations_iter != registrations_.end() &&
655 registrations_[app_id] = registration;
680 registrations_.erase(app_id);
798 for (RegistrationInfoMap::const_iterator it = registrations_.begin();
799 it != registrations_.end(); ++it) {
921 RegistrationInfoMap::iterator iter = registrations_.find(app_id);
923 iter == registrations_.end() |
    [all...]
gcm_client_impl.h 297 RegistrationInfoMap registrations_; member in class:gcm::GCMClientImpl
gcm_client_impl_unittest.cc 448 return gcm_client_->registrations_.count(app_id) > 0;
458 gcm_client_->registrations_[app_id] = registration;
    [all...]

Completed in 282 milliseconds