Home
last modified time | relevance | path

Searched refs:bConnect (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_path.h27 void AddPath(const CFDE_Path* pSrc, bool bConnect);
Dcfde_path.cpp166 void CFDE_Path::AddPath(const CFDE_Path* pSrc, bool bConnect) { in AddPath() argument
172 if (bConnect) in AddPath()
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc673 bool bConnect = false; in process() local
679 bConnect = true; in process()
821 if ((m_state == TCP_SYN_RECEIVED) && !bConnect) { in process()