Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DKURLGoogle.cpp1116 int hostStartB = b.hostStart(); in protocolHostAndPortAreEqual() local
1117 if (a.hostEnd() - hostStartA != b.hostEnd() - hostStartB) in protocolHostAndPortAreEqual()
DKURL.cpp1349 int hostStartB = b.hostStart(); in protocolHostAndPortAreEqual() local
1350 if (a.m_hostEnd - hostStartA != b.m_hostEnd - hostStartB) in protocolHostAndPortAreEqual()