Home
last modified time | relevance | path

Searched defs:IsClosing (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/tests/cefsimple/
Dsimple_handler.h51 bool IsClosing() const { return is_closing_; } in IsClosing() function
/third_party/cef/tests/cefclient/browser/
Dbrowser_window.cc28 bool BrowserWindow::IsClosing() const { in IsClosing() function in client::BrowserWindow
/third_party/node/src/quic/
Dlogstream.cc130 bool LogStream::IsClosing() { in IsClosing() function in node::quic::LogStream
/third_party/node/src/
Djs_stream.cc44 bool JSStream::IsClosing() { in IsClosing() function in node::JSStream
Dstream_wrap.cc188 bool LibuvStreamWrap::IsClosing() { in IsClosing() function in node::LibuvStreamWrap
Dnode_file.h324 bool IsClosing() override { return closing_; } in IsClosing() function
Dheap_utils.cc326 bool IsClosing() override { return snapshot_ == nullptr; } in IsClosing() function in node::heap::__anon557f6b510111::HeapSnapshotStream
Dnode_http2.h428 bool IsClosing() override { in IsClosing() function
/third_party/node/src/crypto/
Dcrypto_tls.cc889 bool TLSWrap::IsClosing() { in IsClosing() function in node::crypto::TLSWrap