HomeSort by relevance Sort by last modified time
    Searched refs:TextMatch (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/dom/
DocumentMarker.h 34 // for all types other than type TextMatch.
39 TextMatch = 1 << 2,
77 : MarkerTypes(Spelling | Grammar | TextMatch | Replacement | CorrectionIndicator | RejectedCorrection | Autocorrected | SpellCheckingExemption)
DocumentMarkerController.cpp 604 if (marker.endOffset < startOffset || marker.type != DocumentMarker::TextMatch)
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.cpp 102 // SVG is only interessted in the TextMatch marker, for now.
103 if (marker.type != DocumentMarker::TextMatch)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 236 Vector<IntRect> frameRects = document->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch);
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp 794 sd->frame->document()->markers()->removeMarkers(WebCore::DocumentMarker::TextMatch);
860 Vector<WebCore::IntRect> intRects = sd->frame->document()->markers()->renderedRectsForMarkers(WebCore::DocumentMarker::TextMatch);
    [all...]
  /external/webkit/Source/WebCore/page/
Page.cpp 560 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch);
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 224 milliseconds