HomeSort by relevance Sort by last modified time
    Searched refs:charactersWithHyphen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 108 // charactersWithHyphen, if provided, must not be destroyed before the TextRun.
109 TextRun constructTextRun(RenderStyle*, const Font&, StringBuilder* charactersWithHyphen = 0) const;
110 TextRun constructTextRun(RenderStyle*, const Font&, StringView, int maximumLength, StringBuilder* charactersWithHyphen = 0) const;
InlineTextBox.cpp 213 StringBuilder charactersWithHyphen;
215 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0);
669 StringBuilder charactersWithHyphen;
670 TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charactersWithHyphen : 0);
    [all...]

Completed in 118 milliseconds