HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 1 - 25 of 677) 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();
image_manager.cc 19 void ImageManager::Destroy(bool have_context) {
22 iter->second.get()->Destroy(have_context);
34 iter->second.get()->Destroy(true);
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/sync/internal_api/public/
http_post_provider_factory.h 30 // must call Destroy().
34 virtual void Destroy(HttpPostProviderInterface* http) = 0;
  /external/chromium_org/ui/accessibility/platform/
ax_platform_node.h 20 // Call Destroy rather than deleting this, because the subclass may
22 virtual void Destroy() = 0;
  /external/chromium_org/ui/gl/
gl_surface_stub.cc 9 void GLSurfaceStub::Destroy() {
gl_image_ref_counted_memory.cc 32 void GLImageRefCountedMemory::Destroy(bool have_context) {
33 GLImageMemory::Destroy(have_context);
gl_image_ref_counted_memory.h 24 virtual void Destroy(bool have_context) OVERRIDE;
gl_image_shared_memory.h 21 virtual void Destroy(bool have_context) OVERRIDE;
  /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);
104 template <typename T, T* (*Create)() = sk_new<T>, void (*Destroy)(T*) = sk_delete<T> >
111 return ptr ? ptr : try_cas<T*, Destroy>(&fPtr, Create());
117 template <typename U> void cleanup(U* ptr) { Destroy(ptr); }
132 template <typename T, int N, T* (*Create)(int) = sk_new_arg<T>, void (*Destroy)(T*) = sk_delete<T> >
140 return ptr ? ptr : try_cas<T*, Destroy>(&fArray[i], Create(i));
146 Destroy((T*)fArray[i])
    [all...]
  /external/chromium_org/android_webview/browser/
aw_gl_surface.h 20 virtual void Destroy() OVERRIDE;
  /external/chromium_org/cc/surfaces/
surface_unittest.cc 22 factory.Destroy(surface_id);
  /external/chromium_org/chrome/browser/chromeos/login/users/
scoped_test_user_manager.cc 22 chrome_user_manager_->Destroy();
  /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/ppapi/c/
ppp_message_handler.h 87 void (*Destroy)(PP_Instance instance, void* user_data);
  /external/chromium_org/third_party/webrtc/base/
asyncresolverinterface.h 32 virtual void Destroy(bool wait) = 0;

Completed in 3984 milliseconds

1 2 3 4 5 6 7 8 91011>>