Searched refs:pathBegin (Results 1 – 4 of 4) sorted by relevance
304 int pathBegin = -1; in parseMailtoURL() local314 pathBegin = parsed.scheme.end() + 1; in parseMailtoURL()320 pathBegin = begin; in parseMailtoURL()325 for (int i = pathBegin; i < pathEnd; ++i) { in parseMailtoURL()335 if (pathBegin == pathEnd) in parseMailtoURL()338 parsed.path = URLComponent::fromRange(pathBegin, pathEnd); in parseMailtoURL()
93 ProfilePathIterator pathBegin();
118 for( ProfilePathIterator nextPath = pathProfileInfo.pathBegin(), in runOnModule()
262 ProfilePathIterator PathProfileInfo::pathBegin() { in pathBegin() function in PathProfileInfo