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

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextCheckerClient.h 43 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const = 0;
TextChecking.h 40 enum TextCheckingType {
61 TextCheckingType type;
  /external/chromium_org/third_party/WebKit/Source/web/
WebTextCheckingResult.cpp 43 result.type = static_cast<TextCheckingType>(type);
EditorClientImpl.h 86 virtual bool shouldEraseMarkersAfterChangeSelection(WebCore::TextCheckingType) const OVERRIDE;
EditorClientImpl.cpp 646 bool EditorClientImpl::shouldEraseMarkersAfterChangeSelection(TextCheckingType type) const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 258 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const OVERRIDE { return true; }

Completed in 66 milliseconds