Home
last modified time | relevance | path

Searched refs:AllowTrailingExpansion (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h48 AllowTrailingExpansion = 1 << 0, enumerator
63 … = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLe…
83 … = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLe…
103 … = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLe…
131 … = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLe…
200 bool allowsTrailingExpansion() const { return m_expansionBehavior & AllowTrailingExpansion; } in allowsTrailingExpansion()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFileUploadControl.cpp108 …onstructTextRun(this, font, displayedFilename, style(), TextRun::AllowTrailingExpansion, RespectDi… in paintObject()
158 …dth(constructTextRun(renderer, font, characterAsString, style(), TextRun::AllowTrailingExpansion)); in computeIntrinsicLogicalWidths()
161 …th = font.width(constructTextRun(renderer, font, label, style(), TextRun::AllowTrailingExpansion)); in computeIntrinsicLogicalWidths()
DRenderBlockFlow.h128 …TextRun::ExpansionBehavior = TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, Te…
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);
DEllipsisBox.cpp84 …RenderBlockFlow::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion); in paint()
135 …kFlow::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint… in selectionRect()
160 …kFlow::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), localOri… in paintSelection()
DInlineTextBox.h192 …| (expansion() && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpan… in expansionBehavior()
DRenderTextControl.cpp228 TextRun textRun = constructTextRun(this, font, str, style(), TextRun::AllowTrailingExpansion); in getAvgCharWidth()
DRenderListBox.cpp137 …TextRun textRun = constructTextRun(this, itemFont, text, style(), TextRun::AllowTrailingExpansion); in updateFromElement()
427 …TextRun textRun(itemText, 0, 0, TextRun::AllowTrailingExpansion, itemStyle->direction(), isOverrid… in paintItemForeground()
DRenderImage.cpp363 …kFlow::constructTextRun(this, font, m_altText, style(), TextRun::AllowTrailingExpansion | TextRun:… in paintReplaced()
/external/chromium_org/third_party/WebKit/Source/web/
DWebTextRun.cpp42 … return TextRun(text, 0, 0, TextRun::AllowTrailingExpansion, rtl ? RTL : LTR, directionalOverride); in operator WebCore::TextRun()
DPopupListBox.cpp487 …TextRun textRun(itemText, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), style.hasT… in paintRow()
527 …TextRun labelTextRun(itemLabel, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), styl… in paintRow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextMetrics.cpp73 , TextRun::AllowTrailingExpansion in constructTextRun()
DSVGInlineTextBox.cpp455 , TextRun::AllowTrailingExpansion in constructTextRun()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp2191 …TextRun textRun(normalizedText, 0, 0, TextRun::AllowTrailingExpansion, direction, override, true, … in drawTextInternal()
2212 …float fontWidth = font.width(TextRun(normalizedText, 0, 0, TextRun::AllowTrailingExpansion, direct… in drawTextInternal()