Home | History | Annotate | Download | only in front-end

Lines Matching refs:updateTitle

339         this.updateTitle(true);
468 this.updateTitle();
650 this.updateTitle();
659 this.updateTitle();
1092 this.representedObject.removeAttribute(attributeName, this.updateTitle.bind(this));
1103 this.representedObject.setAttribute(attr.name, attr.value, this.updateTitle.bind(this));
1109 this.representedObject.removeAttribute(attributeName, this.updateTitle.bind(this));
1187 textNode.setNodeValue(newText, this.updateTitle.bind(this));
1195 this.updateTitle();
1216 updateTitle: function(onlySearchQueryChanged)
1219 // After editing is committed updateTitle will be called.