Searched defs:TextRange (Results 1 – 9 of 9) sorted by relevance
136 final Document document, final Map<TextRange, String> replacements) { in performReplacements()
154 final Document document, final Map<TextRange, String> replacements) { in performReplacements()
83 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder() argument
129 typedef Range<TextIndex> TextRange; typedef
185 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder() argument
86 void onPlaceholder(TextRange, const SkRect& bounds) override { } in onPlaceholder() argument
88 void onPlaceholder(TextRange, const SkRect& bounds) override { } in onPlaceholder() argument
1561 struct TextRange struct1563 const char* b;1564 const char* e;1566 TextRange() { b = e = NULL; } in TextRange() function1567 TextRange(const char* _b, const char* _e) { b = _b; e = _e; } in TextRange() argument1568 const char* begin() const { return b; } in begin()1569 const char* end () const { return e; } in end()1570 bool empty() const { return b == e; } in empty()
332 typedef SkRange<size_t> TextRange; typedef