chromium/third_party/blink/renderer/core/editing/markers/text_match_marker.cc

// Copyright 2017 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/editing/markers/text_match_marker.h"

namespace blink {

TextMatchMarker::TextMatchMarker(unsigned start_offset,
                                 unsigned end_offset,
                                 MatchStatus status)
    :{}

DocumentMarker::MarkerType TextMatchMarker::GetType() const {}

bool TextMatchMarker::IsActiveMatch() const {}

void TextMatchMarker::SetIsActiveMatch(bool active) {}

bool TextMatchMarker::IsRendered() const {}

bool TextMatchMarker::Contains(const PhysicalOffset& point) const {}

void TextMatchMarker::SetRect(const PhysicalRect& rect) {}

const PhysicalRect& TextMatchMarker::GetRect() const {}

void TextMatchMarker::Invalidate() {}

bool TextMatchMarker::IsValid() const {}

}  // namespace blink