HomeSort by relevance Sort by last modified time
    Searched refs:unload (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/webkit/Source/WebKit2/Platform/qt/
ModuleQt.cpp 39 void Module::unload() function in class:WebKit::Module
41 m_lib.unload();
  /external/webkit/Source/WebKit2/Platform/
Module.cpp 44 unload();
Module.h 55 void unload();
  /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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
notimer-after-unload.js 6 location = "data:text/html,You should have seen one unload alert appear.<script>window.setTimeout('if (window.layoutTestController) layoutTestController.notifyDone();', 100);</script>";
15 alert("unload-called");
  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 64 unload();
95 m_pluginLoader->unload();
105 m_pluginLoader->unload();
164 m_pluginLoader->unload();
175 void PluginPackage::unload() function in class:WebCore::PluginPackage
186 m_pluginLoader->unload();
  /external/srec/srec/Semproc/include/
SR_SemanticGraph.h 69 ESR_ReturnCode(*unload)(struct SR_SemanticGraph_t* self); member in struct:SR_SemanticGraph_t
  /external/bluetooth/glib/tests/gobject/
testmodule.c 33 module_class->unload = test_module_unload;
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.h 76 void unload();
NetscapePluginModule.cpp 172 unload();
184 unload();
255 void NetscapePluginModule::unload() function in class:WebKit::NetscapePluginModule
  /external/webkit/Source/WebKit2/Platform/mac/
ModuleMac.mm 49 void Module::unload()
  /external/bluetooth/glib/gmodule/
gmodule.c 70 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 = NULL
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 117 method = "unload",
126 @ToBeFixed(explanation = "unload() does not return true as specified")
133 mSoundPool.unload(sampleId1);
139 mSoundPool.unload(sampleId2);
147 mSoundPool.unload(sampleId3);
154 mSoundPool.unload(sampleId4);
268 mSoundPool.unload(sampleID);
353 mSoundPool.unload(sound);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.cpp 45 m_loader.unload();
69 m_loader.unload();
  /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/mac/Plugins/
WebBasePluginPackage.h 74 - (void)unload;
  /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/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 100 extern void SDL_AtariGL_Quit(_THIS, SDL_bool unload);
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/
NetscapePluginModuleX11.cpp 94 package->unload();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 66 * Unload all we can from the SDK before new packages are installed.
74 // TODO we need to unload as much of as SDK as possible. Otherwise
81 // - unload dex if platform-tools is going to be updated. There's a vague
84 // - unload any target that is going to be updated since it may have
97 dx.unload();
  /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/webkit/Source/WebCore/plugins/
PluginPackage.h 71 void unload();
  /external/collada/include/
dae.h 190 virtual daeInt unload(daeString uri); // Use close

Completed in 715 milliseconds

1 2 3