HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 1 - 25 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /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();
  /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;
  /external/chromium/chrome/browser/instant/
instant_unload_handler.h 37 void Destroy(TabContentsDelegateImpl* delegate);
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 29 void destroy(entry_type*& pEntry) function in class:mcld::HashEntryFactory
30 { HashEntryTy::Destroy(pEntry); }
  /external/webrtc/src/modules/audio_processing/
processing_component.h 27 virtual int Destroy();
  /cts/tests/tests/nativemedia/xa/src/
XAObjectCreationTest.cpp 91 (*mediaPlayerObj)->Destroy(mediaPlayerObj);
95 (*outputMixObj)->Destroy(outputMixObj);
99 (*engineObj)->Destroy(engineObj);
  /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...]
  /frameworks/compile/mclinker/unittests/
FragmentTest.cpp 53 LDSection::Destroy(test);
54 // SectionData::Destroy(s);
70 LDSection::Destroy(test);
71 // SectionData::Destroy(s);
  /frameworks/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);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_mutex.cc 37 t.Destroy(m);
55 t.Destroy(m);
92 t.Destroy(m);
108 t2.Destroy(m);
124 t2.Destroy(m);
149 t2.Destroy(m);
163 MainThread().Destroy(m);
  /external/chromium/chrome/browser/prefs/
pref_member.h 90 void Destroy();
149 void Destroy() {
150 subtle::PrefMemberBase::Destroy();
  /external/compiler-rt/lib/asan/
asan_thread.cc 54 summary->thread()->Destroy();
58 void AsanThread::Destroy() {
105 this->Destroy();
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCOwnerProvider.java 45 else if (parser.getName().equals("destroy")) {
89 private MUCOwner.Destroy parseDestroy(XmlPullParser parser) throws Exception {
91 MUCOwner.Destroy destroy = new MUCOwner.Destroy(); local
92 destroy.setJid(parser.getAttributeValue("", "jid"));
97 destroy.setReason(parser.nextText());
101 if (parser.getName().equals("destroy")) {
106 return destroy;
  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 45 void DelayedDiagnostic::Destroy() {
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCOwner.java 39 private Destroy destroy; field in class:MUCOwner
55 * Returns a request to the server to destroy a room. The sender of the request
56 * should be the room's owner. If the sender of the destroy request is not the room's owner
59 * @return a request to the server to destroy a room.
61 public Destroy getDestroy() {
62 return destroy;
66 * Sets a request to the server to destroy a room. The sender of the request
67 * should be the room's owner. If the sender of the destroy request is not the room's owner
70 * @param destroy the request to the server to destroy a room
    [all...]
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 38 void RelocData::Destroy(RelocData*& pSection)
SectionData.cpp 40 void SectionData::Destroy(SectionData*& pSection)
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 84 MemoryRegion::Destroy(pRegion);
108 Space::Destroy(space);
125 Space::Destroy(space->second);
132 Space::Destroy(space->second);

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 91011