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

Lines Matching refs:widths

940             var widths = {};
941 widths.name = 20;
942 widths.timeline = 80;
953 var widths = {};
954 widths.name = 20;
955 widths.method = 7;
956 widths.status = 8;
957 widths.type = 10;
958 widths.size = 10;
959 widths.time = 10;
960 widths.timeline = 37;
964 this._dataGrid.applyColumnWidthsMap(widths);
990 var widths = {};
991 widths.name = 100;
992 this._dataGrid.applyColumnWidthsMap(widths);