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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/platform/android/fast/dom/Geolocation/
notimer-after-unload-expected.txt 1 ALERT: unload-called
2 You should have seen one unload alert appear.
  /external/webkit/LayoutTests/fast/dom/Geolocation/
notimer-after-unload-expected.txt 2 ALERT: unload-called
3 You should have seen one unload alert appear.
notimer-after-unload.html 10 <script src="script-tests/notimer-after-unload.js"></script>
  /external/chromium/chrome/browser/instant/
instant_unload_handler.h 14 // InstantUnloadHandler makes sure the before unload and unload handler is run
17 // no before unload or unload listener the tab is deleted, otherwise the before
18 // unload and unload listener is executed. If the before unload listener shows a
32 // Invoked if the tab is to be shown. This happens if the before unload
instant_unload_handler.cc 94 // Tab doesn't have any before unload listeners and can be safely deleted.
99 // Tab has before unload listener. Install a delegate and fire the before
100 // unload listener.
  /cts/tests/assets/webkit/
jsunload.html 18 <title>javascript unload</title>
27 javascript unload test
  /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/chromium/chrome/browser/
unload_uitest.cc 22 "<html><head><title>unload</title></head><body>"
168 // Navigate to a page with an infinite unload handler.
184 // Navigate to a page with an infinite unload handler.
212 // Navigate to a page with an infinite unload handler.
214 // the short unload timeout (not the long input event timeout) is used.
228 // Now send an input event while we're stalled on the unload handler.
272 // Tests closing the browser on a page with no unload listeners registered.
277 // Tests closing the browser on a page with an unload listener registered.
280 LoadUrlAndQuitBrowser(UNLOAD_HTML, L"unload");
356 // Tests closing the browser on a page with an unload listener registered wher
    [all...]
  /external/bluetooth/glib/gio/fam/
Makefile.am 5 module_flags = -export_dynamic -avoid-version -module -no-undefined -export-symbols-regex '^g_io_module_(load|unload)'
  /external/chromium/webkit/glue/
webkit_glue_dummy.cc 13 // Global variable used by the plugin quirk "die after unload".
  /external/webkit/Source/WebKit2/Platform/qt/
ModuleQt.cpp 39 void Module::unload() function in class:WebKit::Module
41 m_lib.unload();
  /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();
  /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/icu4c/common/
ucnv_imp.h 81 * unload mySharedConverterData, except via ucnv_close(return value)
115 * This may unload the shared data in a thread safe manner.
116 * This will only unload the data if no other converters are sharing it.
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 100 method = "unload",
109 @ToBeFixed(explanation = "unload() does not return true as specified")
116 mSoundPool.unload(sampleId1);
122 mSoundPool.unload(sampleId2);
130 mSoundPool.unload(sampleId3);
137 mSoundPool.unload(sampleId4);
251 mSoundPool.unload(sampleID);
335 mSoundPool.unload(sound);
  /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...]
  /external/bluetooth/glib/tests/gobject/
testmodule.c 33 module_class->unload = test_module_unload;
  /external/chromium/base/memory/
scoped_native_library_unittest.cc 18 // FreeLibrary() doesn't actually unload a DLL until its reference count
  /external/chromium/chrome/browser/extensions/
extension_processes_apitest.cc 44 // Unload the extension and check that listener count decreases
  /external/qemu/android/utils/
dll.h 41 /* Close/unload a given dynamic library */
dll.c 114 /* Close/unload a given dynamic library */
185 /* Close/unload a given dynamic library */
  /external/webkit/Source/WebKit2/Platform/
Module.cpp 44 unload();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.cpp 45 m_loader.unload();
69 m_loader.unload();
  /external/oprofile/libopagent/
jitdump.h 75 /* record1 (id=1) logs a code unload */
  /external/webkit/Source/WebCore/bindings/v8/
DateExtension.h 38 // Prevent "sleep" calls in unload handlers.

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 91011>>