Lines Matching refs:append

601 this.append = function(l, r)  method
7842 append(this, options);
8186 options.element = MenuPlate.tag.append(
8194 append(this, options);
8521 append(Menu,
9777 append(this, Base); // inherit from base class (ChromeFrameBase or ChromePopupBase)
9778 append(this, chrome); // inherit chrome window properties
9779 append(this, new Context(chrome.window)); // inherit from Context class
9802 append(ChromeBase, Controller);
9803 append(ChromeBase, PanelBar);
9804 append(ChromeBase,
11072 append(this, chrome);
11761 FBL.append(cacheFunction, cacheAPI);
15271 append: function(args, parent, self)
16947 … var node = FirebugReps.StackTrace.tag.append({object: target.stackTrace}, traceBox);
17830 this.box = this.tag.append({}, doc.body, this);
19538 this.customTab.append(args, $$(".netInfoTabs", netInfoBox)[0]);
19539 this.customBody.append(args, $$(".netInfoBodies", netInfoBox)[0]);
19750 Firebug.NetMonitor.ResponseSizeLimit.append(object, responseTextBox);
19880 var rootNode = this.tag.append({}, parent);
20074 var paramTable = this.paramsTable.append({object:{}}, parentNode);
20089 var partsTable = this.partsTable.append({object:{}}, parentNode);
20107 var jsonTable = this.jsonTable.append({}, parentNode);
20122 var jsonTable = this.xmlTable.append(null, parentNode);
20131 var sourceTable = this.sourceTable.append({object:{}}, parentNode);
20287 append: function(obj, parent)
20290 return this.tag.append({onClickLink: obj.onClickLink,
21213 netInfoBox = template.tag.append({"file": spy}, head);
21712 var row = panel.append(appender, objects, className, rep, sourceLink, noRow);
22056 append: function(appender, objects, className, rep, sourceLink, noRow)
22076 FirebugReps.SourceLink.tag.append({object: sourceLink}, row);
22126 …this.warningRow = this.append(appendObject, $STR("message.Reload to activate window console"), "in…
22144 return rep.tag.append({object: object}, row);
22206 FirebugReps.Text.tag.append({object: part}, row);
22214 FirebugReps.Text.tag.append({object: object}, row);
25232 return browser.infoTip = this.tags.infoTipTag.append({}, getBody(doc));
27443 CssAnalyzer.externalStyleSheetWarning.tag.append({
27890 CssAnalyzer.externalStyleSheetWarning.tag.append({
31083 append(Firebug,