/external/webkit/Source/WebCore/manual-tests/ |
onbeforeunload-close_with_javascript.html | 7 window.open("./onbeforeunload-close_with_javascript.html","name","width=700px,height=500px"); 11 <BODY onbeforeunload="return 'onBeforeUnloadHandler return string is displayed here.';"> 12 <p><b>BUG ID:</b> <a href="rdar://problem/4394910">4394910</a> calling Javascript window.close() does not trigger onbeforeunload event</p> 35 <BODY onbeforeunload="return 'onBeforeUnloadHandler return string is displayed here.';">
|
/cts/tests/assets/webkit/ |
jsunload.html | 24 window.onbeforeunload = fireUnload;
|
/external/webkit/Source/WebCore/html/ |
HTMLBodyElement.idl | 33 attribute [DontEnum, WindowEventListener] EventListener onbeforeunload;
|
HTMLFrameSetElement.idl | 31 attribute [DontEnum, WindowEventListener] EventListener onbeforeunload;
|
HTMLAttributeNames.in | 159 onbeforeunload
|
/external/chromium/chrome/browser/ |
unload_uitest.cc | 27 "<script>window.onbeforeunload=function(e){return 'foo'}</script>" 32 "<script>window.onbeforeunload=function(e){return 'foo'}</script>" 40 "<script>window.onbeforeunload=function(e){" 53 "<script>window.onbeforeunload=function(e){while(true){}}</script>" 65 "<script>window.onbeforeunload=function(e){" 80 "<script>window.onbeforeunload=function(e){" 90 "onbeforeunload='return;'>"
|
browser_browsertest.cc | 54 "<script>window.onbeforeunload=function(e){return 'foo'}</script>" 58 "w=window.open(); w.onbeforeunload=function(e){return 'foo'};"; 275 ASCIIToUTF16("onbeforeunload=null;"));
|
chrome_browser_application_mac.mm | 225 // (1) Common case: a window has an onbeforeunload handler which pops up a
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
webkit | 145 onbeforeunload
|
mozilla | 370 onbeforeunload
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
js_modal_dialog.h | 51 // onbeforeunload dialog boxes.
|
js_modal_dialog.cc | 127 // If we are shutting down and this is an onbeforeunload dialog, cancel the
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
htmlattrs.in | 144 onbeforeunload
|
/external/chromium/chrome/browser/resources/options/ |
options.js | 215 window.onbeforeunload = function() {
|
options_page.js | 461 * Callback for window.onbeforeunload. Used to notify overlays that they will
|
/external/chromium/chrome/browser/ui/gtk/ |
js_modal_dialog_gtk.cc | 66 // onbeforeunload also uses a confirm prompt, it just has custom
|
browser_window_gtk.h | 164 // onbeforeunload handler that prevents us from closing.
|
/external/chromium/chrome/browser/tab_contents/ |
web_contents_unittest.cc | 495 // Test that the onbeforeunload and onunload handlers run when navigating 511 // Navigate to new site, but simulate an onbeforeunload denial. 520 // Navigate again, but simulate an onbeforeunload approval. 561 // Navigate to new site, simulating an onbeforeunload approval. 698 // Now simulate the onbeforeunload approval and verify the navigation is 759 // Navigate to new site, simulating an onbeforeunload approval. [all...] |
/external/chromium/chrome/browser/chromeos/ |
tab_closeable_state_watcher_browsertest.cc | 82 "<script>window.onbeforeunload=function(e){return 'foo'}</script>"
|
/external/chromium/chrome/browser/ui/ |
browser.h | 311 // OnBeforeUnload handling ////////////////////////////////////////////////// [all...] |
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 199 * current page. This is the result of the onbeforeunload javascript event.
|
/external/webkit/Source/WebCore/page/ |
DOMWindow.idl | 251 attribute EventListener onbeforeunload; [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
jquery-1.4.1.min.js | 57 0,d=new RegExp("(^|\\.)"+a[0]+"(\\.|$)");c.each(c.data(this,"events").live||{},function(){d.test(this.type)&&b++});b<1&&c.event.remove(this,a[0],na)}},special:{}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true}; [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery-1.4.2.min.js | 58 "events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent= [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebViewImpl.cpp | [all...] |