Searched refs:unload (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp62 unload();
82 m_pluginLoader->unload();
92 m_pluginLoader->unload();
151 m_pluginLoader->unload();
161 void PluginPackage::unload() function in class:WebCore::PluginPackage
172 m_pluginLoader->unload();
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h69 ESR_ReturnCode(*unload)(struct SR_SemanticGraph_t* self); member in struct:SR_SemanticGraph_t
/external/bluetooth/glib/tests/gobject/
H A Dtestmodule.c33 module_class->unload = test_module_unload;
/external/bluetooth/glib/gmodule/
H A Dgmodule.c70 GModuleUnload unload; member in struct:_GModule
364 main_module->unload = NULL;
480 module->unload = NULL;
488 /* we don't call unload() if the initialization check failed. */
490 g_module_symbol (module, "g_module_unload", (gpointer) &module->unload);
549 if (!module->ref_count && !module->is_resident && module->unload)
551 GModuleUnload unload; local
553 unload = module->unload;
554 module->unload
[all...]
/external/webkit/WebCore/html/
H A DHTMLBodyElement.h62 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload);
H A DHTMLFrameSetElement.h85 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload);
/external/bluetooth/glib/gio/
H A Dgiomodule.c100 void (* unload) (GIOModule *module); member in struct:_GIOModule
124 type_module_class->unload = g_io_module_unload_module;
167 (gpointer) &module->unload))
186 module->unload (module);
192 module->unload = NULL;
238 * unload them (enabling on-demand loading) you must call
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
H A DSDL_atarigl_c.h100 extern void SDL_AtariGL_Quit(_THIS, SDL_bool unload);
H A DSDL_atarigl.c91 void SDL_AtariGL_Quit(_THIS, SDL_bool unload) argument
113 if (unload) {
/external/webkit/WebKit/mac/Plugins/
H A DWebBasePluginPackage.h79 - (void)unload;
H A DWebBasePluginPackage.mm197 - (void)unload
205 [self unload];
/external/bluetooth/glib/gobject/
H A Dgtypemodule.h65 * @unload: unloads the module
68 * the @load and @unload functions in #GTypeModuleClass must be implemented.
76 void (* unload) (GTypeModule *module); member in struct:_GTypeModuleClass
H A Dgtypemodule.c69 * derive from #GTypeModule and implement the load and unload functions
305 G_TYPE_MODULE_GET_CLASS (module)->unload (module);
/external/webkit/WebCore/platform/qt/
H A DFileSystemQt.cpp157 if (module->unload()) {
/external/webkit/WebCore/plugins/
H A DPluginPackage.h67 void unload();
H A DPluginPackage.cpp47 // course would cause a crash, so we check to call unload before we
53 unload();
123 void PluginPackage::unload() function in class:WebCore::PluginPackage
175 // Because a single process cannot create multiple VMs, and we cannot reliably unload a
176 // Java VM, we cannot unload the Java plugin, or we'll lose reference to our only VM
/external/chromium/third_party/icu/source/common/
H A Ducnv_cnv.h231 UConverterUnload unload; member in struct:UConverterImpl
H A Ducnv_bld.c171 because ucnv_flushCache must be able to unload the default converter and its table.
486 UTRACE_DATA2(UTRACE_OPEN_CLOSE, "unload converter %s shared data %p", deadSharedData->staticData->name, deadSharedData);
493 if (deadSharedData->impl->unload != NULL) {
494 deadSharedData->impl->unload(deadSharedData);
/external/icu4c/common/
H A Ducnv_cnv.h231 UConverterUnload unload; member in struct:UConverterImpl
H A Ducnv_bld.c171 because ucnv_flushCache must be able to unload the default converter and its table.
486 UTRACE_DATA2(UTRACE_OPEN_CLOSE, "unload converter %s shared data %p", deadSharedData->staticData->name, deadSharedData);
493 if (deadSharedData->impl->unload != NULL) {
494 deadSharedData->impl->unload(deadSharedData);
/external/webkit/WebCore/dom/
H A DEventNames.h98 macro(unload) \
/external/webkit/WebCore/svg/
H A DSVGElementInstance.h117 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), unload); member in class:WebCore::SVGElementInstance
/external/webkit/WebCore/page/
H A DDOMWindow.h318 DEFINE_ATTRIBUTE_EVENT_LISTENER(unload);
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c58 impl->Interface.unload = &SR_SemanticGraph_Unload;
/external/webkit/SunSpider/tests/parse-only/
H A Djquery-1.3.2.js2896 return type == "unload" ? this.one(type, data, fn) : this.each(function(){
3093 jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
3105 // Window isn't included so as not to unbind existing unload events
3106 jQuery( window ).bind( 'unload', function(){

Completed in 1021 milliseconds

12