Home | History | Annotate | Download | only in dom

Lines Matching refs:DocumentMarker

37 class DocumentMarker {
94 DocumentMarker();
95 DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset);
96 DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, const String& description);
97 DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, const String& description, uint32_t hash);
98 DocumentMarker(unsigned startOffset, unsigned endOffset, bool activeMatch);
99 DocumentMarker(MarkerType, unsigned startOffset, unsigned endOffset, PassRefPtr<DocumentMarkerDetails>);
119 bool operator==(const DocumentMarker& o) const
124 bool operator!=(const DocumentMarker& o) const
137 inline DocumentMarkerDetails* DocumentMarker::details() const
156 struct VectorTraits<WebCore::DocumentMarker> : SimpleClassVectorTraits<WebCore::DocumentMarker> { };