Return the number of tab boxes in this vector.
| 243 | |
| 244 | // Return the number of tab boxes in this vector. |
| 245 | int BoxCount() { |
| 246 | return boxes_.length(); |
| 247 | } |
| 248 | |
| 249 | // Lock the vector from refits by clearing the boxes_ list. |
| 250 | void Freeze() { |
no test coverage detected