Home | History | Annotate | Download | only in base

Lines Matching refs:ports

36                                     const std::set<int>& ports)
43 ports_(ports) {
60 ports listed in the Port attribute.
83 const std::set<int>& ports,
132 if (!ports.empty()
133 && 0 == ports.count(dictionary_url.EffectiveIntPort())) {
148 ports listed in the Port attribute.
375 std::set<int> ports;
426 ports.insert(port);
435 if (!Dictionary::CanSet(domain, path, ports, dictionary_url))
456 dictionary_url, domain, path, expiration, ports);