HomeSort by relevance Sort by last modified time
    Searched refs:TextCheckingType (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;
TextChecking.h 41 enum TextCheckingType {
92 bool maskContains(TextCheckingType type) const { return m_mask & type; }
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 54 virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;
SpellCheckerClientImpl.cpp 119 bool SpellCheckerClientImpl::shouldEraseMarkersAfterChangeSelection(TextCheckingType type) const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 261 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const OVERRIDE { return true; }

Completed in 101 milliseconds