Home
last modified time | relevance | path

Searched refs:revealSelection (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp106 … m_editor->m_frame.selection().revealSelection(ScrollAlignment::alignToEdgeIfNeeded, RevealExtent); in ~RevealSelectionScope()
888 …page->focusController().focusedOrMainFrame()->selection().revealSelection(ScrollAlignment::alignCe… in insertTextWithoutSendingTextEvent()
1056 m_frame.selection().revealSelection(alignment, revealExtentOption); in revealSelectionAfterEditingOperation()
1204 m_frame.selection().revealSelection(); in findString()
DFrameSelection.h203 …void revealSelection(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, RevealExtentOp…
DSpellChecker.cpp291 m_frame.selection().revealSelection(); in advanceToNextMisspelling()
300 m_frame.selection().revealSelection(); in advanceToNextMisspelling()
DFrameSelection.cpp294 revealSelection(alignment, RevealExtent); in setSelection()
1780 void FrameSelection::revealSelection(const ScrollAlignment& alignment, RevealExtentOption revealExt… in revealSelection() function in WebCore::FrameSelection
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextAreaElement.cpp250 document().frame()->selection().revealSelection(); in updateFocusAppearance()
DHTMLInputElement.cpp347 document().frame()->selection().revealSelection(); in updateFocusAppearance()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2207 frame->selection().revealSelection(); in updateFocusAppearance()