Home | History | Annotate | Download | only in front_end

Lines Matching refs:toggled

134     this._toggleFormatSourceButton.toggled = false;
228 if (this._toggleFormatSourceButton.toggled)
531 if (this._toggleFormatSourceButton.toggled && !uiSourceCode.formatted())
759 this._toggleBreakpointsButton.toggled = !active;
811 this._toggleBreakpointsButton.toggled = false;
958 this._toggleFormatSourceButton.toggled = !this._toggleFormatSourceButton.toggled;
961 uiSourceCodes[i].setFormatted(this._toggleFormatSourceButton.toggled);
967 enabled: this._toggleFormatSourceButton.toggled,