HomeSort by relevance Sort by last modified time
    Searched full:destroy (Results 576 - 600 of 5200) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/chromeos/login/
login_status_consumer.h 26 DATA_REMOVAL_FAILED, // Could not destroy your old data
69 return "Could not destroy your old data.";
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.h 70 // Called by WebContentsDeviceUsage when it's about to destroy itself, i.e.
77 // Helpers to create and destroy status tray icon. Called from
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter_mementos.h 78 // calling thread. It is safe to destroy this object as soon as this method
83 // destroy this object as soon as this method (synchronously) returns.
  /external/chromium_org/chrome/browser/ui/gtk/
manage_passwords_bubble_gtk.cc 103 g_signal_connect(bubble_contents_, "destroy",
119 // Listen to the destroy signal and delete this instance when it is caught.
  /external/chromium_org/content/browser/web_contents/aura/
window_slider.h 103 // listening for events, but it doesn't destroy itself.
109 // destroy |owner_|.
  /external/chromium_org/content/test/plugin/
plugin_npobject_lifetime_test.cc 131 // We setup a timerproc to invoke NPN_Evaluate to destroy this plugin
132 // instance. This is to ensure that we don't destroy the plugin instance
  /external/chromium_org/gpu/command_buffer/service/
context_group.h 55 // call to destroy if it succeeds.
62 void Destroy(GLES2Decoder* decoder, bool have_context);
  /external/chromium_org/ipc/
ipc_test_base.h 44 // directly. Since the listener must outlive the channel, you must destroy the
57 // (manually) destroy the channel proxy before the task runner's thread is
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.cc 75 // Destroy the smallest buffer before allocating a new bigger buffer if the
99 frame_buffer_->Destroy();
  /external/chromium_org/native_client_sdk/src/examples/api/url_loader/
url_loader_handler.h 36 // self-destroy when all data is in).
71 // self-destroy. |this| is no longer valid when this method returns.
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_passthrough.cc 22 virtual void Destroy() {
118 void MountPassthrough::Destroy() {}
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextFragment.cpp 84 m_firstLetter->destroy();
96 m_firstLetter->destroy();
  /external/chromium_org/third_party/icu/source/common/
umutex.h 121 /* Destroy a mutex. This will free the resources of a mutex.
126 * destroy the same mutex.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_cull.c 140 cull->stage.destroy = cull_destroy;
149 cull->stage.destroy( &cull->stage );
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.h 230 * destroy this compositor
236 * destroy this state bag
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
egl_st.c 159 stapi->destroy(stapi);
166 stapi->destroy(stapi);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.h 104 /** \brief Destroy option info
108 /** \brief Destroy option cache
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prpdce.h 75 ** Destroy a naked condition variable
77 ** Destroy the condition variable created by PR_NewNakedCondVar.
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
assocdat.c 110 item->callback->destroy(item->data);
126 assoc_data->vector[i].callback->destroy(assoc_data->vector[i].data);
dbgfmt.h 65 void (*destroy) (/*@only@*/ yasm_dbgfmt *dbgfmt); member in struct:yasm_dbgfmt_module
115 ((yasm_dbgfmt_base *)dbgfmt)->module->destroy(dbgfmt)
listfmt.h 64 void (*destroy) (/*@only@*/ yasm_listfmt *listfmt); member in struct:yasm_listfmt_module
117 ((yasm_listfmt_base *)listfmt)->module->destroy(listfmt)
  /external/chromium_org/ui/accessibility/
ax_tree.h 62 // Call Destroy() on |node|, and delete it from the id map, and then
66 // Iterate over the children of |node| and for each child, destroy the
  /external/chromium_org/ui/gl/
gl_context_egl.cc 80 void GLContextEGL::Destroy() {
196 Destroy();
gl_image_glx.cc 56 Destroy();
147 void GLImageGLX::Destroy() {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2073.js 71 destroy: function() {
94 if (i > m) $root.head.destroy();

Completed in 1997 milliseconds

<<21222324252627282930>>