/external/chromium_org/content/common/gpu/client/ |
gpu_video_encode_accelerator_host.cc | 145 void GpuVideoEncodeAcceleratorHost::Destroy() { 215 // Client::NotifyError() may Destroy() |this|, so calling it needs to be the
|
/external/chromium_org/content/test/plugin/ |
plugin_delete_plugin_in_deallocate_test.cc | 122 NPError DeletePluginInDeallocateTest::Destroy() {
|
plugin_thread_async_call_test.cc | 99 NPError PluginThreadAsyncCallTest::Destroy() {
|
plugin_windowed_test.cc | 78 NPError WindowedPluginTest::Destroy() {
|
/external/chromium_org/gpu/command_buffer/service/ |
renderbuffer_manager.cc | 82 void RenderbufferManager::Destroy(bool have_context) {
|
shader_manager.cc | 99 void ShaderManager::Destroy(bool have_context) {
|
/external/chromium_org/mojo/services/native_viewport/ |
native_viewport_android.cc | 55 void NativeViewportAndroid::Destroy(JNIEnv* env, jobject obj) {
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_html5fs.cc | 183 void MountHtml5Fs::Destroy() {
|
mount_passthrough.cc | 22 virtual void Destroy() { 118 void MountPassthrough::Destroy() {}
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_resource_manager.h | 99 virtual void Destroy() {}
|
/external/chromium_org/ppapi/thunk/ |
ppb_ext_socket_thunk.cc | 36 void Destroy(PP_Instance instance, PP_Var socket_id) { 43 enter.functions()->PostBrowser("socket.destroy", args); 370 &Destroy, 388 &Destroy,
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
proxyserver.cc | 111 Destroy(); 133 Destroy(); 157 void ProxyBinding::Destroy() {
|
/external/chromium_org/ui/gl/ |
gl_context_glx.cc | 102 void GLContextGLX::Destroy() { 122 Destroy(); 132 Destroy(); 139 Destroy(); 227 Destroy();
|
gl_surface_win.cc | 33 virtual void Destroy() OVERRIDE; 114 Destroy(); 125 void NativeViewGLSurfaceOSMesa::Destroy() { 131 GLSurfaceOSMesa::Destroy();
|
gl_surface_x11.cc | 35 virtual void Destroy() OVERRIDE; 116 Destroy(); 123 void NativeViewGLSurfaceOSMesa::Destroy() { 152 // Destroy the previous pixmap and graphics context. 265 Destroy();
|
/external/chromium_org/ui/surface/ |
accelerated_surface_mac.cc | 44 Destroy(); 56 Destroy(); 66 void AcceleratedSurface::Destroy() {
|
/external/opencv/otherlibs/highgui/ |
image.cpp | 60 void CvvImage::Destroy() 67 Destroy(); 85 Destroy();
|
/external/chromium/chrome/browser/ |
gpu_process_host_ui_shim.cc | 135 void GpuProcessHostUIShim::Destroy(int host_id) { 190 // Destroy the command buffer that owns the accelerated surface.
|
/external/chromium/chrome/browser/prefs/ |
pref_member.h | 90 void Destroy(); 149 void Destroy() { 150 subtle::PrefMemberBase::Destroy();
|
/external/chromium/chrome/browser/sync/glue/ |
http_bridge.cc | 68 void HttpBridgeFactory::Destroy(sync_api::HttpPostProviderInterface* http) {
|
/external/chromium_org/android_webview/native/ |
aw_settings.cc | 71 void AwSettings::Destroy(JNIEnv* env, jobject obj) {
|
/external/chromium_org/base/android/jni_generator/ |
golden_sample_for_tests_jni.h | 54 static void Destroy(JNIEnv* env, jobject obj, 56 DCHECK(nativeCPPClass) << "Destroy"; 58 return native->Destroy(env, obj); 319 "V", reinterpret_cast<void*>(Destroy) },
|
/external/chromium_org/base/prefs/ |
pref_member.h | 113 void Destroy(); 191 void Destroy() { 192 subtle::PrefMemberBase::Destroy();
|
pref_member_unittest.cc | 43 void Destroy() { 44 pref_.Destroy(); 315 helper->Destroy();
|
/external/chromium_org/chrome/browser/android/ |
foreign_session_helper.cc | 161 void ForeignSessionHelper::Destroy(JNIEnv* env, jobject obj) {
|