ESpeak           3591 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ESpeak e)
ESpeak           3647 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator ESpeak() const
ESpeak            939 Source/core/rendering/style/RenderStyle.h     ESpeak speak() const { return static_cast<ESpeak>(rareInheritedData->speak); }
ESpeak           1327 Source/core/rendering/style/RenderStyle.h     void setSpeak(ESpeak s) { SET_VAR(rareInheritedData, speak, s); }
ESpeak           1614 Source/core/rendering/style/RenderStyle.h     static ESpeak initialSpeak() { return SpeakNormal; }