Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DTextRun.h38 AllowTrailingExpansion = 1 << 0, enumerator
45 … = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLe…
65 … = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLe…
102 bool allowsTrailingExpansion() const { return m_expansionBehavior & AllowTrailingExpansion; } in allowsTrailingExpansion()
/external/webkit/Source/WebCore/rendering/
DEllipsisBox.cpp56 …), TextRun(str.characters(), str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, st… in paint()
77 …extRun(m_str.characters(), m_str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, st… in selectionRect()
97 …extRun(m_str.characters(), m_str.length(), false, 0, 0, TextRun::AllowTrailingExpansion, false, st… in paintSelection()
DRenderFileUploadControl.cpp232 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, !style()->isLeftToRi… in paintObject()
289 …idth = style()->font().width(TextRun(&ch, 1, false, 0, 0, TextRun::AllowTrailingExpansion, false)); in computePreferredLogicalWidths()
DInlineTextBox.h177 …| (m_expansion && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpan… in expansionBehavior()
DRenderTextControl.cpp555 …return style()->font().width(TextRun(&ch, 1, false, 0, 0, TextRun::AllowTrailingExpansion, false)); in getAvgCharWidth()
650 …xt.characters(), placeholderText.length(), false, 0, 0, TextRun::AllowTrailingExpansion, !placehol… in paintPlaceholder()
DRenderListBox.cpp120 …idth = itemFont.width(TextRun(text.impl(), false, 0, 0, TextRun::AllowTrailingExpansion, false, fa… in updateFromElement()
392 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, !itemStyle->isLeftTo… in paintItemForeground()
/external/webkit/Source/WebKit/chromium/src/
DWebTextRun.cpp42 return TextRun(text, false, 0, 0, TextRun::AllowTrailingExpansion, rtl, directionalOverride); in operator WebCore::TextRun()
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextMetrics.cpp85 , TextRun::AllowTrailingExpansion in constructTextRun()
DSVGInlineTextBox.cpp416 , TextRun::AllowTrailingExpansion in constructTextRun()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp119 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWrit… in setUpPlatformData()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontWinCE.cpp89 …, parentTextRun.allowsTrailingExpansion() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrail… in TextRunComponent()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp963 …(itemText.characters(), itemText.length(), false, 0, 0, TextRun::AllowTrailingExpansion, rtl, styl… in paintRow()
991 …temLabel.characters(), itemLabel.length(), false, 0, 0, TextRun::AllowTrailingExpansion, rtl, styl… in paintRow()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp634 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWrit… in paint()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1856 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, rtl, override); in drawTextInternal()
1878 …float width = font.width(TextRun(text, false, 0, 0, TextRun::AllowTrailingExpansion, rtl, override… in drawTextInternal()