Searched refs:setWithoutValidation (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | FrameSelection.cpp | 347 m_selection.setWithoutValidation(start, end); in respondToNodeModification() 349 m_selection.setWithoutValidation(end, start); in respondToNodeModification() 360 m_selection.setWithoutValidation(m_selection.start(), m_selection.end()); in respondToNodeModification() 362 m_selection.setWithoutValidation(m_selection.end(), m_selection.start()); in respondToNodeModification() 472 newSelection.setWithoutValidation(start, end); in updateSelectionIfNeeded() 474 newSelection.setWithoutValidation(end, start); in updateSelectionIfNeeded() 1574 selection.setWithoutValidation(m_selection.start(), endPosition); in updateAppearance() 1864 newSelection.setWithoutValidation(base, base); in validateSelection() 1866 newSelection.setWithoutValidation(extent, extent); in validateSelection()
|
D | TypingCommand.cpp | 477 …selectionToDelete.setWithoutValidation(selectionToDelete.end(), selectionToDelete.end().previous(B… in deleteKeyPressed() 486 … selectionAfterUndo.setWithoutValidation(startingSelection().end(), selectionToDelete.extent()); in deleteKeyPressed() 577 selectionAfterUndo.setWithoutValidation(startingSelection().start(), extent); in forwardDeleteKeyPressed()
|
D | FrameSelectionTest.cpp | 89 invalidSelection.setWithoutValidation(Position(anotherText, 0), Position(anotherText, 5)); in TEST_F()
|
D | VisibleSelection.h | 118 void setWithoutValidation(const Position&, const Position&);
|
D | InsertTextCommand.cpp | 74 forcedEndingSelection.setWithoutValidation(startPosition, endPosition); in setEndingSelectionWithoutValidation()
|
D | InputMethodController.cpp | 105 selection.setWithoutValidation(range->startPosition(), range->endPosition()); in selectComposition()
|
D | SpellChecker.cpp | 783 …newAdjacentWords.setWithoutValidation(HTMLTextFormControlElement::startOfWord(newStart), HTMLTextF… in respondToChangedSelection() 785 …newSelectedSentence.setWithoutValidation(HTMLTextFormControlElement::startOfSentence(newStart), HT… in respondToChangedSelection()
|
D | VisibleSelection.cpp | 526 void VisibleSelection::setWithoutValidation(const Position& base, const Position& extent) in setWithoutValidation() function in blink::VisibleSelection
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTextFormControlElement.cpp | 381 newSelection.setWithoutValidation(endPosition, startPosition); in setSelectionRange() 383 newSelection.setWithoutValidation(startPosition, endPosition); in setSelectionRange()
|