DashArrayElement  635 Source/core/html/canvas/CanvasRenderingContext2D.cpp         convertedLineDash[i] = static_cast<DashArrayElement>(state().m_lineDash[i]);
DashArrayElement   33 Source/platform/graphics/DashArray.h typedef Vector<DashArrayElement> DashArray;