Searched refs:isRange (Results 1 - 25 of 43) sorted by relevance

12

/external/webkit/Source/WebCore/page/win/
H A DFrameWin.cpp50 if (selection()->isRange())
/external/webkit/Source/WebCore/editing/
H A DCreateLinkCommand.cpp49 if (endingSelection().isRange())
H A DVisibleSelection.h70 VisiblePosition visibleStart() const { return VisiblePosition(m_start, isRange() ? DOWNSTREAM : affinity()); }
71 VisiblePosition visibleEnd() const { return VisiblePosition(m_end, isRange() ? UPSTREAM : affinity()); }
75 bool isRange() const { return selectionType() == RangeSelection; } function in class:WebCore::VisibleSelection
77 bool isNonOrphanedRange() const { return isRange() && !start().isOrphan() && !end().isOrphan(); }
H A DInsertTextCommand.cpp74 if (!endingSelection().isRange())
115 if (endingSelection().isRange()) {
H A DSelectionController.h127 bool isRange() const { return m_selection.isRange(); } function in class:WebCore::SelectionController
H A DBreakBlockquoteCommand.cpp51 if (endingSelection().isRange())
H A DSelectionController.cpp507 if (isRange()) {
541 if (isRange())
556 if (!isRange() || !isStartOfLine(pos))
678 if (isRange())
711 if (isRange())
770 bool wasRange = m_selection.isRange();
1323 if (!isRange())
1366 if (!isRange())
1601 if (!selection.isRange()) {
H A DTypingCommand.cpp87 if (!frame->selection()->isRange())
533 if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start())
606 if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start())
H A DInsertListCommand.cpp128 if (endingSelection().isRange()) {
130 ASSERT(selection.isRange());
H A DModifySelectionListLevel.cpp60 Node* endListChild = selection.isRange() ? enclosingListChild(selection.end().anchorNode()) : startListChild;
H A DInsertParagraphSeparatorCommand.cpp157 if (endingSelection().isRange()) {
H A DEditor.cpp241 return selection->isRange() && !selection->isInPasswordField();
252 return selection->isRange() && selection->rootEditableElement();
296 if (m_frame->selection()->isRange()) {
519 if (!m_frame->selection()->isRange()) {
579 if (m_frame->selection()->isRange()) {
642 if (m_frame->selection()->isRange() && !end.deprecatedNode()->isDescendantOf(node))
657 if (m_frame->selection()->isRange()) {
684 } else if (m_frame->selection()->isRange()) {
699 } else if (m_frame->selection()->isRange()) {
946 if (propertyID == CSSPropertyBackgroundColor && (m_frame->selection()->isRange() || hasTransparentBackgroundColo
[all...]
H A DCompositeEditCommand.cpp373 if (endingSelection().isRange())
379 if (selection.isRange())
516 if (selection.isRange())
H A DEditorCommand.cpp1160 return (selection.isCaret() && selection.isContentEditable()) || selection.isRange();
1179 return ((selection.isCaret() && selection.isContentEditable()) || selection.isRange())
1238 return frame->selection()->isRange() && frame->selection()->isContentEditable();
1243 return frame->selection()->isRange() && frame->selection()->isContentRichlyEditable();
H A DVisibleSelection.cpp163 ASSERT(isRange());
/external/webkit/Source/WebCore/page/qt/
H A DFrameQt.cpp43 if (!selection()->isRange())
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebContextMenuClientMac.mm72 if (selectionFrame->selection()->isRange())
/external/webkit/Source/WebCore/editing/gtk/
H A DSelectionControllerGtk.cpp39 if (selection.isRange())
/external/webkit/Source/WebCore/page/chromium/
H A DFrameChromium.cpp98 if (!selection()->isRange())
/external/webkit/Source/WebCore/page/wince/
H A DFrameWinCE.cpp159 if (selection()->isRange())
/external/webkit/Source/WebCore/editing/mac/
H A DEditorMac.mm194 return selection->isRange() && !selection->isInPasswordField();
/external/webkit/Source/WebCore/page/mac/
H A DFrameMac.mm342 if (!selection()->isRange())
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.cpp84 if (frame->selection()->isRange())
/external/webkit/Source/WebCore/page/
H A DDOMSelection.cpp174 return !m_frame->selection()->isRange();
H A DEventHandler.cpp296 if (newSelection.isRange()) {
322 if (newSelection.isRange()) {
336 if (m_frame->selection()->isRange())
366 if (newSelection.isRange()) {
748 && m_frame->selection()->isRange()
2062 if (m_frame->selection()->isRange()
2260 if (start.deprecatedNode() && (selectionController->rootEditableElement() || selectionController->isRange())) {

Completed in 668 milliseconds

12