Searched refs:Destroy (Results 226 - 250 of 714) sorted by relevance

1234567891011>>

/external/stressapptest/src/
H A Dpattern.h93 int Destroy();
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_base.cc73 Destroy();
79 Destroy();
83 Destroy();
90 void Destroy() { function in class:extensions::GuestViewBase::EmbedderWebContentsObserver
96 guest_->Destroy();
297 Destroy();
300 void GuestViewBase::Destroy() { function in class:extensions::GuestViewBase
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp348 LLVMMemoryManagerDestroyCallback Destroy; member in struct:__anon25839::SimpleBindingMMFunctions
382 assert(Functions.Destroy &&
383 "No Destroy function provided!");
387 Functions.Destroy(Opaque);
425 LLVMMemoryManagerDestroyCallback Destroy) {
428 !Destroy)
435 functions.Destroy = Destroy;
420 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, LLVMMemoryManagerAllocateCodeSectionCallback AllocateCodeSection, LLVMMemoryManagerAllocateDataSectionCallback AllocateDataSection, LLVMMemoryManagerFinalizeMemoryCallback FinalizeMemory, LLVMMemoryManagerDestroyCallback Destroy) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_async_pixel.cc173 EXPECT_CALL(*delegate, Destroy()).RetiresOnSaturation();
231 EXPECT_CALL(*delegate, Destroy()).RetiresOnSaturation();
274 EXPECT_CALL(*delegate, Destroy()).RetiresOnSaturation();
314 EXPECT_CALL(*delegate, Destroy()).RetiresOnSaturation();
377 EXPECT_CALL(*delegate, Destroy()).RetiresOnSaturation();
H A Dquery_manager.h69 virtual void Destroy(bool have_context) = 0;
154 void Destroy(bool have_context);
H A Dstream_texture_manager_in_process_android.cc26 virtual void Destroy(bool have_context) OVERRIDE;
59 void GLImageImpl::Destroy(bool have_context) { function in class:gpu::__anon8441::GLImageImpl
/external/chromium_org/ppapi/proxy/
H A Dppb_video_decoder_proxy.cc44 virtual void Destroy() OVERRIDE;
65 PPB_VideoDecoder_Shared::Destroy();
127 void VideoDecoder::Destroy() { function in class:ppapi::proxy::VideoDecoder
131 PPB_VideoDecoder_Shared::Destroy();
280 enter.object()->Destroy();
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc1193 google_services_user_account_id_.Destroy();
1194 google_services_username_.Destroy();
1195 google_services_username_pattern_.Destroy();
1196 reverse_autologin_enabled_.Destroy();
1197 one_click_signin_rejected_email_list_.Destroy();
1198 enable_referrers_.Destroy();
1199 enable_do_not_track_.Destroy();
1200 force_safesearch_.Destroy();
1202 enable_metrics_.Destroy();
1204 safe_browsing_enabled_.Destroy();
[all...]
/external/chromium_org/cc/surfaces/
H A Dsurfaces_pixeltest.cc95 factory_.Destroy(root_surface_id);
185 factory_.Destroy(root_surface_id);
186 factory_.Destroy(child_surface_id);
327 factory_.Destroy(root_surface_id);
328 factory_.Destroy(left_child_id);
329 factory_.Destroy(right_child_id);
H A Dsurface_factory.cc29 void SurfaceFactory::Destroy(SurfaceId surface_id) { function in class:cc::SurfaceFactory
/external/llvm/include/llvm/ADT/
H A DStringMap.h202 /// Destroy - Destroy this StringMapEntry, releasing memory back to the
205 void Destroy(AllocatorTy &Allocator) { function in class:llvm::StringMapEntry
213 /// Destroy this object, releasing memory back to the malloc allocator.
214 void Destroy() { function in class:llvm::StringMapEntry
216 Destroy(A);
357 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
387 V.Destroy(Allocator);
405 static_cast<MapEntryTy*>(Bucket)->Destroy(Allocator);
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface.h111 void Destroy();
184 virtual void Destroy() OVERRIDE;
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_helpers.cc35 void PpbBuffer::Destroy() { function in class:media::PpbBuffer
131 // Destroy the smallest buffer before allocating a new bigger buffer if the
155 frame_buffer_->Destroy();
/external/chromium_org/mojo/examples/wm_flow/wm/
H A Dframe_controller.cc100 app_view_->Destroy();
101 view_->Destroy();
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransportchannel.cc267 stun_port_->Destroy();
271 relay_port_->Destroy();
/external/chromium_org/ui/gl/
H A Dgl_surface.h39 virtual void Destroy() = 0;
162 virtual void Destroy() OVERRIDE;
/external/chromium_org/chrome/browser/apps/
H A Dapp_url_redirector.cc53 prerender_contents->Destroy(prerender::FINAL_STATUS_NAVIGATION_INTERCEPTED);
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_container_android.cc32 void InfoBarContainerAndroid::Destroy(JNIEnv* env, jobject obj) { function in class:InfoBarContainerAndroid
/external/chromium_org/chrome/browser/ui/android/
H A Dnavigation_popup.cc35 void NavigationPopup::Destroy(JNIEnv* env, jobject obj) { function in class:NavigationPopup
/external/chromium_org/chrome/browser/ui/android/toolbar/
H A Dtoolbar_model_android.cc25 void ToolbarModelAndroid::Destroy(JNIEnv* env, jobject obj) { function in class:ToolbarModelAndroid
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.h53 void Destroy();
H A Dcast_window_manager.cc76 window->Destroy();
/external/chromium_org/content/browser/android/
H A Dweb_contents_observer_android.h32 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_encode_accelerator_host.h64 virtual void Destroy() OVERRIDE;
70 // Only Destroy() should be deleting |this|.
/external/chromium_org/content/test/plugin/
H A Dplugin_test.h33 virtual NPError Destroy();

Completed in 1438 milliseconds

1234567891011>>