%findBarDTD; ]> null return this._findbar ? this._findbar : this._findbar = document.getBindingParent(this); 0 1 2 0 0 6 150 null false = 0; --x) this._unhookListenersAtIndex(x); } this.browser = null; let prefsvc = Components.classes["@mozilla.org/preferences-service;1"] .getService(Components.interfaces.nsIPrefBranch); prefsvc.removeObserver("accessibility.typeaheadfind", this._observer); prefsvc.removeObserver("accessibility.typeaheadfind.linksonly", this._observer); prefsvc.removeObserver("accessibility.typeaheadfind.casesensitive", this._observer); // Clear all timers that might still be running. this._cancelTimers(); ]]> null { this._findFailedString = null; this._findResetTimeout = -1; }, 1000); ]]> this._selectionMaxLen) { let pattern = new RegExp("^(?:\\s*.){0," + this._selectionMaxLen + "}"); pattern.test(selText); selText = RegExp.lastMatch; } return selText.replace(/^\s+/, "") .replace(/\s+$/, "") .replace(/\s+/g, " ") .substr(0, this._selectionMaxLen); ]]> this._flash(), 500); prefsvc.setIntPref("accessibility.typeaheadfind.flashBar", --this._flashFindBar); } if (this.prefillWithSelection) userWantsPrefill = prefsvc.getBoolPref("accessibility.typeaheadfind.prefillwithselection"); let initialString = (this.prefillWithSelection && userWantsPrefill) ? this._getInitialSelection() : null; if (initialString) this._findField.value = initialString; this._enableFindButtons(!!this._findField.value); this._findField.select(); this._findField.focus(); ]]>