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

  /external/chromium_org/content/browser/service_worker/
service_worker_storage.cc 39 registration_by_pattern_.begin();
40 iter != registration_by_pattern_.end();
44 registration_by_pattern_.clear();
51 registration_by_pattern_.find(pattern);
52 if (match == registration_by_pattern_.end()) {
75 registration_by_pattern_.begin();
76 it != registration_by_pattern_.end();
126 registration_by_pattern_.find(pattern));
127 DCHECK(current == registration_by_pattern_.end() ||
130 if (current == registration_by_pattern_.end())
    [all...]
service_worker_storage.h 98 PatternToRegistrationMap registration_by_pattern_; member in class:content::ServiceWorkerStorage

Completed in 41 milliseconds