browserWindow.js
上传用户:vip_99
上传日期:2021-03-27
资源大小:61159k
文件大小:5k
源码类别:

android开发

开发平台:

Java

  1. /*******************************************************************************
  2.  * Copyright (c) 2008 IBM Corporation and others.
  3.  * All rights reserved. This program and the accompanying materials
  4.  * are made available under the terms of the Eclipse Public License v1.0
  5.  * which accompanies this distribution, and is available at
  6.  * http://www.eclipse.org/legal/epl-v10.html
  7.  *
  8.  * Contributors:
  9.  *     IBM Corporation - initial API and implementation
  10.  *******************************************************************************/
  11. function BarProp(){};
  12. BarProp.prototype = new Array();
  13. Window.prototype= new Global();
  14. function Window(){};
  15. Window.prototype.document= new Document();
  16. Window.prototype.length="";
  17. Window.prototype.parent= new Window();
  18. Window.prototype.top= new Window();
  19. Window.prototype.scrollbars= new BarProp();
  20. Window.prototype.name="";
  21. Window.prototype.scrollX="";
  22. Window.prototype.scrollY="";
  23. Window.prototype.scrollTo=function(arg1,arg2){};
  24. Window.prototype.scrollBy=function(arg1,arg2){};
  25. Window.prototype.getSelection=function(){};
  26. Window.prototype.scrollByLines=function(arg1){};
  27. Window.prototype.scrollByPages=function(arg1){};
  28. Window.prototype.sizeToContent=function(){};
  29. Window.prototype.dump=function(arg1){};
  30. Window.prototype.setTimeout=function(){};
  31. Window.prototype.setInterval=function(){};
  32. Window.prototype.clearTimeout=function(){};
  33. Window.prototype.clearInterval=function(){};
  34. Window.prototype.setResizable=function(arg1){};
  35. Window.prototype.captureEvents=function(arg1){};
  36. Window.prototype.releaseEvents=function(arg1){};
  37. Window.prototype.routeEvent=function(arg1){};
  38. Window.prototype.enableExternalCapture=function(){};
  39. Window.prototype.disableExternalCapture=function(){};
  40. Window.prototype.prompt=function(){};
  41. Window.prototype.open=function(){};
  42. Window.prototype.openDialog=function(){};
  43. Window.prototype.frames= new Window();
  44. Window.prototype.window= new Window();
  45. Window.prototype.find=function(){};
  46. Window.prototype.self= new Window();
  47. Window.prototype.history= new history();
  48. Window.prototype.content= new Window();
  49. Window.prototype.menubar= new BarProp();
  50. Window.prototype.toolbar= new BarProp();
  51. Window.prototype.locationbar= new BarProp();
  52. Window.prototype.personalbar= new BarProp();
  53. Window.prototype.statusbar= new BarProp();
  54. Window.prototype.directories= new BarProp();
  55. Window.prototype.closed="";
  56. Window.prototype.opener="";
  57. Window.prototype.status="";
  58. Window.prototype.defaultStatus="";
  59. Window.prototype.innerWidth=0;
  60. Window.prototype.innerHeight=0;
  61. Window.prototype.outerWidth=0;
  62. Window.prototype.outerHeight=0;
  63. Window.prototype.screenX=0;
  64. Window.prototype.screenY=0;
  65. Window.prototype.pageXOffset="";
  66. Window.prototype.pageYOffset="";
  67. Window.prototype.scrollMaxX="";
  68. Window.prototype.scrollMaxY="";
  69. Window.prototype.fullScreen="";
  70. Window.prototype.alert=function(arg1){};
  71. Window.prototype.confirm=function(arg1){};
  72. Window.prototype.focus=function(){};
  73. Window.prototype.blur=function(){};
  74. Window.prototype.back=function(){};
  75. Window.prototype.forward=function(){};
  76. Window.prototype.home=function(){};
  77. Window.prototype.stop=function(){};
  78. Window.prototype.print=function(){};
  79. Window.prototype.moveTo=function(arg1,arg2){};
  80. Window.prototype.moveBy=function(arg1,arg2){};
  81. Window.prototype.resizeTo=function(arg1,arg2){};
  82. Window.prototype.resizeBy=function(arg1,arg2){};
  83. Window.prototype.scroll=function(arg1,arg2){};
  84. Window.prototype.close=function(){};
  85. Window.prototype.updateCommands=function(arg1){};
  86. Window.prototype.atob=function(arg1){};
  87. Window.prototype.btoa=function(arg1){};
  88. Window.prototype.frameElement="";
  89. Window.prototype.removeEventListener=function(arg1,arg2,arg3){};
  90. Window.prototype.dispatchEvent=function(arg1){};
  91. Window.prototype.getComputedStyle=function(arg1,arg2){};
  92. Window.prototype.sessionStorage="";
  93. Window.prototype.location=new location();
  94. Window.prototype.event="";
  95. /**
  96.   * Object history()
  97.   * @super Array
  98.   * @constructor
  99.   * @see Array
  100.   * @memberOf history
  101.   * @since Common Usage, no standard
  102.  */
  103. function history(){};
  104. history.prototype=new Array();
  105. history.prototype.back=function(){};
  106. /**
  107.   * Object location()
  108.   * @super Object
  109.   * @constructor
  110.   * @memberOf location
  111.   * @since Common Usage, no standard
  112.  */
  113. function location(){};
  114. location.prototype=new Object();
  115. location.prototype.reload=function(arg1){};
  116. /*
  117. Window.prototype.navigator= new Navigator();
  118. Window.prototype.screen= new Screen();
  119. Window.prototype.Packages= new Package();
  120. Window.prototype.sun= new Package();
  121. Window.prototype.java= new Package();
  122. Window.prototype.netscape= new Object();
  123. Window.prototype.XPCNativeWrapper=function(){};
  124. Window.prototype.GeckoActiveXObject=function(arg1){};
  125. Window.prototype.Components= new nsXPCComponents();
  126. Window.prototype.crypto= new Crypto();
  127. Window.prototype.pkcs11= new Pkcs11();
  128. Window.prototype.controllers= new XULControllers();
  129. Window.prototype.globalStorage= new StorageList();
  130. Navigator.prototype= new Array();
  131. function Navigator(){};
  132. */