Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:OnClose
(Results
1 - 12
of
12
) sorted by relevance
/third_party/node/src/
H
A
D
handle_wrap.cc
76
uv_close(handle_,
OnClose
);
in Close()
91
// handle. The
OnClose
callback then acquires and destroys another reference
in OnGCCollect()
135
void HandleWrap::
OnClose
(uv_handle_t* handle) {
in OnClose()
function in node::HandleWrap
148
wrap->
OnClose
();
in OnClose()
H
A
D
handle_wrap.h
88
virtual void
OnClose
() {}
in OnClose()
function in node::HandleWrap
99
static void
OnClose
(uv_handle_t* handle);
H
A
D
spawn_sync.h
104
inline void
OnClose
();
H
A
D
spawn_sync.cc
304
void SyncProcessStdioPipe::
OnClose
() {
in OnClose()
function in node::SyncProcessStdioPipe
358
self->
OnClose
();
in CloseCallback()
H
A
D
node_messaging.h
302
void
OnClose
() override;
H
A
D
tcp_wrap.cc
374
int err = uv_tcp_close_reset(&handle_,
OnClose
);
in Reset()
H
A
D
node_messaging.cc
835
void MessagePort::
OnClose
() {
in OnClose()
function in node::worker::MessagePort
836
Debug(this, "MessagePort::
OnClose
()");
in OnClose()
/third_party/lzma/CPP/Windows/Control/
H
A
D
Dialog.h
130
virtual void
OnClose
() {}
in OnClose()
function in NWindows::NControl::CDialog
161
virtual void
OnClose
() Z7_override { Destroy(); }
176
virtual void
OnClose
() Z7_override { End(IDCLOSE); }
H
A
D
Window2.h
38
virtual void
OnClose
() { Destroy(); }
in OnClose()
function in NWindows::NControl::CWindow2
H
A
D
Window2.cpp
154
OnClose
();
in OnMessage()
H
A
D
Dialog.cpp
95
case IDCLOSE:
OnClose
(); break;
in OnButtonClicked()
/third_party/python/Tools/msi/bundle/bootstrap/
H
A
D
PythonBootstrapperApplication.cpp
1903
if (!pBA->
OnClose
()) {
in WndProc()
2409
//
OnClose
- called when the window is trying to be closed.
2411
BOOL
OnClose
() {
in OnClose()
function in PythonBootstrapperApplication
Completed in 21 milliseconds