/external/webkit/Source/WebKit2/Platform/gtk/ |
ModuleGtk.cpp | 42 void Module::unload() function in class:WebKit::Module
|
/external/webkit/Source/WebKit2/Platform/win/ |
ModuleWin.cpp | 40 void Module::unload() function in class:WebKit::Module
|
/external/bluetooth/glib/gobject/ |
gtypemodule.h | 65 * @unload: unloads the module 68 * the @load and @unload functions in #GTypeModuleClass must be implemented. 76 void (* unload) (GTypeModule *module); member in struct:_GTypeModuleClass
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_delegate.h | 87 // Runs any unload listeners associated with the specified TabContents before 88 // it is closed. If there are unload listeners that need to be run, this 90 // TabContents. If it returns false, there are no unload listeners and the
|
/external/chromium/third_party/libjingle/source/talk/base/ |
latebindingsymboltable.h | 74 Unload(); 109 Unload(); 115 void Unload() {
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/ |
NetscapePluginModule.cpp | 172 unload(); 184 unload(); 255 void NetscapePluginModule::unload() function in class:WebKit::NetscapePluginModule
|
NetscapePluginModule.h | 76 void unload();
|
/external/webkit/Source/WebCore/plugins/ |
PluginPackage.cpp | 47 // course would cause a crash, so we check to call unload before we 53 unload(); 120 void PluginPackage::unload() function in class:WebCore::PluginPackage 185 // Because a single process cannot create multiple VMs, and we cannot reliably unload a 186 // Java VM, we cannot unload the Java plugin, or we'll lose reference to our only VM
|
/system/extras/tests/wifi/stress/ |
wifiLoadScanAssoc.c | 19 * WiFi load, scan, associate, unload stress test 28 * 6. Unload WiFi driver 117 * associate, unload sequence. 321 // Unload WiFi Module 383 * stop wpa_supplicant and unload WiFi driver. 416 // If so stop the wpa_supplicant and unload the driver. 430 testPrintE("init unload driver failed, rv: %i", rv);
|
/external/bluetooth/glib/gio/ |
giomodule.c | 100 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/webkit/Source/WebCore/bindings/v8/ |
V8AbstractEventListener.cpp | 145 // In beforeunload/unload handlers, we want to avoid sleeps which do tight loops of calling Date.getTime(). 146 if (event->type() == "beforeunload" || event->type() == "unload") 183 if (event->type() == "beforeunload" || event->type() == "unload")
|
/external/astl/include/ |
iostream | 59 // streams (e.g on unload).
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_loadso.h | 65 /* Unload a shared object from memory */
|
/external/svox/pico/lib/ |
picorsrc.h | 119 /* unload resource file. (warn if resource file is busy) */
|
/external/webkit/Source/WebCore/html/ |
HTMLBodyElement.h | 64 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload);
|
HTMLFrameSetElement.h | 62 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload);
|
/external/webkit/Source/WebKit/chromium/public/mac/ |
WebSandboxSupport.h | 55 // parameter and must call ATSFontDeactivate() to unload it when done.
|
/external/webkit/Source/WebKit2/Platform/ |
Module.h | 55 void unload();
|
/external/webkit/Source/WebKit2/Platform/mac/ |
ModuleMac.mm | 49 void Module::unload()
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_loadso.h | 65 /* Unload a shared object from memory */
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_loadso.h | 65 /* Unload a shared object from memory */
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_loadso.h | 67 /* Unload a shared object from memory */
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_loadso.h | 65 /* Unload a shared object from memory */
|
/bionic/libc/include/ |
nsswitch.h | 182 * called at module unload 213 /* called to unload module */
|
/bionic/libc/private/ |
nsswitch.h | 183 * called at module unload 214 /* called to unload module */
|