/external/webkit/WebCore/editing/ |
D | SelectionController.cpp | 82 …setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity()), true, t… in moveTo() 87 …setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), tr… in moveTo() 92 setSelection(VisibleSelection(pos, affinity), true, true, userTriggered); in moveTo() 98 setSelection(selection, true, true, userTriggered); in moveTo() 103 setSelection(VisibleSelection(base, extent, affinity), true, true, userTriggered); in moveTo() 106 void SelectionController::setSelection(const VisibleSelection& s, bool closeTyping, bool clearTypin… in setSelection() function in WebCore::SelectionController 130 … document->frame()->selection()->setSelection(s, closeTyping, clearTypingStyle, userTriggered); in setSelection() 229 setSelection(VisibleSelection(), false, false); in nodeWillBeRemoved() 566 trialSelectionController.setSelection(m_selection); in modify() 662 trialSelectionController.setSelection(m_selection); in modify() [all …]
|
D | TypingCommand.cpp | 169 frame->selection()->setSelection(currentSelection); in insertText() 182 frame->selection()->setSelection(currentSelection); in insertText() 434 selection.setSelection(endingSelection()); in deleteKeyPressed() 528 selection.setSelection(endingSelection()); in forwardDeleteKeyPressed()
|
D | SelectionController.h | 61 …void setSelection(const VisibleSelection&, bool closeTyping = true, bool clearTypingStyle = true, …
|
D | Editor.cpp | 1331 m_frame->selection()->setSelection(selection, false, false); in selectComposition() 1387 m_frame->selection()->setSelection(oldSelection, false, false); in confirmComposition() 1976 … frame()->selection()->setSelection(VisibleSelection(badGrammarRange.get(), SEL_DEFAULT_AFFINITY)); in advanceToNextMisspelling() 1987 frame()->selection()->setSelection(VisibleSelection(misspellingRange.get(), DOWNSTREAM)); in advanceToNextMisspelling() 2252 frame()->selection()->setSelection(newSelection); in markMisspellingsAfterTypingToPosition() 2512 m_frame->selection()->setSelection(selectionToReplace); in markAllMisspellingsAndBadGrammarInRanges() 2692 m_frame->selection()->setSelection(newSelection); in transpose() 2885 m_frame->selection()->setSelection(newSelection, closeTyping, clearTypingStyle); in changeSelectionAfterCommand()
|
D | DeleteButtonController.cpp | 355 m_frame->selection()->setSelection(VisiblePosition(pos)); in deleteTarget()
|
/external/webkit/WebCore/page/ |
D | DOMSelection.cpp | 373 selection->setSelection(VisibleSelection(r)); in addRange() 384 … selection->setSelection(VisibleSelection(r->startPosition(), range->endPosition(), DOWNSTREAM)); in addRange() 387 selection->setSelection(VisibleSelection(r)); in addRange() 394 selection->setSelection(VisibleSelection(range.get())); in addRange() 397 … selection->setSelection(VisibleSelection(range->startPosition(), r->endPosition(), DOWNSTREAM)); in addRange()
|
D | DragController.cpp | 316 m_page->dragCaretController()->setSelection(dragCaret); in tryDocumentDrag() 345 frame->selection()->setSelection(dragCaret); in setSelectionToDragCaret() 348 frame->selection()->setSelection(dragCaret); in setSelectionToDragCaret() 575 src->selection()->setSelection(VisibleSelection(range.get(), DOWNSTREAM)); in prepareClipboardForImageDrag() 688 src->selection()->setSelection(VisibleSelection::selectionFromContentsOfNode(node)); in startDrag() 798 m_page->dragCaretController()->setSelection(dragCaret); in placeDragCaret()
|
D | FocusController.cpp | 253 frame->selection()->setSelection(newSelection); in advanceFocus()
|
D | EventHandler.cpp | 249 m_frame->selection()->setSelection(newSelection); in selectClosestWordFromMouseEvent() 273 m_frame->selection()->setSelection(newSelection); in selectClosestWordOrLinkFromMouseEvent() 316 m_frame->selection()->setSelection(newSelection); in handleMousePressEventTripleClick() 367 m_frame->selection()->setSelection(newSelection); in handleMousePressEventSingleClick() 580 m_frame->selection()->setSelection(newSelection); in updateSelectionForMouseDrag() 638 m_frame->selection()->setSelection(newSelection); in handleMouseReleaseEvent()
|
D | Frame.cpp | 1392 selection()->setSelection(VisibleSelection(Position(node, 0), DOWNSTREAM)); in setSelectionFromNone() 1487 this->selection()->setSelection(VisibleSelection(resultRange.get(), DOWNSTREAM)); in findString()
|
/external/skia/src/views/ |
D | SkListView.cpp | 237 void SkListView::setSelection(int index) 264 this->setSelection(index); 277 this->setSelection(index); 500 this->setSelection(0); 581 void SkGridView::setSelection(int index) 609 this->setSelection(index); 622 this->setSelection(index); 889 this->setSelection(0);
|
D | SkListWidget.cpp | 65 void SkListView::setSelection(int index) in setSelection() function in SkListView 91 this->setSelection(index); in moveSelectionUp() 110 this->setSelection(index); in moveSelectionDown() 480 this->setSelection(0); in onInflate()
|
/external/webkit/WebKit/chromium/src/ |
D | ContextMenuClientImpl.cpp | 125 selectedFrame->selection()->setSelection(VisibleSelection(pos)); in selectMisspelledWord() 128 selectedFrame->selection()->setSelection(VisibleSelection(pos)); in selectMisspelledWord()
|
D | WebFrameImpl.cpp | 1089 frame->selection()->setSelection(selection); in selectWordAroundPosition() 1178 frame()->selection()->setSelection(selection); in find() 1781 frame()->selection()->setSelection(m_activeMatch.get()); in setFindEndstateFocusAndSelection()
|
/external/webkit/WebCore/page/chromium/ |
D | EventHandlerChromium.cpp | 67 m_frame->selection()->setSelection(newSelection); in passMousePressEventToSubframe()
|
/external/skia/include/views/ |
D | SkWidget.h | 365 void setSelection(int); 437 void setSelection(int);
|
D | SkWidgetViews.h | 231 void setSelection(int);
|
/external/webkit/WebKit/android/nav/ |
D | CachedRoot.h | 101 void setSelection(int start, int end) { mSelectionStart = start; mSelectionEnd = end; } in setSelection() function
|
/external/webkit/WebCore/rendering/ |
D | RenderView.h | 70 …void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepai…
|
D | RenderView.cpp | 395 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, Sel… in setSelection() function in WebCore::RenderView 564 setSelection(0, -1, 0, -1, RepaintNewMinusOld); in clearSelection()
|
D | RenderTextControl.cpp | 268 frame->selection()->setSelection(newSelection); in setSelectionRange()
|
/external/webkit/WebKit/android/jni/ |
D | WebViewCore.h | 327 void setSelection(int start, int end);
|
D | WebViewCore.cpp | 1670 void WebViewCore::setSelection(int start, int end) in setSelection() function in android::WebViewCore 1698 setSelection(start, end); in deleteSelection() 1724 setSelection(oldStart, oldEnd); in replaceTextfieldText() 1733 setSelection(start, end); in replaceTextfieldText() 2664 viewImpl->setSelection(start, end); in SetSelection()
|
/external/webkit/WebCore/svg/ |
D | SVGTextContentElement.cpp | 482 controller->setSelection(VisibleSelection(start, end)); in selectSubString()
|
/external/webkit/WebCore/accessibility/ |
D | AccessibilityRenderObject.cpp | 1757 frame->selection()->setSelection(VisibleSelection(Position(node, range.start), in setSelectedTextRange() 2165 selection.setSelection(VisibleSelection(visiblePos)); in visiblePositionRangeForLine() 2272 m_renderer->document()->frame()->selection()->setSelection(newSelection); in setSelectedVisiblePositionRange() 2377 selection.setSelection(VisibleSelection(visiblePos)); in doAXRangeForLine()
|