Lines Matching refs:pIt
102 InterceptorList::const_iterator pIt = m_lInterceptionRegs.findByPattern(aURL.Complete); in queryDispatch() local
103 if (pIt != m_lInterceptionRegs.end()) in queryDispatch()
104 xInterceptor = pIt->xInterceptor; in queryDispatch()
113 pIt = m_lInterceptionRegs.begin(); in queryDispatch()
114 xInterceptor = pIt->xInterceptor; in queryDispatch()
251 InterceptorList::iterator pIt = m_lInterceptionRegs.findByReference(xInterceptor); in releaseDispatchProviderInterceptor() local
252 if (pIt != m_lInterceptionRegs.end()) in releaseDispatchProviderInterceptor()
268 m_lInterceptionRegs.erase(pIt); in releaseDispatchProviderInterceptor()
310 InterceptionHelper::InterceptorList::iterator pIt; in disposing() local
311 for ( pIt = aCopy.begin(); in disposing()
312 pIt != aCopy.end() ; in disposing()
313 ++pIt ) in disposing()
315 InterceptionHelper::InterceptorInfo& rInfo = *pIt; in disposing()