| OLD | NEW |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 /** | 5 /** |
| 6 * @constructor | 6 * @constructor |
| 7 * @extends {HTMLSpanElement} | 7 * @extends {HTMLSpanElement} |
| 8 */ | 8 */ |
| 9 UI.Icon = class extends HTMLSpanElement { | 9 UI.Icon = class extends HTMLSpanElement { |
| 10 constructor() { | 10 constructor() { |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 'smallicon-step-in': {position: 'c2', spritesheet: 'smallicons'}, | 133 'smallicon-step-in': {position: 'c2', spritesheet: 'smallicons'}, |
| 134 'smallicon-step-out': {position: 'd2', spritesheet: 'smallicons'}, | 134 'smallicon-step-out': {position: 'd2', spritesheet: 'smallicons'}, |
| 135 'smallicon-text-prompt': {position: 'e5', spritesheet: 'smallicons'}, | 135 'smallicon-text-prompt': {position: 'e5', spritesheet: 'smallicons'}, |
| 136 'smallicon-thick-left-arrow': {position: 'e4', spritesheet: 'smallicons'}, | 136 'smallicon-thick-left-arrow': {position: 'e4', spritesheet: 'smallicons'}, |
| 137 'smallicon-thick-right-arrow': {position: 'e3', spritesheet: 'smallicons'}, | 137 'smallicon-thick-right-arrow': {position: 'e3', spritesheet: 'smallicons'}, |
| 138 'smallicon-triangle-down': {position: 'e2', spritesheet: 'smallicons', isMask:
true}, | 138 'smallicon-triangle-down': {position: 'e2', spritesheet: 'smallicons', isMask:
true}, |
| 139 'smallicon-triangle-right': {position: 'a1', spritesheet: 'smallicons', isMask
: true}, | 139 'smallicon-triangle-right': {position: 'a1', spritesheet: 'smallicons', isMask
: true}, |
| 140 'smallicon-triangle-up': {position: 'b1', spritesheet: 'smallicons', isMask: t
rue}, | 140 'smallicon-triangle-up': {position: 'b1', spritesheet: 'smallicons', isMask: t
rue}, |
| 141 'smallicon-user-command': {position: 'c1', spritesheet: 'smallicons'}, | 141 'smallicon-user-command': {position: 'c1', spritesheet: 'smallicons'}, |
| 142 'smallicon-warning': {position: 'd1', spritesheet: 'smallicons'}, | 142 'smallicon-warning': {position: 'd1', spritesheet: 'smallicons'}, |
| 143 'smallicon-network-product': {position: 'e1', spritesheet: 'smallicons'}, |
| 143 | 144 |
| 144 'mediumicon-clear-storage': {position: 'a4', spritesheet: 'mediumicons', isMas
k: true}, | 145 'mediumicon-clear-storage': {position: 'a4', spritesheet: 'mediumicons', isMas
k: true}, |
| 145 'mediumicon-cookie': {position: 'b4', spritesheet: 'mediumicons', isMask: true
}, | 146 'mediumicon-cookie': {position: 'b4', spritesheet: 'mediumicons', isMask: true
}, |
| 146 'mediumicon-database': {position: 'c4', spritesheet: 'mediumicons', isMask: tr
ue}, | 147 'mediumicon-database': {position: 'c4', spritesheet: 'mediumicons', isMask: tr
ue}, |
| 147 'mediumicon-manifest': {position: 'd4', spritesheet: 'mediumicons', isMask: tr
ue}, | 148 'mediumicon-manifest': {position: 'd4', spritesheet: 'mediumicons', isMask: tr
ue}, |
| 148 'mediumicon-service-worker': {position: 'a3', spritesheet: 'mediumicons', isMa
sk: true}, | 149 'mediumicon-service-worker': {position: 'a3', spritesheet: 'mediumicons', isMa
sk: true}, |
| 149 'mediumicon-table': {position: 'b3', spritesheet: 'mediumicons', isMask: true}
, | 150 'mediumicon-table': {position: 'b3', spritesheet: 'mediumicons', isMask: true}
, |
| 150 'mediumicon-arrow-in-circle': {position: 'c3', spritesheet: 'mediumicons', isM
ask: true}, | 151 'mediumicon-arrow-in-circle': {position: 'c3', spritesheet: 'mediumicons', isM
ask: true}, |
| 151 'mediumicon-file-sync': {position: 'd3', spritesheet: 'mediumicons'}, | 152 'mediumicon-file-sync': {position: 'd3', spritesheet: 'mediumicons'}, |
| 152 'mediumicon-file': {position: 'a2', spritesheet: 'mediumicons'}, | 153 'mediumicon-file': {position: 'a2', spritesheet: 'mediumicons'}, |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 'largeicon-undo': {position: 'h7', spritesheet: 'largeicons', isMask: true}, | 222 'largeicon-undo': {position: 'h7', spritesheet: 'largeicons', isMask: true}, |
| 222 'largeicon-undock': {position: 'g1', spritesheet: 'largeicons', isMask: true}, | 223 'largeicon-undock': {position: 'g1', spritesheet: 'largeicons', isMask: true}, |
| 223 'largeicon-visibility': {position: 'h9', spritesheet: 'largeicons', isMask: tr
ue}, | 224 'largeicon-visibility': {position: 'h9', spritesheet: 'largeicons', isMask: tr
ue}, |
| 224 'largeicon-waterfall': {position: 'h8', spritesheet: 'largeicons', isMask: tru
e}, | 225 'largeicon-waterfall': {position: 'h8', spritesheet: 'largeicons', isMask: tru
e}, |
| 225 | 226 |
| 226 'mediumicon-arrow-top': {position: 'a4', spritesheet: 'arrowicons'}, | 227 'mediumicon-arrow-top': {position: 'a4', spritesheet: 'arrowicons'}, |
| 227 'mediumicon-arrow-bottom': {position: 'a3', spritesheet: 'arrowicons'}, | 228 'mediumicon-arrow-bottom': {position: 'a3', spritesheet: 'arrowicons'}, |
| 228 'mediumicon-arrow-left': {position: 'a2', spritesheet: 'arrowicons'}, | 229 'mediumicon-arrow-left': {position: 'a2', spritesheet: 'arrowicons'}, |
| 229 'mediumicon-arrow-right': {position: 'a1', spritesheet: 'arrowicons'} | 230 'mediumicon-arrow-right': {position: 'a1', spritesheet: 'arrowicons'} |
| 230 }; | 231 }; |
| OLD | NEW |