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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowEventHandlers.h 48 DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload);
LocalDOMWindow.cpp     [all...]
  /external/chromium_org/extensions/renderer/resources/
unload_event.js 5 // Special unload event. We don't use the DOM unload because that slows down
platform_app.js 203 if (type === 'unload' || type === 'beforeunload')
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 94 mSoundPool.unload(sampleId1);
100 mSoundPool.unload(sampleId2);
108 mSoundPool.unload(sampleId3);
115 mSoundPool.unload(sampleId4);
177 mSoundPool.unload(sampleID);
228 mSoundPool.unload(sound);
  /external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_preflight.sh 18 # In case of errors, log the fact, but continue to unload launchd jobs as much
48 # Stop and unload the service for each user currently running the service, and
64 launchctl bsexec "$pid" sudo -u "#$uid" launchctl unload -w -S \
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
background.js 42 // The event page will unload after handling this event (assuming nothing
86 // After the unload event listener runs, the page will unload, so any
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
headers.js 12 window.addEventListener("unload", function() {
  /external/chromium_org/third_party/icu/source/common/
ucnv_cnv.h 234 UConverterUnload unload; member in struct:UConverterImpl
ucnv_bld.cpp 190 because ucnv_flushCache must be able to unload the default converter and its table.
505 UTRACE_DATA2(UTRACE_OPEN_CLOSE, "unload converter %s shared data %p", deadSharedData->staticData->name, deadSharedData);
512 if (deadSharedData->impl->unload != NULL) {
513 deadSharedData->impl->unload(deadSharedData);
590 * Unload a non-algorithmic converter.
    [all...]
  /external/icu/icu4c/source/common/
ucnv_cnv.h 234 UConverterUnload unload; member in struct:UConverterImpl
ucnv_bld.cpp 181 because ucnv_flushCache must be able to unload the default converter and its table.
496 UTRACE_DATA2(UTRACE_OPEN_CLOSE, "unload converter %s shared data %p", deadSharedData->staticData->name, deadSharedData);
503 if (deadSharedData->impl->unload != NULL) {
504 deadSharedData->impl->unload(deadSharedData);
581 * Unload a non-algorithmic converter.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.cpp 111 document().setWindowAttributeEventListener(EventTypeNames::unload, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
HTMLBodyElement.cpp 120 document().setWindowAttributeEventListener(EventTypeNames::unload, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 99 // Watch for page unload events so we can save the final sort settings:
100 $(window).unload(function () {
  /external/chromium_org/remoting/webapp/
event_handlers.js 127 window.addEventListener('unload', remoting.disconnect, false);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_watcher.js 35 * Stops watching (must be called before page unload).
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTarget.cpp 316 } else if (event->type() == EventTypeNames::unload) {
  /external/chromium_org/tools/measure_page_load_time/ff_ext/content/
measure_page_load_time.js 209 window.addEventListener('unload', function(e) { MPLT.deinitialize(); }, false);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 221 document().setWindowAttributeEventListener(EventTypeNames::unload, createAttributeEventListener(document().frame(), name, value, eventParameterName()));
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 81 function unload() { function
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 258 * 3. The app may have |unload| function to persist the app state that does not
463 // Unload the window.
466 if (contentWindow.unload)
467 contentWindow.unload();
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_view.js 409 ImageView.prototype.unload = function(zoomToRect) {
420 this.unload(null /* force unload */);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 466 this.tiles_[index].unload();
567 // Unload tiles out of scope.
571 // Unload a thumbnail.
573 tile.unload();
    [all...]

Completed in 841 milliseconds

1 2 3