Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/
DKURLGoogle.cpp835 …const unsigned short* const blockedPortListEnd = blockedPortList + sizeof(blockedPortList) / sizeo… in portAllowed() local
841 for (const unsigned short* p = blockedPortList; p != blockedPortListEnd - 1; ++p) in portAllowed()
848 if (!binary_search(blockedPortList, blockedPortListEnd, port)) in portAllowed()
DKURL.cpp1762 …const unsigned short* const blockedPortListEnd = blockedPortList + sizeof(blockedPortList) / sizeo… in portAllowed() local
1768 for (const unsigned short* p = blockedPortList; p != blockedPortListEnd - 1; ++p) in portAllowed()
1775 if (!binary_search(blockedPortList, blockedPortListEnd, port)) in portAllowed()