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

/external/webkit/Source/WebCore/platform/
H A DKURL.cpp301 m_userEnd = 0;
607 if (m_passwordEnd == m_userEnd)
610 return decodeURLEscapeSequences(m_string.substring(m_userEnd + 1, m_passwordEnd - m_userEnd - 1));
615 return decodeURLEscapeSequences(m_string.substring(m_userStart, m_userEnd - m_userStart));
784 int end = m_userEnd;
794 if (m_userEnd == m_passwordEnd && end != m_hostEnd && m_string[end] == '@')
811 if (m_userEnd == m_schemeEnd + 1)
818 if (m_userStart == m_userEnd && end != m_hostEnd && m_string[end] == '@')
821 parse(m_string.left(m_userEnd)
[all...]
H A DKURL.h256 int m_userEnd; member in class:WebCore::KURL

Completed in 41 milliseconds