Home
last modified time | relevance | path

Searched defs:CanonHostInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium/googleurl/src/
Durl_canon.h332 struct CanonHostInfo { struct
333 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {} in CanonHostInfo() function
336 bool IsIPAddress() const { return family == IPV4 || family == IPV6; } in IsIPAddress()
339 enum Family {
351 Family family;
356 int num_ipv4_components;
381 // definition of CanonHostInfo above for details. argument