HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 1 - 25 of 855) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_delegate_mock.cc 13 Destroy();
async_pixel_transfer_delegate_mock.h 20 MOCK_METHOD0(Destroy, void());
  /external/chromium_org/media/video/
video_encode_accelerator.cc 18 Destroy();
mock_video_decode_accelerator.cc 12 // Delete |this| when Destroy() is called.
13 ON_CALL(*this, Destroy())
video_decode_accelerator.cc 26 Destroy();
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
ref_object.h 49 virtual void Destroy() {}
58 Destroy();
  /external/chromium_org/content/browser/compositor/
owned_mailbox.cc 22 Destroy();
30 void OwnedMailbox::Destroy() {
41 Destroy();
  /external/chromium_org/ppapi/c/
ppp_message_handler.h 80 void (*Destroy)(PP_Instance instance, void* user_data);
  /external/chromium_org/sync/internal_api/public/
http_post_provider_factory.h 30 // must call Destroy().
34 virtual void Destroy(HttpPostProviderInterface* http) = 0;
  /external/chromium_org/ui/gl/
gl_image_stub.cc 11 GLImageStub::~GLImageStub() { Destroy(); }
gl_surface_stub.cc 9 void GLSurfaceStub::Destroy() {
gl_image_stub.h 18 virtual void Destroy() OVERRIDE {}
gl_surface_stub.h 18 virtual void Destroy() OVERRIDE;
  /external/pdfium/core/src/fxge/android/
fpf_skiamodule.h 16 virtual void Destroy();
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
owned_widget_gtk2.cc 14 Destroy();
31 void OwnedWidgetGtk::Destroy() {
owned_widget_gtk2.h 24 // until the call to Destroy().
46 // gtk_destroy_widget(widget); // Ask all code to destroy their references.
47 // g_object_unref(widget); // Destroy the initial reference we had claimed.
74 // been added. It is valid to never call Own(), in which case Destroy() will
75 // do nothing. If Own() has been called, you must explicitly call Destroy().
78 // You may call Destroy() after you have called Own(). Calling Destroy()
80 // Destroy() is also called in this object's destructor.
81 // After a call to Destroy(), you may call Own() again. NOTE: It is expected
84 void Destroy();
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkLazyPtr.h 20 * These macros take an optional T* (*Create)() and void (*Destroy)(T*) at the end.
23 * Create comes first, so you may use a custom Create with a default Destroy, but not vice versa.
74 template <typename P, void (*Destroy)(P)>
80 Destroy(ptr);
92 template <typename T, T* (*Create)() = sk_new<T>, void (*Destroy)(T*) = sk_delete<T> >
99 return ptr ? ptr : try_cas<T*, Destroy>(&fPtr, Create());
105 template <typename U> void cleanup(U* ptr) { Destroy(ptr); }
120 template <typename T, int N, T* (*Create)(int) = sk_new_arg<T>, void (*Destroy)(T*) = sk_delete<T> >
128 return ptr ? ptr : try_cas<T*, Destroy>(&fArray[i], Create(i));
134 Destroy((T*)fArray[i])
    [all...]
  /external/skia/src/core/
SkLazyPtr.h 20 * These macros take an optional T* (*Create)() and void (*Destroy)(T*) at the end.
23 * Create comes first, so you may use a custom Create with a default Destroy, but not vice versa.
74 template <typename P, void (*Destroy)(P)>
80 Destroy(ptr);
92 template <typename T, T* (*Create)() = sk_new<T>, void (*Destroy)(T*) = sk_delete<T> >
99 return ptr ? ptr : try_cas<T*, Destroy>(&fPtr, Create());
105 template <typename U> void cleanup(U* ptr) { Destroy(ptr); }
120 template <typename T, int N, T* (*Create)(int) = sk_new_arg<T>, void (*Destroy)(T*) = sk_delete<T> >
128 return ptr ? ptr : try_cas<T*, Destroy>(&fArray[i], Create(i));
134 Destroy((T*)fArray[i])
    [all...]
  /external/chromium_org/android_webview/browser/
aw_gl_surface.h 20 virtual void Destroy() OVERRIDE;
  /external/chromium_org/content/renderer/pepper/
fullscreen_container.h 31 virtual void Destroy() = 0;
  /external/chromium_org/content/test/plugin/
plugin_delete_plugin_in_deallocate_test.h 24 virtual NPError Destroy() OVERRIDE;
  /external/chromium_org/courgette/
adjustment_method.h 41 virtual void Destroy();
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncresolverinterface.h 49 virtual void Destroy(bool wait) = 0;
  /external/chromium_org/third_party/webrtc/base/
asyncresolverinterface.h 32 virtual void Destroy(bool wait) = 0;
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility.cc 26 void NativeViewAccessibility::Destroy() {

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>