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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.h 38 // for all types other than type TextMatch.
52 TextMatch = 1 << TextMatchMarkerIndex,
75 : MarkerTypes(Spelling | Grammar | TextMatch | InvisibleSpellcheck)
DocumentMarker.cpp 135 : m_type(DocumentMarker::TextMatch)
DocumentMarkerController.cpp 52 case DocumentMarker::TextMatch:
219 if (toInsert.type() != DocumentMarker::TextMatch) {
666 OwnPtr<MarkerList>& list = (*markers)[MarkerTypeToMarkerIndex(DocumentMarker::TextMatch)];
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.cpp 99 // SVG is only interessted in the TextMatch marker, for now.
100 if (marker->type() != DocumentMarker::TextMatch)
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 323 frame->document()->markers()->removeMarkers(DocumentMarker::TextMatch);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 164 else if (equalIgnoringCase(markerType, "TextMatch"))
165 result = DocumentMarker::TextMatch;
829 // Only TextMatch markers can be active.
830 DocumentMarker::MarkerType markerType = DocumentMarker::TextMatch;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 427 milliseconds