Home | History | Annotate | Download | only in html

Lines Matching refs:HTMLBuilder

341 function HTMLBuilder() {
361 HTMLBuilder.prototype.hasFeature = function(feature, version) {
365 HTMLBuilder.prototype.getImplementation = function() {
369 HTMLBuilder.prototype.preload = function(frame, varname, url) {
386 HTMLBuilder.prototype.cloneNode = function(srcNode, doc) {
433 HTMLBuilder.prototype.load = function(frame, varname, url) {
496 HTMLBuilder.prototype.getImplementationAttribute = function(attr) {
506 HTMLBuilder.prototype.setImplementationAttribute = function(attribute, value) {
513 HTMLBuilder.prototype.canSetImplementationAttribute = function(attribute, value) {
522 return new HTMLBuilder();