Searched refs:AllowTrailingExpansion (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextRun.h | 48 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/ |
D | RenderFileUploadControl.cpp | 108 …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()
|
D | RenderBlockFlow.h | 128 …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);
|
D | EllipsisBox.cpp | 84 …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()
|
D | InlineTextBox.h | 192 …| (expansion() && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpan… in expansionBehavior()
|
D | RenderTextControl.cpp | 228 TextRun textRun = constructTextRun(this, font, str, style(), TextRun::AllowTrailingExpansion); in getAvgCharWidth()
|
D | RenderListBox.cpp | 137 …TextRun textRun = constructTextRun(this, itemFont, text, style(), TextRun::AllowTrailingExpansion); in updateFromElement() 427 …TextRun textRun(itemText, 0, 0, TextRun::AllowTrailingExpansion, itemStyle->direction(), isOverrid… in paintItemForeground()
|
D | RenderImage.cpp | 363 …kFlow::constructTextRun(this, font, m_altText, style(), TextRun::AllowTrailingExpansion | TextRun:… in paintReplaced()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebTextRun.cpp | 42 … return TextRun(text, 0, 0, TextRun::AllowTrailingExpansion, rtl ? RTL : LTR, directionalOverride); in operator WebCore::TextRun()
|
D | PopupListBox.cpp | 487 …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/ |
D | SVGTextMetrics.cpp | 73 , TextRun::AllowTrailingExpansion in constructTextRun()
|
D | SVGInlineTextBox.cpp | 455 , TextRun::AllowTrailingExpansion in constructTextRun()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 2191 …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()
|