Searched refs:selectionController (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | SetSelectionCommand.cpp | 42 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/ |
D | EventHandler.cpp | 2257 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/ |
D | ChangeLog | 3150 selectionController() -> selection(), animationController() -> animation()
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 4365 selectionController() -> selection(), animationController() -> animation() 21924 (WebView::keyPress): Rename selection to selectionController.
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 14720 selectionController() -> selection(), animationController() -> animation()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-12-31 | 2983 bail out immediately for nil range (which selectionController()->toRange().get() 20587 (WebCore::Frame::selectionController): cleanup coding style 33365 (WebCore::Frame::selectionController):
|
D | ChangeLog-2007-10-14 | 59784 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…
|
D | ChangeLog-2006-05-10 | 27971 (WebCore::MutationListener::selectionController):
|
D | ChangeLog-2008-08-10 | 11661 selectionController() -> selection(), animationController() -> animation() 56850 to call selectionController()->pageActivationChanged() for cases when the focusedFrame()
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 16713 selectionController() -> selection(), animationController() -> animation()
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 21045 selectionController() -> selection(), animationController() -> animation()
|