Searched defs:IsClosing (Results 1 – 8 of 8) sorted by relevance
/third_party/cef/tests/cefsimple/ | ||
D | simple_handler.h | 51 bool IsClosing() const { return is_closing_; } in IsClosing() function |
/third_party/cef/tests/cefclient/browser/ | ||
D | browser_window.cc | 28 bool BrowserWindow::IsClosing() const { in IsClosing() function in client::BrowserWindow |
/third_party/node/src/ | ||
D | js_stream.cc | 43 bool JSStream::IsClosing() { in IsClosing() function in node::JSStream |
D | node_file.h | 259 bool IsClosing() override { return closing_; } in IsClosing() function |
D | stream_wrap.cc | 173 bool LibuvStreamWrap::IsClosing() { in IsClosing() function in node::LibuvStreamWrap |
D | heap_utils.cc | 293 bool IsClosing() override { return snapshot_ == nullptr; } in IsClosing() function in node::heap::__anone647a9d20111::HeapSnapshotStream |
D | tls_wrap.cc | 667 bool TLSWrap::IsClosing() { in IsClosing() function in node::TLSWrap |
D | node_http2.h | 423 bool IsClosing() override { in IsClosing() function |