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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.h 47 class MarkerRemoverPredicate FINAL {
49 explicit MarkerRemoverPredicate(const Vector<String>& words);
82 void removeMarkers(const MarkerRemoverPredicate& shouldRemoveMarker);
DocumentMarkerController.cpp 44 MarkerRemoverPredicate::MarkerRemoverPredicate(const Vector<String>& words)
49 bool MarkerRemoverPredicate::operator()(const DocumentMarker& documentMarker, const Text& textNode) const
510 void DocumentMarkerController::removeMarkers(const MarkerRemoverPredicate& shouldRemoveMarker)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp     [all...]

Completed in 707 milliseconds