HomeSort by relevance Sort by last modified time
    Searched defs:Destroy (Results 151 - 175 of 279) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_socket.cc 46 void MountNodeSocket::Destroy() {
mount_node_tcp.cc 287 void MountNodeTCP::Destroy() {
289 MountNodeSocket::Destroy();
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_url_loader.cc 65 virtual void Destroy() {
  /external/chromium_org/sync/internal_api/
http_bridge.cc 107 void HttpBridgeFactory::Destroy(HttpPostProviderInterface* http) {
  /external/compiler-rt/lib/asan/
asan_thread.cc 91 context->thread->Destroy();
94 void AsanThread::Destroy() {
142 this->Destroy();
  /external/llvm/include/llvm/ADT/
ScopedHashTable.h 74 void Destroy(AllocatorTy &Allocator) {
250 ThisEntry->Destroy(HT.getAllocator());
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 349 void (*Destroy)(void *Opaque);
382 assert(Functions.Destroy &&
383 "No Destroy function provided!");
387 Functions.Destroy(Opaque);
425 void (*Destroy)(void *Opaque)) {
428 !Destroy)
435 functions.Destroy = Destroy;
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCUser.java 38 private Destroy destroy; field in class:MUCUser
130 public Destroy getDestroy() {
131 return destroy;
189 * @param destroy the notification that the room has been destroyed.
191 public void setDestroy(Destroy destroy) {
192 this.destroy = destroy;
566 public static class Destroy {
    [all...]
  /external/stressapptest/src/
pattern.cc 334 Destroy();
383 int PatternList::Destroy() {
  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.cc 54 void AudioProcessing::Destroy(AudioProcessing* apm) {
108 component->Destroy();
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 260 void ResolveInfo::Destroy(ResolveInfo*& pInfo)
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 249 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_HTTPS)
    [all...]
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc 59 void Destroy();
332 void MultiThreadedProxyResolver::Executor::Destroy() {
372 // The important cleanup happens as part of Destroy(), which should always be
374 DCHECK(!coordinator_) << "Destroy() was not called";
495 // Destroy all of the current threads and their proxy resolvers.
528 executor->Destroy();
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 100 prerender_contents_->Destroy(FINAL_STATUS_OPEN_URL);
109 prerender_contents_->Destroy(FINAL_STATUS_DOWNLOAD);
124 prerender_contents_->Destroy(FINAL_STATUS_JS_OUT_OF_MEMORY);
130 prerender_contents_->Destroy(FINAL_STATUS_JAVASCRIPT_ALERT);
143 prerender_contents_->Destroy(FINAL_STATUS_REGISTER_PROTOCOL_HANDLER);
415 // destroy it.
434 Destroy(FINAL_STATUS_PROFILE_DESTROYED);
438 Destroy(FINAL_STATUS_APP_TERMINATING);
538 Destroy(FINAL_STATUS_UNSUPPORTED_SCHEME);
543 Destroy(FINAL_STATUS_HTTPS)
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 299 void BrowserAccessibility::Destroy() {
303 (*iter)->Destroy();
  /external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc 48 virtual void Destroy() OVERRIDE;
164 helper_->Destroy();
172 void IOSurfaceImageTransportSurface::Destroy() {
175 helper_->Destroy();
176 NoOpGLSurfaceCGL::Destroy();
337 Destroy();
341 // If we have resources to destroy, then make sure that we have a current
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.cc 393 // Handle Destroy() arriving while pictures are queued for output.
627 // All surfaces released, destroy them and dismiss all PictureBuffers.
929 void VaapiVideoDecodeAccelerator::Destroy() {
  /external/chromium_org/content/test/
test_render_view_host.cc 103 void TestRenderWidgetHostView::Destroy() { delete this; }
261 // constructor, and deletes itself when TestRenderWidgetHostView::Destroy() is
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.cc 300 void FramebufferManager::Destroy(bool have_context) {
query_manager.cc 73 virtual void Destroy(bool have_context) OVERRIDE;
132 void AsyncPixelTransfersCompletedQuery::Destroy(bool /* have_context */) {
153 virtual void Destroy(bool have_context) OVERRIDE;
194 void AllSamplesPassedQuery::Destroy(bool have_context) {
212 virtual void Destroy(bool have_context) OVERRIDE;
242 void CommandsIssuedQuery::Destroy(bool /* have_context */) {
259 virtual void Destroy(bool have_context) OVERRIDE;
285 void CommandLatencyQuery::Destroy(bool /* have_context */) {
305 virtual void Destroy(bool have_context) OVERRIDE;
340 void AsyncReadPixelsCompletedQuery::Destroy(bool /* have_context */)
    [all...]
  /external/chromium_org/media/cdm/ppapi/
clear_key_cdm.cc 504 void ClearKeyCdm::Destroy() {
505 DVLOG(1) << "Destroy()";
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.cc 48 void Destroy();
346 void MultiThreadedProxyResolver::Executor::Destroy() {
381 // The important cleanup happens as part of Destroy(), which should always be
383 DCHECK(!coordinator_) << "Destroy() was not called";
508 // Destroy all of the current threads and their proxy resolvers.
541 executor->Destroy();
  /external/chromium_org/ppapi/cpp/extensions/dev/
socket_dev.cc 334 void Socket_Dev::Destroy(int32_t socket_id) {
340 return get_interface<PPB_Ext_Socket_Dev_0_2>()->Destroy(
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.cc 227 bool GtkMainWnd::Destroy() {
  /external/chromium_org/ui/gl/
gl_surface_egl.cc 287 Destroy();
305 void NativeViewGLSurfaceEGL::Destroy() {
433 Destroy();
444 Destroy();
481 Destroy();
538 void PbufferGLSurfaceEGL::Destroy() {
616 Destroy();
627 void SurfacelessEGL::Destroy() {
692 GLSurfaceOSMesaHeadless::~GLSurfaceOSMesaHeadless() { Destroy(); }

Completed in 2624 milliseconds

1 2 3 4 5 67 8 91011>>