Searched defs:Destroy (Results 101 - 125 of 259) sorted by relevance

1234567891011

/external/chromium_org/ui/gl/
H A Dgl_surface_x11.cc32 virtual void Destroy() OVERRIDE;
113 Destroy();
120 void NativeViewGLSurfaceOSMesa::Destroy() { function in class:gfx::NativeViewGLSurfaceOSMesa
149 // Destroy the previous pixmap and graphics context.
271 Destroy();
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc45 Destroy();
57 Destroy();
67 void AcceleratedSurface::Destroy() { function in class:AcceleratedSurface
/external/chromium_org/v8/src/base/
H A Dlazy-instance.h86 static void Destroy(T* /* instance */) {} function in struct:v8::base::LeakyInstanceTrait
/external/clang/include/clang/Sema/
H A DParsedTemplate.h203 void Destroy() { function in struct:clang::TemplateIdAnnotation
/external/opencv/otherlibs/highgui/
H A Dimage.cpp60 void CvvImage::Destroy() function in class:CvvImage
67 Destroy();
85 Destroy();
/external/pdfium/core/src/fpdfapi/
H A Dfpdf_basic_module.cpp19 void CPDF_ModuleMgr::Destroy() function in class:CPDF_ModuleMgr
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMUCOwner.java39 private Destroy destroy;
61 public Destroy getDestroy() {
72 public void setDestroy(Destroy destroy) {
281 public static class Destroy { class in class:MUCOwner
/external/chromium_org/android_webview/native/
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) },
/external/chromium_org/base/prefs/
H A Dpref_member.h113 void Destroy();
192 void Destroy() { function in class:PrefMember
193 subtle::PrefMemberBase::Destroy();
/external/chromium_org/chrome/browser/android/
H A Dforeign_session_helper.cc157 void ForeignSessionHelper::Destroy(JNIEnv* env, jobject obj) { function in class:ForeignSessionHelper
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache.cc416 void FileCache::Destroy() { function in class:drive::internal::FileCache
419 // Destroy myself on the blocking pool.
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor.cc135 void SQLiteCursor::Destroy(JNIEnv* env, jobject obj) { function in class:SQLiteCursor
136 // We do our best to cleanup when Destroy() is called from Java's finalize()
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_base.cc34 void TabModelBase::Destroy(JNIEnv* env, jobject obj) { function in class:TabModelBase
/external/chromium_org/components/cronet/android/
H A Durl_request_adapter.cc176 void URLRequestAdapter::Destroy() { function in class:cronet::URLRequestAdapter
/external/chromium_org/content/browser/android/
H A Dweb_contents_observer_android.cc51 void WebContentsObserverAndroid::Destroy(JNIEnv* env, jobject obj) { function in class:content::WebContentsObserverAndroid
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host_ui_shim.cc118 void GpuProcessHostUIShim::Destroy(int host_id, const std::string& message) { function in class:content::GpuProcessHostUIShim
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_database.cc119 leveldb::Status LevelDBDatabase::Destroy(const base::FilePath& file_name) { function in class:content::LevelDBDatabase
/external/chromium_org/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.cc53 void LegacyRenderWidgetHostHWND::Destroy() { function in class:content::LegacyRenderWidgetHostHWND
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc172 void GpuVideoDecodeAcceleratorHost::Destroy() { function in class:content::GpuVideoDecodeAcceleratorHost
262 // Client::NotifyError() may Destroy() |this|, so calling it needs to be the
H A Dgpu_video_encode_accelerator_host.cc181 void GpuVideoEncodeAcceleratorHost::Destroy() { function in class:content::GpuVideoEncodeAcceleratorHost
271 // Client::NotifyError() may Destroy() |this|, so calling it needs to be the
H A Dwebgraphicscontext3d_command_buffer_impl.cc118 Destroy();
131 Destroy();
287 void WebGraphicsContext3DCommandBufferImpl::Destroy() { function in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface.cc86 void ImageTransportHelper::Destroy() {} function in class:content::ImageTransportHelper
234 void PassThroughImageTransportSurface::Destroy() { function in class:content::PassThroughImageTransportSurface
235 helper_->Destroy();
236 GLSurfaceAdapter::Destroy();
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.cc516 void AndroidVideoDecodeAccelerator::Destroy() { function in class:content::AndroidVideoDecodeAccelerator
527 copier_->Destroy();
H A Dandroid_video_encode_accelerator.cc244 void AndroidVideoEncodeAccelerator::Destroy() { function in class:content::AndroidVideoEncodeAccelerator

Completed in 1039 milliseconds

1234567891011