/external/webkit/Source/WebCore/editing/ |
D | SelectionController.h | 183 …void revealSelection(const ScrollAlignment& = ScrollAlignment::alignCenterIfNeeded, bool revealExt…
|
D | Editor.cpp | 1125 …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()
|
D | SelectionController.cpp | 203 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/ |
D | HTMLTextAreaElement.cpp | 230 document()->frame()->selection()->revealSelection(); in updateFocusAppearance()
|
/external/webkit/Source/WebCore/dom/ |
D | InputElement.cpp | 93 document->frame()->selection()->revealSelection(); in updateFocusAppearance()
|
D | Element.cpp | 1615 frame->selection()->revealSelection(); in updateFocusAppearance()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 297 void revealSelection();
|
D | WebViewCore.cpp | 1594 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/ |
D | ContextMenuController.cpp | 284 frame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded); in contextMenuItemSelected()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrame.mm | 797 _private->coreFrame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded); 1076 _private->coreFrame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded);
|
D | WebHTMLView.mm | 2661 coreFrame->selection()->revealSelection(ScrollAlignment::alignCenterAlways); 4248 coreFrame->selection()->revealSelection(ScrollAlignment::alignCenterAlways);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.cpp | 1782 frame->selection()->revealSelection(ScrollAlignment::alignToEdgeIfNeeded); in replaceSelectionWithText()
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 3583 coreFrame->selection()->revealSelection(ScrollAlignment::alignCenterAlways); in centerSelectionInVisibleArea()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 31682 (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…
|
D | ChangeLog-2005-12-19 | 2227 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
|
D | ChangeLog-2006-12-31 | 10293 <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
|
D | ChangeLog-2009-06-16 | 31193 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):
|
D | ChangeLog-2007-10-14 | 11311 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…
|
D | ChangeLog-2010-01-29 | 13427 (WebCore::Frame::revealSelection): 15556 (WebCore::Frame::revealSelection): Added code to trigger a layout 81017 (WebCore::Frame::revealSelection):
|
D | ChangeLog-2008-08-10 | 82 (WebCore::Frame::revealSelection): 11941 (WebCore::Frame::revealSelection):
|
D | ChangeLog-2010-12-06 | 57069 (WebCore::SelectionController::revealSelection): 72420 (WebCore::Frame::revealSelection):
|
D | ChangeLog | 3895 (WebCore::FrameSelection::revealSelection):
|