/external/webkit/Source/WebCore/editing/ |
D | SetSelectionCommand.cpp | 46 selectionController->setSelection(m_selectionToSet, m_options); in doApply() 57 selectionController->setSelection(startingSelection(), m_options); in doUnapply()
|
D | SelectionController.cpp | 97 …setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity()), options… in moveTo() 105 …setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), op… in moveTo() 113 setSelection(VisibleSelection(pos, affinity), options); in moveTo() 122 setSelection(selection, options); in moveTo() 130 setSelection(VisibleSelection(base, extent, affinity), options); in moveTo() 133 void SelectionController::setSelection(const VisibleSelection& s, SetSelectionOptions options, Curs… in setSelection() function in WebCore::SelectionController 161 document->frame()->selection()->setSelection(s, options); in setSelection() 277 setSelection(VisibleSelection(), 0); in respondToNodeModification() 328 setSelection(newSelection, 0); in textWillBeReplaced() 759 trialSelectionController.setSelection(m_selection); in modify() [all …]
|
D | SelectionController.h | 79 …void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, C… 80 …setSelection(const VisibleSelection& selection, TextGranularity granularity, DirectionalityPolicy …
|
D | TypingCommand.cpp | 214 frame->selection()->setSelection(currentSelection); in insertText() 489 selection.setSelection(endingSelection()); in deleteKeyPressed() 585 selection.setSelection(endingSelection()); in forwardDeleteKeyPressed()
|
D | Editor.cpp | 1486 m_frame->selection()->setSelection(selection, 0); in selectComposition() 1544 m_frame->selection()->setSelection(oldSelection, 0); in confirmComposition() 1825 … frame()->selection()->setSelection(VisibleSelection(badGrammarRange.get(), SEL_DEFAULT_AFFINITY)); in advanceToNextMisspelling() 1835 frame()->selection()->setSelection(VisibleSelection(misspellingRange.get(), DOWNSTREAM)); in advanceToNextMisspelling() 2029 frame()->selection()->setSelection(newSelection); in markMisspellingsAfterTypingToWord() 2269 m_frame->selection()->setSelection(selectionToReplace); in markAllMisspellingsAndBadGrammarInRanges() 2278 m_frame->selection()->setSelection(selectionToReplace); in markAllMisspellingsAndBadGrammarInRanges() 2539 m_frame->selection()->setSelection(newSelection); in transpose() 2732 m_frame->selection()->setSelection(newSelection, options); in changeSelectionAfterCommand() 3042 m_frame->selection()->setSelection(VisibleSelection(resultRange.get(), DOWNSTREAM)); in findString()
|
D | DeleteButtonController.cpp | 355 m_frame->selection()->setSelection(VisiblePosition(pos)); in deleteTarget()
|
D | SpellingCorrectionController.cpp | 273 …m_frame->selection()->setSelection(selectionOfCorrected, SelectionController::CloseTyping | Select… in respondToUnappliedSpellCorrection()
|
/external/webkit/Source/WebCore/page/ |
D | DOMSelection.cpp | 405 selection->setSelection(VisibleSelection(r)); in addRange() 416 … selection->setSelection(VisibleSelection(r->startPosition(), range->endPosition(), DOWNSTREAM)); in addRange() 419 selection->setSelection(VisibleSelection(r)); in addRange() 426 selection->setSelection(VisibleSelection(range.get())); in addRange() 429 … selection->setSelection(VisibleSelection(range->startPosition(), r->endPosition(), DOWNSTREAM)); in addRange()
|
D | DragController.cpp | 334 m_page->dragCaretController()->setSelection(dragCaret); in tryDocumentDrag() 363 frame->selection()->setSelection(dragCaret); in setSelectionToDragCaret() 366 frame->selection()->setSelection(dragCaret); in setSelectionToDragCaret() 631 src->selection()->setSelection(VisibleSelection(range.get(), DOWNSTREAM)); in prepareClipboardForImageDrag() 744 src->selection()->setSelection(VisibleSelection::selectionFromContentsOfNode(node)); in startDrag() 854 m_page->dragCaretController()->setSelection(dragCaret); in placeDragCaret()
|
D | FocusController.cpp | 302 frame->selection()->setSelection(newSelection); in advanceFocusInDocumentOrder()
|
/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/llvm/include/llvm/CodeGen/PBQP/ |
D | Solution.h | 77 void setSelection(Graph::NodeItr nItr, unsigned selection) { in setSelection() function
|
D | HeuristicSolver.h | 208 s.setSelection(nItr, selection); in setSolution()
|
/external/webkit/Source/WebCore/page/chromium/ |
D | EventHandlerChromium.cpp | 67 m_frame->selection()->setSelection(newSelection); in passMousePressEventToSubframe()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ContextMenuClientImpl.cpp | 133 selectedFrame->selection()->setSelection(VisibleSelection(pos)); in selectMisspelledWord() 136 selectedFrame->selection()->setSelection(VisibleSelection(pos)); in selectMisspelledWord()
|
D | WebFrameImpl.cpp | 1318 frame->selection()->setSelection(selection, granularity); in selectWordAroundPosition() 1338 frame()->selection()->setSelection(selection, CharacterGranularity, in selectRange() 1488 frame()->selection()->setSelection(selection); in find() 2131 frame()->selection()->setSelection(m_activeMatch.get()); in setFindEndstateFocusAndSelection()
|
/external/skia/include/views/ |
D | SkWidget.h | 365 void setSelection(int); 437 void setSelection(int);
|
D | SkWidgetViews.h | 233 void setSelection(int);
|
/external/webkit/Source/WebKit/android/nav/ |
D | CachedRoot.h | 107 void setSelection(int start, int end) { mSelectionStart = start; mSelectionEnd = end; } in setSelection() function
|
/external/webkit/Source/WebCore/svg/ |
D | SVGTextContentElement.cpp | 179 controller->setSelection(VisibleSelection(start, end)); in selectSubString()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderView.h | 76 …void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepai…
|
D | RenderView.cpp | 408 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, Sel… in setSelection() function in WebCore::RenderView 578 setSelection(0, -1, 0, -1, RepaintNewMinusOld); in clearSelection()
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_win.h | 283 STDMETHODIMP setSelection(LONG selection_index, in setSelection() function
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 364 void setSelection(int start, int end);
|