Searched refs:RespectDirection (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextRunConstructor.h53 RespectDirection = 1 << 0, enumerator in enum:blink::TextRunFlag
H A DRenderFileUploadControl.cpp109 TextRun textRun = constructTextRun(this, font, displayedFilename, style(), TextRun::AllowTrailingExpansion, RespectDirection | RespectDirectionOverride);
H A DTextRunConstructor.cpp62 if (flags & RespectDirection)
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DImagePainter.cpp134 TextRun textRun = constructTextRun(&m_renderImage, font, m_renderImage.altText(), m_renderImage.style(), TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, DefaultTextRunFlags | RespectDirection);

Completed in 649 milliseconds