/external/webkit/Source/WebCore/platform/graphics/ |
D | TextRun.h | 38 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/ |
D | EllipsisBox.cpp | 56 …), 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()
|
D | RenderFileUploadControl.cpp | 232 …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()
|
D | InlineTextBox.h | 177 …| (m_expansion && nextLeafChild() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrailingExpan… in expansionBehavior()
|
D | RenderTextControl.cpp | 555 …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()
|
D | RenderListBox.cpp | 120 …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/ |
D | WebTextRun.cpp | 42 return TextRun(text, false, 0, 0, TextRun::AllowTrailingExpansion, rtl, directionalOverride); in operator WebCore::TextRun()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGTextMetrics.cpp | 85 , TextRun::AllowTrailingExpansion in constructTextRun()
|
D | SVGInlineTextBox.cpp | 416 , TextRun::AllowTrailingExpansion in constructTextRun()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
D | WebPopupMenuWin.cpp | 119 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWrit… in setUpPlatformData()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | FontWinCE.cpp | 89 …, parentTextRun.allowsTrailingExpansion() ? TextRun::AllowTrailingExpansion : TextRun::ForbidTrail… in TextRunComponent()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 963 …(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/ |
D | PopupMenuWin.cpp | 634 …TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWrit… in paint()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1856 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()
|