Home
last modified time | relevance | path

Searched defs:IsBlocking (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_runtime.h49 bool IsBlocking() const { return m_bBlocking; } in IsBlocking() function
/external/webrtc/webrtc/base/
Dsocket.h161 inline bool IsBlocking() const { return IsBlockingError(GetError()); } in IsBlocking() function