Searched refs:emptyElement (Results 1 – 2 of 2) sorted by relevance
36 this.emptyElement = document.createElement("div");37 this.emptyElement.className = "info";38 this.emptyElement.textContent = WebInspector.UIString("No Breakpoints");40 this.bodyElement.appendChild(this.emptyElement);154 this.bodyElement.removeChild(this.emptyElement);166 this.bodyElement.appendChild(this.emptyElement);187 this.bodyElement.appendChild(this.emptyElement);202 this.emptyElement = document.createElement("div");203 this.emptyElement.className = "info";204 this.emptyElement.textContent = WebInspector.UIString("No Breakpoints");[all …]
748 public void emptyElement (String uri, String localName, in emptyElement() method in XMLWriter875 public void emptyElement (String uri, String localName) in emptyElement() method in XMLWriter878 emptyElement(uri, localName, "", EMPTY_ATTS); in emptyElement()897 public void emptyElement (String localName) in emptyElement() method in XMLWriter900 emptyElement("", localName, "", EMPTY_ATTS); in emptyElement()