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

  /external/webkit/WebCore/page/chromium/
EventHandlerChromium.cpp 66 if (m_frame->shouldChangeSelection(newSelection))
  /external/webkit/WebCore/page/
Frame.h 210 bool shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity, bool stillSelecting) const;
235 bool shouldChangeSelection(const VisibleSelection&) const;
FocusController.cpp 252 if (frame->shouldChangeSelection(newSelection))
EventHandler.cpp 248 if (m_frame->shouldChangeSelection(newSelection))
272 if (m_frame->shouldChangeSelection(newSelection))
315 if (m_frame->shouldChangeSelection(newSelection))
366 if (m_frame->shouldChangeSelection(newSelection))
578 if (m_frame->shouldChangeSelection(newSelection)) {
637 if (m_frame->shouldChangeSelection(newSelection))
    [all...]
Frame.cpp 841 bool Frame::shouldChangeSelection(const VisibleSelection& newSelection) const
843 return shouldChangeSelection(selection()->selection(), newSelection, newSelection.affinity(), false);
846 bool Frame::shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity affinity, bool stillSelecting) const
    [all...]
  /external/webkit/WebCore/editing/
SelectionController.cpp 570 bool change = m_frame->shouldChangeSelection(trialSelectionController.selection());
666 bool change = m_frame->shouldChangeSelection(trialSelectionController.selection());
    [all...]
Editor.cpp     [all...]
  /external/webkit/WebCore/dom/
Element.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 343 milliseconds