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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SetSelectionCommand.cpp 46 if (selection->shouldChangeSelection(m_selectionToSet) && m_selectionToSet.isNonOrphanedCaretOrRange()) {
57 if (selection->shouldChangeSelection(startingSelection()) && startingSelection().isNonOrphanedCaretOrRange())
SpellingCorrectionCommand.cpp 51 if (!document()->frame()->selection()->shouldChangeSelection(m_selectionToBeCorrected))
FrameSelection.h 184 bool shouldChangeSelection(const VisibleSelection&) const;
FrameSelection.cpp 219 if (m_selection == newSelection || !shouldChangeSelection(newSelection))
    [all...]
Editor.h 276 bool shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity, bool stillSelecting) const;
Editor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 363 if (frame->selection()->shouldChangeSelection(newSelection))
    [all...]
EventHandler.cpp 372 if (selection->selection() != newSelection && selection->shouldChangeSelection(newSelection))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 167 milliseconds