Searched refs:DefaultTextRunFlags (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextRunConstructor.h52 DefaultTextRunFlags = 0, enumerator in enum:blink::TextRunFlag
61 TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, TextRunFlags = DefaultTextRunFlags);
67 TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, TextRunFlags = DefaultTextRunFlags);
H A DTextRunConstructor.cpp61 if (flags != DefaultTextRunFlags) {
/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 157 milliseconds