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/core/platform/text/
TextCheckerClient.h 43 virtual bool shouldEraseMarkersAfterChangeSelection(TextCheckingType) const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
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; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp     [all...]

Completed in 263 milliseconds