Searched defs:Destroy (Results 1 - 25 of 259) sorted by path

1234567891011

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1694 destructor Destroy; override;
3876 destructor TTreePatternLexer.Destroy;
H A DAntlr.Runtime.pas1692 destructor Destroy; override; procedure
3191 destructor TANTLRStringStream.Destroy;
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h195 inline void Destroy() { function in class:ceres::internal::ManualConstructor
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc13 void AwGLSurface::Destroy() { function in class:android_webview::AwGLSurface
/external/chromium_org/android_webview/native/
H A Daw_contents.cc293 void AwContents::Destroy(JNIEnv* env, jobject obj) { function in class:android_webview::AwContents
H A Daw_picture.cc21 void AwPicture::Destroy(JNIEnv* env, jobject obj) { function in class:android_webview::AwPicture
H A Daw_settings.cc95 void AwSettings::Destroy(JNIEnv* env, jobject obj) { function in class:android_webview::AwSettings
/external/chromium_org/base/android/jni_generator/
H A Dgolden_sample_for_tests_jni.h55 static void Destroy(JNIEnv* env, jobject jcaller, function in namespace:base::android
58 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
59 return native->Destroy(env, jcaller);
329 "V", reinterpret_cast<void*>(Destroy) },
H A Dsample_for_tests.cc29 void CPPClass::Destroy(JNIEnv* env, jobject obj) { function in class:base::android::CPPClass
/external/chromium_org/base/containers/
H A Dsmall_map.h215 Destroy();
219 Destroy();
504 array_[i].Destroy();
507 map_.Destroy();
516 array_[i].Destroy();
520 array_[size_].Destroy();
597 array_[i].Destroy();
607 temp_array[i].Destroy();
624 void Destroy() { function in class:base::SmallMap
627 array_[i].Destroy();
[all...]
/external/chromium_org/base/debug/
H A Dtrace_event_memory.cc264 void ScopedTraceMemory::Destroy() { function in class:base::debug::ScopedTraceMemory
/external/chromium_org/base/memory/
H A Dmanual_constructor.h111 inline void Destroy() { function in class:base::ManualConstructor
/external/chromium_org/base/prefs/
H A Dpref_member.cc25 Destroy();
50 void PrefMemberBase::Destroy() { function in class:subtle::PrefMemberBase
H A Dpref_member.h113 void Destroy();
192 void Destroy() { function in class:PrefMember
193 subtle::PrefMemberBase::Destroy();
H A Dpref_member_unittest.cc43 void Destroy() { function in class:__anon2410::GetPrefValueHelper
44 pref_.Destroy();
315 helper->Destroy();
/external/chromium_org/cc/surfaces/
H A Dsurface_factory.cc29 void SurfaceFactory::Destroy(SurfaceId surface_id) { function in class:cc::SurfaceFactory
/external/chromium_org/chrome/browser/android/banners/
H A Dapp_banner_manager.cc41 void AppBannerManager::Destroy(JNIEnv* env, jobject obj) { function in class:banners::AppBannerManager
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.cc115 void BookmarksBridge::Destroy(JNIEnv*, jobject) { function in class:BookmarksBridge
/external/chromium_org/chrome/browser/android/dom_distiller/
H A Dfeedback_reporter_android.cc39 void FeedbackReporterAndroid::Destroy(JNIEnv* env, jobject obj) { delete this; } function in class:dom_distiller::android::FeedbackReporterAndroid
/external/chromium_org/chrome/browser/android/enhanced_bookmarks/
H A Denhanced_bookmarks_bridge.cc25 void EnhancedBookmarksBridge::Destroy(JNIEnv*, jobject) { function in class:enhanced_bookmarks::android::EnhancedBookmarksBridge
/external/chromium_org/chrome/browser/android/
H A Dfavicon_helper.cc101 void FaviconHelper::Destroy(JNIEnv* env, jobject obj) { function in class:FaviconHelper
H A Dforeign_session_helper.cc157 void ForeignSessionHelper::Destroy(JNIEnv* env, jobject obj) { function in class:ForeignSessionHelper
H A Dlogo_bridge.cc97 void LogoBridge::Destroy(JNIEnv* env, jobject obj) { function in class:LogoBridge
H A Dmost_visited_sites.cc218 void MostVisitedSites::Destroy(JNIEnv* env, jobject obj) { function in class:MostVisitedSites
H A Dnew_tab_page_prefs.cc29 void NewTabPagePrefs::Destroy(JNIEnv* env, jobject obj) { function in class:NewTabPagePrefs

Completed in 6767 milliseconds

1234567891011