Searched refs:TextCheckingType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextCheckerClient.h43 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const = 0;
H A DTextChecking.h42 enum TextCheckingType { enum in namespace:blink
93 bool maskContains(TextCheckingType type) const { return m_mask & type; }
/external/chromium_org/third_party/WebKit/Source/web/
H A DSpellCheckerClientImpl.h53 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const OVERRIDE;
H A DSpellCheckerClientImpl.cpp123 bool SpellCheckerClientImpl::shouldEraseMarkersAfterChangeSelection(TextCheckingType type) const
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElementTest.cpp56 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h256 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const OVERRIDE { return true; }

Completed in 1729 milliseconds