HomeSort by relevance Sort by last modified time
    Searched refs:shouldChangeSelection (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/editing/
SetSelectionCommand.cpp 45 if (selectionController->shouldChangeSelection(m_selectionToSet) && m_selectionToSet.isNonOrphanedCaretOrRange()) {
56 if (selectionController->shouldChangeSelection(startingSelection()) && startingSelection().isNonOrphanedCaretOrRange())
SpellingCorrectionCommand.cpp 90 if (!document()->frame()->selection()->shouldChangeSelection(m_selectionToBeCorrected))
SelectionController.h 165 bool shouldChangeSelection(const VisibleSelection&) const;
SelectionController.cpp 763 bool change = shouldChangeSelection(trialSelectionController.selection());
867 bool change = shouldChangeSelection(trialSelectionController.selection());
    [all...]
Editor.h 359 bool shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity, bool stillSelecting) const;
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/page/chromium/
EventHandlerChromium.cpp 66 if (m_frame->selection()->shouldChangeSelection(newSelection))
  /external/webkit/Source/WebCore/page/
FocusController.cpp 301 if (frame->selection()->shouldChangeSelection(newSelection))
EventHandler.cpp 272 if (selection->selection() != newSelection && selection->shouldChangeSelection(newSelection))
279 if (selection->selection() != newSelection && selection->shouldChangeSelection(newSelection))
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 222 milliseconds