OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpansionBehavior
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
TextRun.h
53
typedef unsigned
ExpansionBehavior
;
63
TextRun(const LChar* c, unsigned len, float xpos = 0, float expansion = 0,
ExpansionBehavior
expansionBehavior
= AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding)
69
, m_expansionBehavior(
expansionBehavior
)
83
TextRun(const UChar* c, unsigned len, float xpos = 0, float expansion = 0,
ExpansionBehavior
expansionBehavior
= AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding)
89
, m_expansionBehavior(
expansionBehavior
)
103
TextRun(const String& string, float xpos = 0, float expansion = 0,
ExpansionBehavior
expansionBehavior
= AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding)
109
, m_expansionBehavior(
expansionBehavior
)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h
128
TextRun::
ExpansionBehavior
= TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, TextRunFlags = DefaultTextRunFlags);
131
TextRun::
ExpansionBehavior
= TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
134
TextRun::
ExpansionBehavior
= TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
137
TextRun::
ExpansionBehavior
= TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
140
TextRun::
ExpansionBehavior
= TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
143
TextRun::
ExpansionBehavior
= TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion);
InlineTextBox.h
189
TextRun::
ExpansionBehavior
expansionBehavior
() const
RenderBlockFlow.cpp
[
all
...]
Completed in 540 milliseconds