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

  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 195 void SpellingCorrectionController::applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>& markerTypesToAdd)
238 size_t size = markerTypesToAdd.size();
240 DocumentMarker::MarkerType markerType = markerTypesToAdd[i];
448 Vector<DocumentMarker::MarkerType> markerTypesToAdd = markerTypesForAutocorrection();
450 for (size_t i = 0; i < markerTypesToAdd.size(); ++i) {
451 DocumentMarker::MarkerType markerType = markerTypesToAdd[i];
Editor.h 432 void applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>& markerTypesToAdd);

Completed in 28 milliseconds