Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DSelectionController.h183 …void revealSelection(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, bool revealExt…
DEditor.cpp1125 …page->focusController()->focusedOrMainFrame()->selection()->revealSelection(ScrollAlignment::align… in insertTextWithoutSendingTextEvent()
1826 frame()->selection()->revealSelection(); in advanceToNextMisspelling()
1836 frame()->selection()->revealSelection(); in advanceToNextMisspelling()
2460 m_frame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded); in revealSelectionAfterEditingOperation()
3043 m_frame->selection()->revealSelection(); in findString()
DSelectionController.cpp203 revealSelection(alignment, true); in setSelection()
1813 void SelectionController::revealSelection(const ScrollAlignment& alignment, bool revealExtent) in revealSelection() function in WebCore::SelectionController
/external/webkit/Source/WebCore/html/
DHTMLTextAreaElement.cpp230 document()->frame()->selection()->revealSelection(); in updateFocusAppearance()
/external/webkit/Source/WebCore/dom/
DInputElement.cpp93 document->frame()->selection()->revealSelection(); in updateFocusAppearance()
DElement.cpp1615 frame->selection()->revealSelection(); in updateFocusAppearance()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h297 void revealSelection();
DWebViewCore.cpp1594 void WebViewCore::revealSelection() in revealSelection() function in android::WebViewCore
1604 focusedFrame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded); in revealSelection()
2220 revealSelection(); in setSelection()
3979 GET_NATIVE_VIEW(env, obj)->revealSelection(); in RevealSelection()
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp284 frame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded); in contextMenuItemSelected()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm797 _private->coreFrame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded);
1076 _private->coreFrame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded);
DWebHTMLView.mm2661 coreFrame->selection()->revealSelection(ScrollAlignment::alignCenterAlways);
4248 coreFrame->selection()->revealSelection(ScrollAlignment::alignCenterAlways);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1782 frame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded); in replaceSelectionWithText()
/external/webkit/Source/WebKit/win/
DWebView.cpp3583 coreFrame->selection()->revealSelection(ScrollAlignment::alignCenterAlways); in centerSelectionInVisibleArea()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1031682 (Frame::revealSelection):
33002 (Frame::revealSelection):
34265 (Frame::revealSelection):
34397 (Frame::revealSelection):
34777 (Frame::revealSelection):
35787 (MacFrame::revealSelection):
38702 …(KWQKHTMLPart::revealSelection): Made this more like centerSelectionInVisibleArea where we get th…
DChangeLog-2005-12-192227 renamed centerSelectionInVisibleArea() to revealSelection(). This is the method that
2232 call revealSelection() rather than centerSelectionInVisibleArea(); this restores the
2234 (KWQKHTMLPart::revealSelection):
2237 call revealSelection() rather than centerSelectionInVisibleArea(); this restores the
DChangeLog-2006-12-3110293 <rdar://problem/4799899> Frame::revealSelection() only scrolls the startContainer's layer
10298 (WebCore::Frame::revealSelection):
29823 (WebCore::Frame::revealSelection):
33398 (WebCore::Frame::revealSelection):
55728 Changed to only call setFocusNode, select, and revealSelection
DChangeLog-2009-06-1631193 Get rid of revealCaret and use revealSelection instead.
31199 (WebCore::Frame::revealSelection):
31845 (WebCore::Frame::revealSelection):
40529 (WebCore::Frame::revealSelection):
41490 (WebCore::Frame::revealSelection):
64269 (WebCore::Frame::revealSelection):
67527 (WebCore::Frame::revealSelection):
DChangeLog-2007-10-1411311 of calling m_frame->revealSelection directly.
11322 (WebCore::Editor::revealSelectionAfterEditingOperation): Added. Calls revealSelection,
39469 …(WebCore::Frame::revealSelection): Call selectionRect with clipToVisibleContent = false, so we can…
DChangeLog-2010-01-2913427 (WebCore::Frame::revealSelection):
15556 (WebCore::Frame::revealSelection): Added code to trigger a layout
81017 (WebCore::Frame::revealSelection):
DChangeLog-2008-08-1082 (WebCore::Frame::revealSelection):
11941 (WebCore::Frame::revealSelection):
DChangeLog-2010-12-0657069 (WebCore::SelectionController::revealSelection):
72420 (WebCore::Frame::revealSelection):
DChangeLog3895 (WebCore::FrameSelection::revealSelection):