Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DKURL.cpp1505 Vector<pair<int, int> > hostnameRanges; in encodeHostnames() local
1506 findHostnamesInMailToURL(str.characters(), str.length(), hostnameRanges); in encodeHostnames()
1507 int n = hostnameRanges.size(); in encodeHostnames()
1510 const pair<int, int>& r = hostnameRanges[i]; in encodeHostnames()