Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/include/
Dfde_pth.h25 virtual void AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect) = 0;
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_geobject.h27 virtual void AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect);
Dfde_geobject.cpp209 void CFDE_Path::AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect) { in AddPath() argument
218 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()