OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructor
(Results
201 - 225
of
4057
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/base/android/
jni_weak_ref.h
16
// calls the
destructor
) they'll need to provide their own synchronization.
/external/chromium_org/base/
scoped_native_library.h
17
// This class automatically unloads the loaded library in its
destructor
.
/external/chromium_org/chrome/browser/net/
timed_cache.cc
16
// Make Clang compilation happy with explicit
destructor
.
/external/chromium_org/chrome/browser/ui/panels/
panel_mouse_watcher.h
25
// clang gives an error asking for an out of line
destructor
.
/external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.h
19
// Define out of line constructor/
destructor
to please Clang.
/external/chromium_org/components/signin/core/browser/
fake_auth_status_provider.h
12
// constructor and
destructor
.
/external/chromium_org/content/browser/quota/
mock_quota_manager_proxy.cc
32
// We cannot call this in the
destructor
as the client (indirectly)
/external/chromium_org/content/renderer/media/
media_stream_audio_level_calculator.h
29
// the same audio thread. Note that the
destructor
will be called on a
/external/chromium_org/device/bluetooth/
bluetooth_gatt_connection.h
22
//
Destructor
automatically closes this GATT connection. If this is the last
bluetooth_gatt_notify_session.h
20
//
Destructor
autmatically stops this session.
/external/chromium_org/extensions/common/manifest_handlers/
web_accessible_resources_info.h
19
// Define out of line constructor/
destructor
to please Clang.
webview_info.h
23
// Define out of line constructor/
destructor
to please Clang.
/external/chromium_org/ios/public/consumer/base/
supports_user_data.h
20
// class to any class with a virtual
destructor
.
/external/chromium_org/jingle/notifier/listener/
push_notifications_listen_task.h
11
//
destructor
of TaskRunner, which is a superclass of buzz::XmppClient.
/external/chromium_org/mojo/bindings/js/
waiting_callback.h
29
// implicitly invoked from the
destructor
but can be explicitly invoked as
/external/chromium_org/mojo/public/cpp/environment/
environment.h
20
// and torn down by the
destructor
.
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_key_delete.c
48
* for any thread and does not run the key's
destructor
59
* for any thread and does not run the key's
destructor
74
if (key->threads != NULL && key->
destructor
!= NULL)
111
if (key->
destructor
!= NULL)
/external/chromium_org/third_party/android_crazy_linker/src/tests/
foo_with_static_constructor.cpp
5
// This source file must contain a static
destructor
to check that
test_constructors_destructors.cpp
11
// - Close the library, this shall execute a static
destructor
that will
/external/chromium_org/third_party/icu/source/i18n/
currfmt.h
51
*
Destructor
.
nultrans.h
37
*
Destructor
.
remtrans.h
35
*
Destructor
.
uni2name.h
37
*
Destructor
.
/external/chromium_org/third_party/icu/source/i18n/unicode/
measunit.h
46
*
Destructor
/external/chromium_org/third_party/leveldatabase/src/util/
mutexlock.h
14
// the
destructor
of the MutexLock object is invoked.
Completed in 2217 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>