MLEFT            1958 Source/core/css/CSSPrimitiveValueMappings.h     case MLEFT:
MLEFT            1984 Source/core/css/CSSPrimitiveValueMappings.h         return MLEFT;
MLEFT            2358 Source/core/rendering/RenderBox.cpp         if (dir == MAUTO || dir == MFORWARD || dir == MBACKWARD || dir == MLEFT || dir == MRIGHT)
MLEFT             100 Source/core/rendering/RenderMarquee.cpp         result = (dir == LTR) ? MRIGHT : MLEFT;
MLEFT             102 Source/core/rendering/RenderMarquee.cpp         result = (dir == LTR) ? MLEFT : MRIGHT;
MLEFT             115 Source/core/rendering/RenderMarquee.cpp     return direction() == MLEFT || direction() == MRIGHT;
MLEFT             296 Source/core/rendering/RenderMarquee.cpp         bool addIncrement = direction() == MUP || direction() == MLEFT;