Searched refs:Destroy (Results 76 - 100 of 714) sorted by relevance

1234567891011>>

/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_unittest.cc43 button_accessibility_->Destroy();
45 label_accessibility_->Destroy();
/external/chromium_org/ui/gl/
H A Dgl_context_glx.cc87 void GLContextGLX::Destroy() { function in class:gfx::GLContextGLX
108 Destroy();
117 Destroy();
123 Destroy();
212 Destroy();
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc37 t.Destroy(m);
55 t.Destroy(m);
92 t.Destroy(m);
108 t2.Destroy(m);
124 t2.Destroy(m);
149 t2.Destroy(m);
163 MainThread().Destroy(m);
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_unittest.cc50 void Destroy() { function in class:webrtc::test::MockUdpSocketManager
115 UdpTransport::Destroy(transport);
141 mock_manager->Destroy();
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_surface.cc31 static void Destroy(gbm_bo* buffer, void* data);
36 // When GBM calls Destroy(..) the self-reference will dissapear and this will
47 gbm_bo_set_user_data(bo, this, GbmSurfaceBuffer::Destroy);
71 void GbmSurfaceBuffer::Destroy(gbm_bo* buffer, void* data) { function in class:ui::__anon16990::GbmSurfaceBuffer
/external/smack/src/org/jivesoftware/smackx/provider/
H A DMUCOwnerProvider.java89 private MUCOwner.Destroy parseDestroy(XmlPullParser parser) throws Exception {
91 MUCOwner.Destroy destroy = new MUCOwner.Destroy();
/external/chromium_org/android_webview/native/
H A Daw_picture.cc21 void AwPicture::Destroy(JNIEnv* env, jobject obj) { function in class:android_webview::AwPicture
/external/chromium_org/base/android/jni_generator/
H A Dsample_for_tests.h32 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/cc/resources/
H A Dtexture_mailbox_deleter_unittest.cc16 TEST(TextureMailboxDeleterTest, Destroy) {
/external/chromium_org/chrome/browser/android/
H A Dfavicon_helper.h17 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_resource_throttle.cc92 prerender_contents->Destroy(FINAL_STATUS_INVALID_HTTP_METHOD);
95 prerender_contents->Destroy(FINAL_STATUS_UNSUPPORTED_SCHEME);
129 prerender_contents->Destroy(FINAL_STATUS_UNSUPPORTED_SCHEME);
139 prerender_contents->Destroy(FINAL_STATUS_BAD_DEFERRED_REDIRECT);
/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.h47 virtual void Destroy(syncer::HttpPostProviderInterface* http) OVERRIDE;
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dinfobar_container_android.h28 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/chrome/browser/ui/android/toolbar/
H A Dtoolbar_model_android.h26 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/chrome/browser/ui/android/
H A Dwebsite_settings_popup_android.h26 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc89 void CastWindowAndroid::Destroy() { function in class:chromecast::shell::CastWindowAndroid
128 // is torn down at browser-thread shutdown time. Call Destroy directly to
135 Destroy();
141 base::Bind(&CastWindowAndroid::Destroy, weak_factory_.GetWeakPtr()),
169 Destroy();
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_unittest.cc24 TestStorageMonitor::Destroy();
37 TestStorageMonitor::Destroy();
80 TestStorageMonitor::Destroy();
88 TestStorageMonitor::Destroy();
/external/chromium_org/content/browser/android/
H A Dcontent_readback_handler.h31 void Destroy(JNIEnv* env, jobject obj);
H A Dtracing_controller_android.h20 void Destroy(JNIEnv* env, jobject obj);
/external/chromium_org/content/browser/compositor/
H A Downed_mailbox.h31 void Destroy();
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame_unittest.cc41 view_->Destroy();
H A Drender_widget_host_view_guest_unittest.cc42 view_->Destroy();
/external/chromium_org/content/public/browser/
H A Dbrowser_plugin_guest_delegate.h62 virtual void Destroy() {} function in class:content::BrowserPluginGuestDelegate
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_surface_mock.h18 MOCK_METHOD0(Destroy, void());
H A Dquery_manager.cc68 virtual void Destroy(bool have_context) OVERRIDE;
124 void AsyncPixelTransfersCompletedQuery::Destroy(bool /* have_context */) { function in class:gpu::gles2::__anon8438::AsyncPixelTransfersCompletedQuery
145 virtual void Destroy(bool have_context) OVERRIDE;
186 void AllSamplesPassedQuery::Destroy(bool have_context) { function in class:gpu::gles2::AllSamplesPassedQuery
204 virtual void Destroy(bool have_context) OVERRIDE;
234 void CommandsIssuedQuery::Destroy(bool /* have_context */) { function in class:gpu::gles2::CommandsIssuedQuery
251 virtual void Destroy(bool have_context) OVERRIDE;
277 void CommandLatencyQuery::Destroy(bool /* have_context */) { function in class:gpu::gles2::CommandLatencyQuery
297 virtual void Destroy(bool have_context) OVERRIDE;
339 void AsyncReadPixelsCompletedQuery::Destroy(boo function in class:gpu::gles2::AsyncReadPixelsCompletedQuery
384 void GetErrorQuery::Destroy(bool /* have_context */) { function in class:gpu::gles2::GetErrorQuery
433 void CommandsCompletedQuery::Destroy(bool have_context) { function in class:gpu::gles2::CommandsCompletedQuery
465 void QueryManager::Destroy(bool have_context) { function in class:gpu::gles2::QueryManager
[all...]

Completed in 2451 milliseconds

1234567891011>>