Home
last modified time | relevance | path

Searched refs:hostnameRanges (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/
DKURL.cpp1683 Vector<pair<int, int> > hostnameRanges; in encodeHostnames() local
1684 findHostnamesInMailToURL(str.characters(), str.length(), hostnameRanges); in encodeHostnames()
1685 int n = hostnameRanges.size(); in encodeHostnames()
1688 const pair<int, int>& r = hostnameRanges[i]; in encodeHostnames()