Searched defs:shouldChangeSelection (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/page/
H A DFrame.cpp841 bool Frame::shouldChangeSelection(const VisibleSelection& newSelection) const function in class:WebCore::Frame
843 return shouldChangeSelection(selection()->selection(), newSelection, newSelection.affinity(), false);
846 bool Frame::shouldChangeSelection(const VisibleSelection& oldSelection, const VisibleSelection& newSelection, EAffinity affinity, bool stillSelecting) const function in class:WebCore::Frame

Completed in 2121 milliseconds