Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java2008 MessageProcessor nextProcessor; in createRawMessageChannel() local
2022 nextProcessor = (MessageProcessor) processorIterator.next(); in createRawMessageChannel()
2025 if (nextHop.getTransport().equalsIgnoreCase(nextProcessor.getTransport()) in createRawMessageChannel()
2026 && sourceIpAddress.equals(nextProcessor.getIpAddress().getHostAddress()) in createRawMessageChannel()
2027 && sourcePort == nextProcessor.getPort()) { in createRawMessageChannel()
2031 newChannel = nextProcessor.createMessageChannel(targetHostPort); in createRawMessageChannel()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
DStylesSidebarPane.js2126 function processValue(regex, processor, nextProcessor, valueText) argument
2133 if (nextProcessor)
2134 container.appendChild(nextProcessor(items[i]));