Searched defs:destroy (Results 101 - 125 of 186) sorted by relevance

12345678

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTextureMapperQt.cpp33 void BitmapTextureQt::destroy() function in class:WebCore::BitmapTextureQt
/external/webkit/Source/WebCore/rendering/
H A DInlineBox.cpp54 void InlineBox::destroy(RenderArena* renderArena) function in class:WebCore::InlineBox
77 // Stash size where destroy can find it.
136 destroy(arena);
H A DRenderScrollbar.cpp171 void RenderScrollbar::updateScrollbarParts(bool destroy) argument
173 updateScrollbarPart(ScrollbarBGPart, destroy);
174 updateScrollbarPart(BackButtonStartPart, destroy);
175 updateScrollbarPart(ForwardButtonStartPart, destroy);
176 updateScrollbarPart(BackTrackPart, destroy);
177 updateScrollbarPart(ThumbPart, destroy);
178 updateScrollbarPart(ForwardTrackPart, destroy);
179 updateScrollbarPart(BackButtonEndPart, destroy);
180 updateScrollbarPart(ForwardButtonEndPart, destroy);
181 updateScrollbarPart(TrackBGPart, destroy);
227 updateScrollbarPart(ScrollbarPart partType, bool destroy) argument
[all...]
H A DRenderListItem.cpp64 m_marker->destroy();
69 void RenderListItem::destroy() function in class:WebCore::RenderListItem
72 m_marker->destroy();
75 RenderBlock::destroy();
H A DRenderReplaced.cpp60 void RenderReplaced::destroy() function in class:WebCore::RenderReplaced
65 RenderBox::destroy();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.cpp73 void RenderSVGInlineText::destroy() function in class:WebCore::RenderSVGInlineText
78 RenderText::destroy();
H A DRenderSVGRoot.cpp195 void RenderSVGRoot::destroy() function in class:WebCore::RenderSVGRoot
198 RenderBox::destroy();
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePluginStream.cpp102 // There was an error evaluating the JavaScript, call NPP_URLNotify if needed and then destroy the stream.
114 NPError NetscapePluginStream::destroy(NPReason reason) function in class:WebKit::NetscapePluginStream
161 // We failed to start the stream, cancel the load and destroy it.
208 // NPP_WriteReady could call NPN_DestroyStream and destroy the stream.
229 // NPP_Write could call NPN_DestroyStream and destroy the stream.
322 // NPP_StreamAsFile could call NPN_DestroyStream and destroy the stream.
/external/bluetooth/bluez/attrib/
H A Dgattrib.c52 GDestroyNotify destroy; member in struct:_GAttrib
200 if (attrib->destroy)
201 attrib->destroy(attrib->destroy_user_data);
238 GDestroyNotify destroy, gpointer user_data)
243 attrib->destroy = destroy;
237 g_attrib_set_destroy_function(GAttrib *attrib, GDestroyNotify destroy, gpointer user_data) argument
/external/bluetooth/bluez/gdbus/
H A Dwatch.c309 GDBusDestroyFunction destroy,
319 cb->destroy_func = destroy;
655 void *user_data, GDBusDestroyFunction destroy)
682 void *user_data, GDBusDestroyFunction destroy)
685 user_data, destroy);
692 GDBusDestroyFunction destroy)
702 cb = filter_data_add_callback(data, NULL, NULL, function, destroy,
304 filter_data_add_callback( struct filter_data *data, GDBusWatchFunction connect, GDBusWatchFunction disconnect, GDBusSignalFunction signal, GDBusDestroyFunction destroy, void *user_data) argument
652 g_dbus_add_service_watch(DBusConnection *connection, const char *name, GDBusWatchFunction connect, GDBusWatchFunction disconnect, void *user_data, GDBusDestroyFunction destroy) argument
680 g_dbus_add_disconnect_watch(DBusConnection *connection, const char *name, GDBusWatchFunction func, void *user_data, GDBusDestroyFunction destroy) argument
688 g_dbus_add_signal_watch(DBusConnection *connection, const char *sender, const char *path, const char *interface, const char *member, GDBusSignalFunction function, void *user_data, GDBusDestroyFunction destroy) argument
/external/bluetooth/bluez/src/
H A Dagent.c79 GDestroyNotify destroy; member in struct:agent_request
125 static void agent_request_free(struct agent_request *req, gboolean destroy) argument
133 if (destroy && req->destroy)
134 req->destroy(req->user_data);
217 GDestroyNotify destroy)
227 req->destroy = destroy;
335 GDestroyNotify destroy)
344 user_data, destroy);
213 agent_request_new(struct agent *agent, agent_request_type_t type, void *cb, void *user_data, GDestroyNotify destroy) argument
330 agent_authorize(struct agent *agent, const char *path, const char *uuid, agent_cb cb, void *user_data, GDestroyNotify destroy) argument
452 agent_request_pincode(struct agent *agent, struct btd_device *device, agent_pincode_cb cb, void *user_data, GDestroyNotify destroy) argument
505 agent_confirm_mode_change(struct agent *agent, const char *new_mode, agent_cb cb, void *user_data, GDestroyNotify destroy) argument
609 agent_request_passkey(struct agent *agent, struct btd_device *device, agent_passkey_cb cb, void *user_data, GDestroyNotify destroy) argument
668 agent_request_confirmation(struct agent *agent, struct btd_device *device, uint32_t passkey, agent_cb cb, void *user_data, GDestroyNotify destroy) argument
725 agent_request_pairing_consent(struct agent *agent, struct btd_device *device, agent_cb cb, void *user_data, GDestroyNotify destroy) argument
[all...]
H A Dglib-helper.c117 bt_destroy_t destroy; member in struct:search_context
129 if (ctxt->destroy)
130 ctxt->destroy(ctxt->user_data);
312 bt_destroy_t destroy)
325 ctxt->destroy = destroy;
310 bt_search_service(const bdaddr_t *src, const bdaddr_t *dst, uuid_t *uuid, bt_callback_t cb, void *user_data, bt_destroy_t destroy) argument
/external/clang/lib/Lex/
H A DTokenLexer.cpp29 destroy();
85 destroy();
108 void TokenLexer::destroy() { function in class:TokenLexer
118 if (ActualArgs) ActualArgs->destroy(PP);
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
H A DAndroidInput.java347 public void destroy() { method in class:AndroidInput
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java182 // may need to create or destroy input based
484 context.destroy(waitFor);
553 context.destroy(false);
617 mouseInput.destroy();
620 keyInput.destroy();
623 joyInput.destroy();
626 touchInput.destroy();
635 public void destroy(){ method in class:Application
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java483 public void destroy() { method in class:PhysicsVehicle
484 super.destroy();
/external/kernel-headers/original/linux/mtd/
H A Dmap.h227 void (*destroy)(struct mtd_info *); member in struct:mtd_chip_driver
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h181 void (*destroy)(const struct xt_match *match, void *matchinfo, member in struct:xt_match
229 void (*destroy)(const struct xt_target *target, void *targinfo, member in struct:xt_target
/external/llvm/lib/VMCore/
H A DMetadata.cpp129 "Not being destroyed through destroy()?");
196 // destroy - Delete this node. Only when there are no uses.
197 void MDNode::destroy() { function in class:MDNode
297 N->destroy();
375 destroy();
/external/neven/
H A DFaceDetector_jni.cpp184 destroy(JNIEnv *_env, jobject _this) function
286 {"fft_destroy", "()V", (void*)destroy },
/external/openssl/crypto/conf/
H A Dconf.h93 int (*destroy)(CONF *conf); member in struct:conf_method_st
/external/openssl/include/openssl/
H A Dconf.h93 int (*destroy)(CONF *conf); member in struct:conf_method_st
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c80 local int destroy OF((gz_stream *s));
129 return destroy(s), (gzFile)Z_NULL;
149 if (s->mode == '\0') return destroy(s), (gzFile)Z_NULL;
162 return destroy(s), (gzFile)Z_NULL;
175 return destroy(s), (gzFile)Z_NULL;
184 return destroy(s), (gzFile)Z_NULL;
355 local int destroy (s) function
965 return destroy((gz_stream*)file);
971 return destroy((gz_stream*)file);
/external/srec/srec/Recognizer/include/
H A DSR_Recognizer.h166 ESR_ReturnCode(*destroy)(struct SR_Recognizer_t* self); member in struct:SR_Recognizer_t
257 * must be unsetup before the recognizer can be destroy.
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.h285 void destroy(pointer p) { p->T::~T(); } function in class:pool_allocator

Completed in 471 milliseconds

12345678