OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Destroy
(Results
1 - 25
of
196
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium/chrome/browser/sync/engine/
http_post_provider_factory.h
25
// must call
Destroy
().
29
virtual void
Destroy
(HttpPostProviderInterface* http) = 0;
/external/chromium/chrome/browser/ui/gtk/
owned_widget_gtk.cc
12
Destroy
();
29
void OwnedWidgetGtk::
Destroy
() {
owned_widget_gtk.h
24
// until the call to
Destroy
().
46
// gtk_destroy_widget(widget); // Ask all code to
destroy
their references.
47
// g_object_unref(widget); //
Destroy
the initial reference we had claimed.
73
// been added. It is valid to never call Own(), in which case
Destroy
() will
74
// do nothing. If Own() has been called, you must explicitly call
Destroy
().
77
// You may call
Destroy
() after you have called Own(). Calling
Destroy
()
79
//
Destroy
() is also called in this object's destructor.
80
// After a call to
Destroy
(), you may call Own() again. NOTE: It is expected
83
void
Destroy
();
[
all
...]
hover_controller_gtk.h
40
void
Destroy
();
overflow_button.cc
26
widget_.
Destroy
();
hover_controller_gtk.cc
23
signals_.Connect(button_, "
destroy
",
57
void HoverControllerGtk::
Destroy
() {
125
Destroy
();
/external/chromium/chrome/browser/chromeos/login/
login_display.cc
20
void LoginDisplay::
Destroy
() {
dom_login_display.h
30
// the object, the ExistingUserController should call
Destroy
and not free the
52
virtual void
Destroy
() OVERRIDE;
dom_login_display.cc
34
void DOMLoginDisplay::
Destroy
() {
/external/chromium/chrome/browser/instant/
instant_unload_handler.h
37
void
Destroy
(TabContentsDelegateImpl* delegate);
instant_unload_handler.cc
51
handler_->
Destroy
(this);
128
void InstantUnloadHandler::
Destroy
(TabContentsDelegateImpl* delegate) {
/external/webrtc/src/modules/audio_processing/main/source/
processing_component.h
37
virtual int
Destroy
();
/external/chromium/third_party/libjingle/source/talk/base/
win32window.h
50
void
Destroy
();
/external/chromium/chrome/browser/prerender/
prerender_contents.cc
249
Destroy
(FINAL_STATUS_HTTPS);
279
Destroy
(FINAL_STATUS_JAVASCRIPT_ALERT);
293
Destroy
(FINAL_STATUS_PROFILE_DESTROYED);
297
Destroy
(FINAL_STATUS_APP_TERMINATING);
312
Destroy
(FINAL_STATUS_AUTH_NEEDED);
327
Destroy
(FINAL_STATUS_DOWNLOAD);
346
Destroy
(FINAL_STATUS_HTTPS);
386
Destroy
(FINAL_STATUS_CLOSED);
406
Destroy
(FINAL_STATUS_CREATE_NEW_WINDOW);
455
Destroy
(FINAL_STATUS_HTTPS)
[
all
...]
/system/media/wilhelm/tests/sandbox/
dual.c
68
(*xaEngineObject)->
Destroy
(xaEngineObject);
71
(*slEngineObject)->
Destroy
(slEngineObject);
multithread.c
17
// Multiple threads create and
destroy
objects
61
(*myMixObject)->
Destroy
(myMixObject);
86
(*myPlayerObject)->
Destroy
(myPlayerObject);
190
(*mixObject)->
Destroy
(mixObject);
191
(*engineObject)->
Destroy
(engineObject);
srcsink.c
103
//
destroy
player
104
(*playerObject)->
Destroy
(playerObject);
166
(*playerObject)->
Destroy
(playerObject);
184
(*playerObject)->
Destroy
(playerObject);
203
(*playerObject)->
Destroy
(playerObject);
213
//
destroy
output mix
214
(*outputMixObject)->
Destroy
(outputMixObject);
216
//
destroy
engine
217
(*engineObject)->
Destroy
(engineObject);
urimime.c
154
//
destroy
audio player
155
(*playerObject)->
Destroy
(playerObject);
157
//
destroy
output mix
158
(*outputMixObject)->
Destroy
(outputMixObject);
160
//
destroy
engine
161
(*engineObject)->
Destroy
(engineObject);
xa.c
123
(*playerObject)->
Destroy
(playerObject);
126
(*outputMixObject)->
Destroy
(outputMixObject);
129
(*engineObject)->
Destroy
(engineObject);
/external/chromium/chrome/browser/prefs/
pref_member.h
90
void
Destroy
();
149
void
Destroy
() {
150
subtle::PrefMemberBase::
Destroy
();
/external/clang/lib/Sema/
DelayedDiagnostic.cpp
41
void DelayedDiagnostic::
Destroy
() {
/external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.cc
53
factory_->
Destroy
(http);
77
factory_->
Destroy
(http);
/external/clang/include/clang/AST/
UsuallyTinyPtrVector.h
47
void
Destroy
();
106
void UsuallyTinyPtrVector<T>::
Destroy
() {
/cts/tests/tests/nativemedia/src/
SLObjectCreationTest.cpp
101
(*audioPlayerObj)->
Destroy
(audioPlayerObj);
105
(*outputMixObj)->
Destroy
(outputMixObj);
109
(*engineObj)->
Destroy
(engineObj);
303
(*audioRecorderObj)->
Destroy
(audioRecorderObj);
/external/chromium/chrome/browser/
blocked_content_container.h
43
void
Destroy
();
Completed in 336 milliseconds
1
2
3
4
5
6
7
8