HomeSort by relevance Sort by last modified time
    Searched full:allow_association_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/service_worker/
service_worker_provider_host.h 107 void SetAllowAssociation(bool allow) { allow_association_ = allow; }
156 bool allow_association_; member in class:content::ServiceWorkerProviderHost
service_worker_provider_host.cc 32 allow_association_(true) {
171 if (!registration || associated_registration_.get() || !allow_association_)

Completed in 87 milliseconds