Home
last modified time | relevance | path

Searched refs:selectionController (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSetSelectionCommand.cpp42 SelectionController* selectionController = document()->frame()->selection(); in doApply() local
43 ASSERT(selectionController); in doApply()
45 …if (selectionController->shouldChangeSelection(m_selectionToSet) && m_selectionToSet.isNonOrphaned… in doApply()
46 selectionController->setSelection(m_selectionToSet, m_options); in doApply()
53 SelectionController* selectionController = document()->frame()->selection(); in doUnapply() local
54 ASSERT(selectionController); in doUnapply()
56 …if (selectionController->shouldChangeSelection(startingSelection()) && startingSelection().isNonOr… in doUnapply()
57 selectionController->setSelection(startingSelection(), m_options); in doUnapply()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2257 SelectionController* selectionController = m_frame->selection(); in sendContextMenuEventForKey() local
2258 Position start = selectionController->selection().start(); in sendContextMenuEventForKey()
2260 …if (start.deprecatedNode() && (selectionController->rootEditableElement() || selectionController->… in sendContextMenuEventForKey()
2261 RefPtr<Range> selection = selectionController->toNormalizedRange(); in sendContextMenuEventForKey()
/external/webkit/Source/WebKit/wx/
DChangeLog3150 selectionController() -> selection(), animationController() -> animation()
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-164365 selectionController() -> selection(), animationController() -> animation()
21924 (WebView::keyPress): Rename selection to selectionController.
/external/webkit/Source/WebKit/gtk/
DChangeLog14720 selectionController() -> selection(), animationController() -> animation()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-312983 bail out immediately for nil range (which selectionController()->toRange().get()
20587 (WebCore::Frame::selectionController): cleanup coding style
33365 (WebCore::Frame::selectionController):
DChangeLog-2007-10-1459784 to the selectionController responsible for it, instead of asserting.
61160 … canDHTML* as it was changed in r17504, where canDHTML* now calls !selectionController::isInPasswo…
61161 …Anything else in r17503 that used to call mayCopy now calls (!)selectionController::isInPasswordFi…
DChangeLog-2006-05-1027971 (WebCore::MutationListener::selectionController):
DChangeLog-2008-08-1011661 selectionController() -> selection(), animationController() -> animation()
56850 to call selectionController()->pageActivationChanged() for cases when the focusedFrame()
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2916713 selectionController() -> selection(), animationController() -> animation()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1621045 selectionController() -> selection(), animationController() -> animation()