Searched refs:hostStartPos (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DUserContentURLPattern.cpp75 unsigned hostStartPos = schemeEndPos + schemeSeparator.length(); local
76 if (hostStartPos >= pattern.length())
82 pathStartPos = hostStartPos;
84 size_t hostEndPos = pattern.find("/", hostStartPos);
88 m_host = pattern.substring(hostStartPos, hostEndPos - hostStartPos);

Completed in 107 milliseconds