Searched refs:kWWWDotLen (Results 1 – 1 of 1) sorted by relevance
105 const int kWWWDotLen = arraysize(kWWWDot) - 1; in ComputeSegmentName() local110 if (static_cast<int>(host.size()) > kWWWDotLen && in ComputeSegmentName()111 LowerCaseEqualsASCII(host_c, host_c + kWWWDotLen, kWWWDot)) { in ComputeSegmentName()113 url::Component(kWWWDotLen, in ComputeSegmentName()114 static_cast<int>(host.size()) - kWWWDotLen)); in ComputeSegmentName()