Home
last modified time | relevance | path

Searched defs:newSelection (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/resources/uber/
Duber_frame.js86 function setSelection(newSelection) { argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp771 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()
DFrameSelection.cpp194 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
DSpellChecker.cpp401 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM); in markMisspellingsAfterTypingToWord() local
Dhtmlediting.cpp1020 VisibleSelection newSelection(original); in selectionForParagraphIteration() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp412 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
DFocusController.cpp402 VisibleSelection newSelection(position, position, DOWNSTREAM); in advanceFocusInDocumentOrder() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp305 VisibleSelection newSelection; in setSelectionRange() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.cpp1345 VisibleSelection newSelection = VisibleSelection(basePosition, extentPosition); in moveRangeSelection() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2205 … VisibleSelection newSelection = VisibleSelection(firstPositionInOrBeforeNode(this), DOWNSTREAM); in updateFocusAppearance() local