#include "third_party/blink/renderer/core/annotation/text_annotation_selector.h"
namespace blink {
TextAnnotationSelector::TextAnnotationSelector(
const TextFragmentSelector& params)
: … { … }
void TextAnnotationSelector::Trace(Visitor* visitor) const { … }
String TextAnnotationSelector::Serialize() const { … }
void TextAnnotationSelector::FindRange(Document& document,
SearchType type,
FinishedCallback finished_cb) { … }
void TextAnnotationSelector::DidFindMatch(const RangeInFlatTree& range,
bool is_unique) { … }
void TextAnnotationSelector::NoMatchFound() { … }
bool TextAnnotationSelector::WasMatchUnique() const { … }
}