Searched defs:newSelection (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/resources/uber/ |
D | uber_frame.js | 94 function setSelection(newSelection) { argument
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | FrameSelection.cpp | 192 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
|
D | Editor.cpp | 690 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()
|
D | ApplyBlockElementCommand.cpp | 77 …VisibleSelection newSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endin… in doApply() local
|
D | SpellChecker.cpp | 373 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM); in markMisspellingsAfterTypingToWord() local
|
D | htmlediting.cpp | 981 VisibleSelection newSelection(original); in selectionForParagraphIteration() local
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 324 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
|
D | FocusController.cpp | 460 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 | WebLocalFrameImpl.cpp | 1233 VisibleSelection newSelection = VisibleSelection(basePosition, extentPosition); in moveRangeSelection() local
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.cpp | 2119 … VisibleSelection newSelection = VisibleSelection(firstPositionInOrBeforeNode(this), DOWNSTREAM); in updateFocusAppearance() local
|