Lines Matching full:urls
27 // registered URLs and observers in order to query each receiver with all URLs.
36 // Adds a persistent availability request for |urls| to all known receivers.
37 // These URLs will also be queried for any receivers discovered in the future.
40 // these URLs changes on any receiver.
41 void AddObserver(const std::vector<std::string>& urls,
44 // Disassociates |observer| from all the URLs in |urls| so it will no longer
45 // receive availability updates for these URLs. Additionally, if |urls| is
47 // be observing the URLs not included here.
48 void RemoveObserverUrls(const std::vector<std::string>& urls,
51 // Disassociates |observer| from all the URLs it is observing. This
57 // observed URLs and removed receivers cause any URLs that were available on
65 // about to expire are refreshed by sending a new request with the same URLs.
73 // for all the observed URLs, then it continues to listen for update events
82 std::vector<std::string> urls; member
87 std::vector<std::string> urls; member
98 void RequestUrlAvailabilities(std::vector<std::string> urls);
100 const std::vector<std::string>& urls);
103 const std::vector<std::string>& urls,