Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/resources/uber/
Duber_frame.js94 function setSelection(newSelection) { argument
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp192 VisibleSelection newSelection = passedNewSelection; in setNonDirectionalSelectionIfNeeded() local
219 void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options… in setSelection()
472 VisibleSelection newSelection; in updateSelectionIfNeeded() local
1007 VisibleSelection newSelection = m_selection; in modify() local
1364 VisibleSelection newSelection(beforeOwnerElement, afterOwnerElement); in selectFrameElementInParentIfFullySelected() local
1404 VisibleSelection newSelection(VisibleSelection::selectionFromContentsOfNode(root.get())); in selectAll() local
1421 VisibleSelection newSelection(range, affinity, directional == Directional); in setSelectedRange() local
1854 VisibleSelection newSelection; in validateSelection() local
DEditor.cpp690 VisibleSelection newSelection(cmd->endingSelection()); in appliedEditing() local
719 VisibleSelection newSelection(cmd->startingSelection()); in unappliedEditing() local
737 VisibleSelection newSelection(cmd->endingSelection()); in reappliedEditing() local
1065 VisibleSelection newSelection(range.get(), DOWNSTREAM); in transpose() local
1094 void Editor::changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::Set… in changeSelectionAfterCommand()
DApplyBlockElementCommand.cpp77 …VisibleSelection newSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endin… in doApply() local
DSpellChecker.cpp373 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM); in markMisspellingsAfterTypingToWord() local
Dhtmlediting.cpp981 VisibleSelection newSelection(original); in selectionForParagraphIteration() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp324 static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection) in setSelectionIfNeeded()
344 VisibleSelection newSelection(selection); in expandSelectionToRespectUserSelectAll() local
374 VisibleSelection newSelection; in selectClosestWordFromHitTestResult() local
393 VisibleSelection newSelection; in selectClosestMisspellingFromHitTestResult() local
439 VisibleSelection newSelection; in selectClosestWordOrLinkFromMouseEvent() local
480 VisibleSelection newSelection; in handleMousePressEventTripleClick() local
523 VisibleSelection newSelection = m_frame->selection().selection(); in handleMousePressEventSingleClick() local
717 VisibleSelection newSelection = m_frame->selection().selection(); in updateSelectionForMouseDrag() local
790 VisibleSelection newSelection; in handleMouseReleaseEvent() local
3702 VisibleSelection newSelection(visiblePos); in passMousePressEventToSubframe() local
DFocusController.cpp460 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/
DWebLocalFrameImpl.cpp1233 VisibleSelection newSelection = VisibleSelection(basePosition, extentPosition); in moveRangeSelection() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2119 … VisibleSelection newSelection = VisibleSelection(firstPositionInOrBeforeNode(this), DOWNSTREAM); in updateFocusAppearance() local