HomeSort by relevance Sort by last modified time
    Searched full:beforeunload (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/bindings/v8/
V8AbstractEventListener.cpp 128 // In beforeunload/unload handlers, we want to avoid sleeps which do tight loops of calling Date.getTime().
129 if (event->type() == "beforeunload" || event->type() == "unload")
164 if (event->type() == "beforeunload" || event->type() == "unload")
  /external/webkit/WebCore/dom/
EventNames.h 37 macro(beforeunload) \
  /external/webkit/WebCore/html/
HTMLBodyElement.h 54 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(beforeunload);
HTMLFrameSetElement.h 77 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(beforeunload);
HTMLFrameElementBase.cpp 147 // FIXME: should <frame> elements have beforeunload handlers?
  /external/webkit/WebCore/page/
DOMWindow.h 256 DEFINE_ATTRIBUTE_EVENT_LISTENER(beforeunload);
  /external/webkit/WebKit/chromium/public/
WebView.h 100 // Runs beforeunload handlers for the current page, returning false if
  /external/webkit/WebKit/mac/WebView/
WebViewPrivate.h 273 @abstract Checks if all the open WebViews can be closed (by dispatching the beforeUnload event to the pages).
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 103 @"beforeunload",
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/webkit/WebKit/win/
ChangeLog 40 Chromium and WebKit on Windows will now fire beforeunload handlers
    [all...]
  /external/webkit/WebKitTools/
ChangeLog-2009-06-16     [all...]
  /external/webkit/WebCore/
ChangeLog     [all...]
  /external/webkit/WebKit/chromium/
ChangeLog     [all...]

Completed in 330 milliseconds