Searched defs:Abstract (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/tests/community/web/jruby/helloapp/public/javascripts/
H A Dprototype.js28 var Abstract = new Object(); class
1617 Abstract.Insertion = function(adjacency) {
1621 Abstract.Insertion.prototype = {
1656 Insertion.Before.prototype = Object.extend(new Abstract.Insertion('beforeBegin'), {
1669 Insertion.Top.prototype = Object.extend(new Abstract.Insertion('afterBegin'), {
1683 Insertion.Bottom.prototype = Object.extend(new Abstract.Insertion('beforeEnd'), {
1697 Insertion.After.prototype = Object.extend(new Abstract.Insertion('afterEnd'), {
2082 Abstract.TimedObserver = function() {}
2083 Abstract.TimedObserver.prototype = {
2109 Form.Element.Observer.prototype = Object.extend(new Abstract
[all...]
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dprototype.js57 var Abstract = new Object(); class
1051 Abstract.Insertion = function(adjacency) {
1055 Abstract.Insertion.prototype = {
1089 Insertion.Before.prototype = Object.extend(new Abstract.Insertion('beforeBegin'), {
1102 Insertion.Top.prototype = Object.extend(new Abstract.Insertion('afterBegin'), {
1116 Insertion.Bottom.prototype = Object.extend(new Abstract.Insertion('beforeEnd'), {
1130 Insertion.After.prototype = Object.extend(new Abstract.Insertion('afterEnd'), {
1377 Abstract.TimedObserver = function() {}
1378 Abstract.TimedObserver.prototype = {
1402 Form.Element.Observer.prototype = Object.extend(new Abstract
[all...]

Completed in 29 milliseconds