Home
last modified time | relevance | path

Searched refs:TextMatch (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentMarker.h39 TextMatch = 1 << 2, enumerator
77 …: MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrect… in AllMarkers()
DDocumentMarkerController.cpp604 if (marker.endOffset < startOffset || marker.type != DocumentMarker::TextMatch) in setMarkersActive()
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineFlowBox.cpp103 if (marker.type != DocumentMarker::TextMatch) in computeTextMatchMarkerRectForRenderer()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp236 …ctor<IntRect> frameRects = document->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch); in rectsForTextMatches()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp794 sd->frame->document()->markers()->removeMarkers(WebCore::DocumentMarker::TextMatch); in ewk_frame_text_matches_unmark_all()
860 …ts = sd->frame->document()->markers()->renderedRectsForMarkers(WebCore::DocumentMarker::TextMatch); in ewk_frame_text_matches_nth_pos_get()
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp1122 case DocumentMarker::TextMatch: in paintDocumentMarkers()
1147 case DocumentMarker::TextMatch: in paintDocumentMarkers()
/external/webkit/Source/WebCore/page/
DPage.cpp560 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in unmarkAllTextMatches()
DFrameView.cpp2166 tickmarks = frame()->document()->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch); in getTickmarks()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1570 frame()->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in stopFinding()
2227 DocumentMarker::TextMatch, in addMarker()
/external/webkit/Source/WebCore/editing/
DEditor.cpp3100 … m_frame->document()->markers()->addMarker(resultRange.get(), DocumentMarker::TextMatch); in countMatchesForText()
3144 m_frame->document()->markers()->repaintMarkers(DocumentMarker::TextMatch); in setMarkedTextMatchesAreHighlighted()
/external/webkit/Source/WebKit/win/
DWebView.cpp3387 …ctor<IntRect> frameRects = document->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch); in rectsForTextMatches()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm6376 document->markers()->removeMarkers(DocumentMarker::TextMatch);
6388 Vector<IntRect> rects = document->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch);
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4310 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in findTextOnPage()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1022360 Added new marker type TextMatch
22367 new method, removes all markers of type TextMatch