revealSelection 2177 Source/core/dom/Element.cpp frame->selection().revealSelection(); revealSelection 105 Source/core/editing/Editor.cpp m_editor->m_frame.selection().revealSelection(ScrollAlignment::alignToEdgeIfNeeded, RevealExtent); revealSelection 807 Source/core/editing/Editor.cpp toLocalFrame(page->focusController().focusedOrMainFrame())->selection().revealSelection(ScrollAlignment::alignCenterIfNeeded); revealSelection 975 Source/core/editing/Editor.cpp m_frame.selection().revealSelection(alignment, revealExtentOption); revealSelection 1123 Source/core/editing/Editor.cpp m_frame.selection().revealSelection(); revealSelection 291 Source/core/editing/FrameSelection.cpp revealSelection(alignment, RevealExtent); revealSelection 200 Source/core/editing/FrameSelection.h void revealSelection(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, RevealExtentOption = DoNotRevealExtent); revealSelection 291 Source/core/editing/SpellChecker.cpp m_frame.selection().revealSelection(); revealSelection 300 Source/core/editing/SpellChecker.cpp m_frame.selection().revealSelection(); revealSelection 347 Source/core/html/HTMLInputElement.cpp document().frame()->selection().revealSelection(); revealSelection 252 Source/core/html/HTMLTextAreaElement.cpp document().frame()->selection().revealSelection();