Home | History | Annotate | Download | only in core

Lines Matching refs:HTMLBuilder

333 function HTMLBuilder() {
353 HTMLBuilder.prototype.hasFeature = function(feature, version) {
357 HTMLBuilder.prototype.getImplementation = function() {
361 HTMLBuilder.prototype.preload = function(frame, varname, url) {
378 HTMLBuilder.prototype.cloneNode = function(srcNode, doc) {
421 HTMLBuilder.prototype.load = function(frame, varname, url) {
481 HTMLBuilder.prototype.getImplementationAttribute = function(attr) {
491 HTMLBuilder.prototype.setImplementationAttribute = function(attribute, value) {
498 HTMLBuilder.prototype.canSetImplementationAttribute = function(attribute, value) {
507 return new HTMLBuilder();