Home | History | Annotate | Download | only in base

Lines Matching refs:ports

39                                     const std::set<int>& ports)
46 ports_(ports) {
63 ports listed in the Port attribute.
86 const std::set<int>& ports,
136 if (!ports.empty()
137 && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
152 ports listed in the Port attribute.
387 std::set<int> ports;
438 ports.insert(port);
447 if (!Dictionary::CanSet(domain, path, ports, dictionary_url))
468 dictionary_url, domain, path, expiration, ports);