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