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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringView.h 38 class WTF_EXPORT StringView {
40 StringView()
46 explicit StringView(PassRefPtr<StringImpl> impl)
53 StringView(PassRefPtr<StringImpl> impl, unsigned offset, unsigned length)
97 using WTF::StringView;
WTFString.h 32 #include "wtf/text/StringView.h"
330 StringView createView() const { return StringView(impl()); }
331 StringView createView(unsigned offset, unsigned length) const { return StringView(impl(), offset, length); }
StringBuilder.h 106 void append(const StringView& string)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCombineText.h 35 void getStringToRender(int, StringView&, int& length) const;
RenderCombineText.cpp 75 void RenderCombineText::getStringToRender(int start, StringView& string, int& length) const
79 string = StringView(originalText());
InlineTextBox.h 107 TextRun constructTextRun(RenderStyle*, const Font&, StringView, int maximumLength, StringBuilder* charactersWithHyphen = 0) const;
InlineTextBox.cpp 671 StringView string;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
TextRun.h 130 TextRun(const StringView& string, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, TextDirection direction = LTR, bool directionalOverride = false, bool characterScanForCodePath = true, RoundingHacks roundingHacks = RunRounding | WordRounding)

Completed in 727 milliseconds