RespectDirection 2709 Source/core/rendering/RenderBlockFlow.cpp         if (flags & RespectDirection)
RespectDirection  108 Source/core/rendering/RenderFileUploadControl.cpp         TextRun textRun = constructTextRun(this, font, displayedFilename, style(), TextRun::AllowTrailingExpansion, RespectDirection | RespectDirectionOverride);
RespectDirection  353 Source/core/rendering/RenderImage.cpp                 TextRun textRun = RenderBlockFlow::constructTextRun(this, font, m_altText, style(), TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, DefaultTextRunFlags | RespectDirection);