/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextRunIterator.h | 44 TextRunIterator(const TextRun* textRun, unsigned offset) in TextRunIterator()
|
D | BidiResolverTest.cpp | 58 TextDirection determineParagraphDirectionality(const TextRun& textRun, bool* hasStrongDirectionalit… in determineParagraphDirectionality() 178 TextRun textRun(input.data(), input.size()); in runTest() local
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | ListMarkerPainter.cpp | 162 …TextRun textRun = constructTextRun(&m_renderListMarker, font, m_renderListMarker.text(), m_renderL… in paint() local
|
D | ImagePainter.cpp | 134 …TextRun textRun = constructTextRun(&m_renderImage, font, m_renderImage.altText(), m_renderImage.st… in paintReplaced() local
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | DragImage.cpp | 181 TextRun textRun(urlString); in create() local 189 TextRun textRun = textRunWithDirectionality(label, hasStrongDirectionality); in create() local
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebFontImpl.cpp | 94 TextRun textRun(run); in drawText() local
|
D | PopupListBox.cpp | 475 …TextRun textRun(itemText, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), style.hasT… in paintRow() local 752 …TextRun textRun(text, 0, 0, TextRun::AllowTrailingExpansion, style.textDirection(), style.hasTextD… in getRowBaseWidth() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderFileUploadControl.cpp | 109 …TextRun textRun = constructTextRun(this, font, displayedFilename, style(), TextRun::AllowTrailingE… in paintObject() local
|
D | EllipsisBox.cpp | 64 …TextRun textRun = constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansio… in paint() local
|
D | RenderTextControl.cpp | 233 TextRun textRun = constructTextRun(this, font, str, style(), TextRun::AllowTrailingExpansion); in getAvgCharWidth() local
|
D | InlineTextBox.cpp | 223 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0); in localSelectionRect() local 491 …TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charact… in paint() local 621 …TextRun textRun = constructTextRun(style, font, string, renderer().textLength() - m_start, respect… in paintSelection() local 1238 TextRun textRun = constructTextRun(styleToUse, font); in characterWidths() local
|
D | RenderText.cpp | 929 TextRun textRun(text()); in computePreferredLogicalWidths() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGInlineTextBox.cpp | 97 TextRun textRun = constructTextRun(style, fragment); in offsetForPositionInFragment() local 562 TextRun& textRun, const SVGTextFragment& fragment, int startPosition, int endPosition, in paintTextWithShadows() 627 TextRun textRun = constructTextRun(style, fragment); in paintText() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
D | VTTCue.cpp | 506 … VTTTextRunIterator(const TextRun* textRun, unsigned offset) : TextRunIterator(textRun, offset) { } in VTTTextRunIterator()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 2103 …const TextRun textRun(text, 0, 0, TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansio… in measureText() local 2175 TextRun textRun(text, 0, 0, TextRun::AllowTrailingExpansion, direction, override, true, true); in drawTextInternal() local
|