chromium/third_party/blink/renderer/core/annotation/text_annotation_selector.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {}

}  // namespace blink