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 105 // charactersWithHyphen, if provided, must not be destroyed before the TextRun.
106 TextRun constructTextRun(RenderStyle*, const Font&, StringBuilder* charactersWithHyphen = 0) const;
107 TextRun constructTextRun(RenderStyle*, const Font&, StringView, int maximumLength, StringBuilder* charactersWithHyphen = 0) const;
InlineTextBox.cpp 207 StringBuilder charactersWithHyphen;
209 TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0);
682 StringBuilder charactersWithHyphen;
683 TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charactersWithHyphen : 0);
    [all...]

Completed in 49 milliseconds