Home
last modified time | relevance | path

Searched refs:ExpansionBehavior (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DTextRunConstructor.h61 …TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, Te…
63 TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
67 …TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, Te…
70 TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
73 TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
76 TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
79 TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
82 TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
DTextRunConstructor.cpp42 …ers, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) in constructTextRunInternal()
55 …, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, T… in constructTextRunInternal()
75 …ers, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) in constructTextRun()
80 …ers, int length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) in constructTextRun()
85 …enderText* text, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) in constructTextRun()
92 …unsigned length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion) in constructTextRun()
100 …ring& string, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion, T… in constructTextRun()
110 …onst Font& font, const String& string, RenderStyle* style, TextRun::ExpansionBehavior expansion, T… in constructTextRun()
116 …* text, unsigned offset, unsigned length, RenderStyle* style, TextRun::ExpansionBehavior expansion) in constructTextRun()
DInlineTextBox.h189 TextRun::ExpansionBehavior expansionBehavior() const in expansionBehavior()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h55 typedef unsigned ExpansionBehavior; typedef
57 …TextRun(const LChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expan…
77 …TextRun(const UChar* c, unsigned len, float xpos = 0, float expansion = 0, ExpansionBehavior expan…
97 …TextRun(const String& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBeha…
125 …TextRun(const StringView& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansion…
239 ExpansionBehavior m_expansionBehavior : 2;