Searched refs:Destroy (Results 1 - 25 of 154) sorted by relevance

1234567

/external/chromium/chrome/browser/sync/engine/
H A Dhttp_post_provider_factory.h25 // must call Destroy().
29 virtual void Destroy(HttpPostProviderInterface* http) = 0;
/external/chromium/chrome/browser/ui/gtk/
H A Downed_widget_gtk.cc12 Destroy();
29 void OwnedWidgetGtk::Destroy() { function in class:OwnedWidgetGtk
H A Downed_widget_gtk.h24 // until the call to Destroy().
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();
H A Dhover_controller_gtk.h40 void Destroy();
H A Doverflow_button.cc26 widget_.Destroy();
H A Dhover_controller_gtk.cc57 void HoverControllerGtk::Destroy() { function in class:HoverControllerGtk
125 Destroy();
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_display.cc20 void LoginDisplay::Destroy() { function in class:chromeos::LoginDisplay
H A Ddom_login_display.cc34 void DOMLoginDisplay::Destroy() { function in class:chromeos::DOMLoginDisplay
H A Ddom_login_display.h30 // the object, the ExistingUserController should call Destroy and not free the
52 virtual void Destroy() OVERRIDE;
/external/chromium/chrome/browser/instant/
H A Dinstant_unload_handler.h37 void Destroy(TabContentsDelegateImpl* delegate);
H A Dinstant_unload_handler.cc51 handler_->Destroy(this);
128 void InstantUnloadHandler::Destroy(TabContentsDelegateImpl* delegate) { function in class:InstantUnloadHandler
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.cc249 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_HTTP
502 void PrerenderContents::Destroy(FinalStatus final_status) { function in class:prerender::PrerenderContents
[all...]
/external/compiler-rt/lib/tsan/rtl_tests/
H A Dtsan_mutex.cc37 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);
H A Dtsan_test_util.h41 void Destroy();
97 void Destroy(const Mutex &m);
/external/compiler-rt/lib/asan/
H A Dasan_thread.cc53 summary->thread()->Destroy();
57 void AsanThread::Destroy() { function in class:__asan::AsanThread
104 this->Destroy();
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.h50 void Destroy();
H A Dsignalthread.h73 void Destroy(bool wait);
/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp43 void DelayedDiagnostic::Destroy() { function in class:DelayedDiagnostic
/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.h27 virtual int Destroy();
/external/chromium/chrome/browser/sync/engine/net/
H A Dsyncapi_server_connection_manager.cc53 factory_->Destroy(http);
77 factory_->Destroy(http);
/external/chromium/chrome/browser/prefs/
H A Dpref_member.h90 void Destroy();
149 void Destroy() { function in class:PrefMember
150 subtle::PrefMemberBase::Destroy();
/external/chromium/chrome/browser/
H A Dblocked_content_container.h43 void Destroy();
H A Dblocked_content_container.cc79 Destroy();
94 void BlockedContentContainer::Destroy() { function in class:BlockedContentContainer
/external/stressapptest/src/
H A Dpattern.h93 int Destroy();
/external/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp98 void Destroy();
412 Children[i]->Destroy();
605 CurChild->Destroy();
617 void RopePieceBTreeNode::Destroy() {
727 getRoot(Root)->Destroy();
738 getRoot(Root)->Destroy();

Completed in 404 milliseconds

1234567