Home
last modified time | relevance | path

Searched defs:newSelection (Results 1 – 14 of 14) 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.cpp194 VisibleSelection newSelection = passedNewSelection; in setNonDirectionalSelectionIfNeeded() local
221 void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options… in setSelection()
470 VisibleSelection newSelection; in updateSelectionIfNeeded() local
1008 VisibleSelection newSelection = m_selection; in modify() local
1361 VisibleSelection newSelection(beforeOwnerElement, afterOwnerElement); in selectFrameElementInParentIfFullySelected() local
1401 VisibleSelection newSelection(VisibleSelection::selectionFromContentsOfNode(root.get())); in selectAll() local
1418 VisibleSelection newSelection(range, affinity, directional == Directional); in setSelectedRange() local
1862 VisibleSelection newSelection; in validateSelection() local
DFrameSelectionTest.cpp58 void FrameSelectionTest::setSelection(const VisibleSelection& newSelection) in setSelection()
DEditor.cpp667 VisibleSelection newSelection(cmd->endingSelection()); in appliedEditing() local
696 VisibleSelection newSelection(cmd->startingSelection()); in unappliedEditing() local
714 VisibleSelection newSelection(cmd->endingSelection()); in reappliedEditing() local
1042 VisibleSelection newSelection(range.get(), DOWNSTREAM); in transpose() local
1071 void Editor::changeSelectionAfterCommand(const VisibleSelection& newSelection, FrameSelection::Set… in changeSelectionAfterCommand()
DApplyBlockElementCommand.cpp78 …VisibleSelection newSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endin… in doApply() local
DSpellChecker.cpp416 VisibleSelection newSelection(misspellingRange.get(), DOWNSTREAM); in markMisspellingsAfterTypingToWord() local
780 const VisibleSelection newSelection = frame().selection().selection(); in respondToChangedSelection() local
Dhtmlediting.cpp1077 VisibleSelection newSelection(original); in selectionForParagraphIteration() local
/external/chromium_org/third_party/angle/src/compiler/translator/
DRewriteElseBlocks.cpp137 TIntermSelection *newSelection = new TIntermSelection(conditionSymbolSel, in rewriteSelection() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp321 static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection) in setSelectionIfNeeded()
341 VisibleSelection newSelection(selection); in expandSelectionToRespectUserSelectAll() local
371 VisibleSelection newSelection; in selectClosestWordFromHitTestResult() local
390 VisibleSelection newSelection; in selectClosestMisspellingFromHitTestResult() local
436 VisibleSelection newSelection; in selectClosestWordOrLinkFromMouseEvent() local
477 VisibleSelection newSelection; in handleMousePressEventTripleClick() local
520 VisibleSelection newSelection = m_frame->selection().selection(); in handleMousePressEventSingleClick() local
713 VisibleSelection newSelection = m_frame->selection().selection(); in updateSelectionForMouseDrag() local
786 VisibleSelection newSelection; in handleMouseReleaseEvent() local
3822 VisibleSelection newSelection(visiblePos); in passMousePressEventToSubframe() local
DFocusController.cpp469 VisibleSelection newSelection(position, position, DOWNSTREAM); in advanceFocusInDocumentOrder() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElementTest.cpp217 VisibleSelection newSelection(newPosition, DOWNSTREAM); in TEST_F() local
DHTMLTextFormControlElement.cpp379 VisibleSelection newSelection; in setSelectionRange() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp1175 VisibleSelection newSelection = VisibleSelection(basePosition, extentPosition); in moveRangeSelection() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2072 … VisibleSelection newSelection = VisibleSelection(firstPositionInOrBeforeNode(this), DOWNSTREAM); in updateFocusAppearance() local