didBeginEditing  3539 Source/core/dom/Document.cpp             frame()->spellChecker().didBeginEditing(m_focusedElement.get());
didBeginEditing    69 Source/core/editing/SpellChecker.h     void didBeginEditing(Element*);
didBeginEditing   361 Source/core/html/HTMLInputElement.cpp     document().frame()->spellChecker().didBeginEditing(this);
didBeginEditing   268 Source/core/html/HTMLTextAreaElement.cpp         frame->spellChecker().didBeginEditing(this);
didBeginEditing   110 Source/web/SpellCheckerClientImpl.cpp                     frame->spellChecker().didBeginEditing(rootEditableElement);