Home
last modified time | relevance | path

Searched refs:momentarilyRevealLastTypedCharacter (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertIntoTextNodeCommand.cpp60 renderText->momentarilyRevealLastTypedCharacter(m_offset + m_text.length() - 1); in doApply()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.h136 void momentarilyRevealLastTypedCharacter(unsigned lastTypedCharacterOffset);
DRenderText.cpp1853 void RenderText::momentarilyRevealLastTypedCharacter(unsigned lastTypedCharacterOffset) in momentarilyRevealLastTypedCharacter() function in blink::RenderText