Searched defs:newSelection (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/chrome/browser/resources/uber/ |
D | uber_frame.js | 86 function setSelection(newSelection) { argument
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Editor.cpp | 771 VisibleSelection newSelection(cmd->endingSelection()); in appliedEditing() local 800 VisibleSelection newSelection(cmd->startingSelection()); in unappliedEditing() local 816 VisibleSelection newSelection(cmd->endingSelection()); in reappliedEditing() local 1080 VisibleSelection newSelection(range.get(), DOWNSTREAM); in transpose() local 1109 void Editor::changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::Set… in changeSelectionAfterCommand()
|
D | FrameSelection.cpp | 194 VisibleSelection newSelection = passedNewSelection; in setNonDirectionalSelectionIfNeeded() local 221 void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options… in setSelection() 471 VisibleSelection newSelection; in updateSelectionIfNeeded() local 1005 VisibleSelection newSelection = m_selection; in modify() local 1373 VisibleSelection newSelection(beforeOwnerElement, afterOwnerElement); in selectFrameElementInParentIfFullySelected() local 1413 VisibleSelection newSelection(VisibleSelection::selectionFromContentsOfNode(root.get())); in selectAll() local
|
D | SpellChecker.cpp | 401 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM); in markMisspellingsAfterTypingToWord() local
|
D | htmlediting.cpp | 1020 VisibleSelection newSelection(original); in selectionForParagraphIteration() local
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 412 static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection) in setSelectionIfNeeded() 432 VisibleSelection newSelection(selection); in expandSelectionToRespectUserSelectAll() local 462 VisibleSelection newSelection; in selectClosestWordFromHitTestResult() local 481 VisibleSelection newSelection; in selectClosestMisspellingFromHitTestResult() local 527 VisibleSelection newSelection; in selectClosestWordOrLinkFromMouseEvent() local 564 VisibleSelection newSelection; in handleMousePressEventTripleClick() local 605 VisibleSelection newSelection = m_frame->selection().selection(); in handleMousePressEventSingleClick() local 792 VisibleSelection newSelection = m_frame->selection().selection(); in updateSelectionForMouseDrag() local 865 VisibleSelection newSelection; in handleMouseReleaseEvent() local 3960 VisibleSelection newSelection(visiblePos); in passMousePressEventToSubframe() local
|
D | FocusController.cpp | 402 VisibleSelection newSelection(position, position, DOWNSTREAM); in advanceFocusInDocumentOrder() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTextFormControlElement.cpp | 305 VisibleSelection newSelection; in setSelectionRange() local
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebFrameImpl.cpp | 1345 VisibleSelection newSelection = VisibleSelection(basePosition, extentPosition); in moveRangeSelection() local
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.cpp | 2205 … VisibleSelection newSelection = VisibleSelection(firstPositionInOrBeforeNode(this), DOWNSTREAM); in updateFocusAppearance() local
|