Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarker.h52 TextMatch = 1 << TextMatchMarkerIndex, enumerator
75 : MarkerTypes(Spelling | Grammar | TextMatch | InvisibleSpellcheck) in AllMarkers()
DDocumentMarker.cpp135 : m_type(DocumentMarker::TextMatch) in DocumentMarker()
DDocumentMarkerController.cpp52 case DocumentMarker::TextMatch: in MarkerTypeToMarkerIndex()
219 if (toInsert.type() != DocumentMarker::TextMatch) { in addMarker()
666 OwnPtr<MarkerList>& list = (*markers)[MarkerTypeToMarkerIndex(DocumentMarker::TextMatch)]; in setMarkersActive()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineFlowBox.cpp100 if (marker->type() != DocumentMarker::TextMatch) in computeTextMatchMarkerRectForRenderer()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.cpp323 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in unmarkAllTextMatches()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp1306 case DocumentMarker::TextMatch: in paintDocumentMarkers()
1331 case DocumentMarker::TextMatch: in paintDocumentMarkers()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp165 result = DocumentMarker::TextMatch; in markerTypesFrom()
830 DocumentMarker::MarkerType markerType = DocumentMarker::TextMatch; in activeMarkerCountForNode()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp1297 m_frame.document()->markers()->repaintMarkers(DocumentMarker::TextMatch); in setMarkedTextMatchesAreHighlighted()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp1557 frame()->document()->markers()->removeMarkers(DocumentMarker::TextMatch); in stopFinding()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2569 tickmarks = frame().document()->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch); in getTickmarks()