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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextCheckerClient.h 43 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 54 virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;
SpellCheckerClientImpl.cpp 125 bool SpellCheckerClientImpl::shouldEraseMarkersAfterChangeSelection(TextCheckingType type) const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 253 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 631 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling))
    [all...]

Completed in 297 milliseconds