/external/webkit/Source/WebCore/editing/ |
D | VisibleSelection.h | 70 …VisiblePosition visibleStart() const { return VisiblePosition(m_start, isRange() ? DOWNSTREAM : af… in visibleStart() 71 …VisiblePosition visibleEnd() const { return VisiblePosition(m_end, isRange() ? UPSTREAM : affinity… in visibleEnd() 75 bool isRange() const { return selectionType() == RangeSelection; } in isRange() function 77 … bool isNonOrphanedRange() const { return isRange() && !start().isOrphan() && !end().isOrphan(); } in isNonOrphanedRange()
|
D | CreateLinkCommand.cpp | 49 if (endingSelection().isRange()) in doApply()
|
D | InsertTextCommand.cpp | 74 if (!endingSelection().isRange()) in performTrivialReplace() 115 if (endingSelection().isRange()) { in input()
|
D | SelectionController.h | 127 bool isRange() const { return m_selection.isRange(); } in isRange() function
|
D | SelectionController.cpp | 507 if (isRange()) { in modifyMovingRight() 541 if (isRange()) in modifyMovingForward() 556 if (!isRange() || !isStartOfLine(pos)) in modifyMovingForward() 678 if (isRange()) in modifyMovingLeft() 711 if (isRange()) in modifyMovingBackward() 770 bool wasRange = m_selection.isRange(); in modify() 1323 if (!isRange()) in contains() 1366 if (!isRange()) in selectFrameElementInParentIfFullySelected() 1601 if (!selection.isRange()) { in updateAppearance()
|
D | InsertListCommand.cpp | 128 if (endingSelection().isRange()) { in doApply() 130 ASSERT(selection.isRange()); in doApply()
|
D | TypingCommand.cpp | 87 if (!frame->selection()->isRange()) in deleteSelection() 533 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in deleteKeyPressed() 606 … if (!startingSelection().isRange() || selectionToDelete.base() != startingSelection().start()) in forwardDeleteKeyPressed()
|
D | BreakBlockquoteCommand.cpp | 51 if (endingSelection().isRange()) in doApply()
|
D | Editor.cpp | 241 return selection->isRange() && !selection->isInPasswordField(); in canCopy() 252 return selection->isRange() && selection->rootEditableElement(); in canDelete() 296 if (m_frame->selection()->isRange()) { in deleteWithDirection() 519 if (!m_frame->selection()->isRange()) { in fontForSelection() 579 if (m_frame->selection()->isRange()) { in textDirectionForSelection() 642 if (m_frame->selection()->isRange() && !end.deprecatedNode()->isDescendantOf(node)) in textDirectionForSelection() 657 if (m_frame->selection()->isRange()) { in hasBidiSelection() 684 } else if (m_frame->selection()->isRange()) { in selectionUnorderedListState() 699 } else if (m_frame->selection()->isRange()) { in selectionOrderedListState() 946 …if (propertyID == CSSPropertyBackgroundColor && (m_frame->selection()->isRange() || hasTransparent… in selectionStartCSSPropertyValue() [all …]
|
D | ModifySelectionListLevel.cpp | 60 …Node* endListChild = selection.isRange() ? enclosingListChild(selection.end().anchorNode()) : star… in getStartEndListChildren()
|
D | InsertParagraphSeparatorCommand.cpp | 157 if (endingSelection().isRange()) { in doApply()
|
D | CompositeEditCommand.cpp | 373 if (endingSelection().isRange()) in deleteSelection() 379 if (selection.isRange()) in deleteSelection() 516 if (selection.isRange()) in rebalanceWhitespace()
|
D | EditorCommand.cpp | 1160 return (selection.isCaret() && selection.isContentEditable()) || selection.isRange(); in enabledVisibleSelection() 1179 return ((selection.isCaret() && selection.isContentEditable()) || selection.isRange()) in enabledVisibleSelectionAndMark() 1238 return frame->selection()->isRange() && frame->selection()->isContentEditable(); in enabledRangeInEditableText() 1243 return frame->selection()->isRange() && frame->selection()->isContentRichlyEditable(); in enabledRangeInRichlyEditableText()
|
D | VisibleSelection.cpp | 163 ASSERT(isRange()); in toNormalizedRange()
|
/external/webkit/Source/WebCore/page/win/ |
D | FrameWin.cpp | 50 if (selection()->isRange()) in dragImageForSelection()
|
/external/webkit/Source/WebCore/page/qt/ |
D | FrameQt.cpp | 43 if (!selection()->isRange()) in dragImageForSelection()
|
/external/webkit/Source/WebCore/editing/gtk/ |
D | SelectionControllerGtk.cpp | 39 if (selection.isRange()) in emitTextSelectionChange()
|
/external/webkit/Source/WebCore/page/chromium/ |
D | FrameChromium.cpp | 98 if (!selection()->isRange()) in dragImageForSelection()
|
/external/webkit/Source/WebCore/page/wince/ |
D | FrameWinCE.cpp | 159 if (selection()->isRange()) in dragImageForSelection()
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
D | WebContextMenuClientMac.mm | 72 if (selectionFrame->selection()->isRange())
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | FindController.cpp | 84 if (frame->selection()->isRange()) in frameWithSelection()
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 296 if (newSelection.isRange()) { in selectClosestWordFromMouseEvent() 322 if (newSelection.isRange()) { in selectClosestWordOrLinkFromMouseEvent() 336 if (m_frame->selection()->isRange()) in handleMousePressEventDoubleClick() 366 if (newSelection.isRange()) { in handleMousePressEventTripleClick() 748 && m_frame->selection()->isRange() in handleMouseReleaseEvent() 2062 if (m_frame->selection()->isRange() in dispatchMouseEvent() 2260 …precatedNode() && (selectionController->rootEditableElement() || selectionController->isRange())) { in sendContextMenuEventForKey()
|
D | DOMSelection.cpp | 174 return !m_frame->selection()->isRange(); in isCollapsed()
|
D | ContextMenuController.cpp | 1070 shouldEnable = frame->selection()->isRange(); in checkOrEnableIfNeeded() 1091 shouldEnable = frame->selection()->isRange(); in checkOrEnableIfNeeded()
|
/external/webkit/Source/WebCore/editing/mac/ |
D | EditorMac.mm | 194 return selection->isRange() && !selection->isInPasswordField();
|