Home
last modified time | relevance | path

Searched defs:selectionForInsertion (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextInsertionBaseCommand.cpp43 … frame, PassRefPtr<TextInsertionBaseCommand> command, const VisibleSelection& selectionForInsertio… in applyTextInsertionCommand()
57 …g dispatchBeforeTextInsertedEvent(const String& text, const VisibleSelection& selectionForInsertio… in dispatchBeforeTextInsertedEvent()
DTypingCommand.cpp168 …d::insertText(Document& document, const String& text, const VisibleSelection& selectionForInsertio… in insertText()