Home
last modified time | relevance | path

Searched refs:isTypingAction (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h122 … bool deleteWithDirection(SelectionDirection, TextGranularity, bool killRing, bool isTypingAction);
DEditor.cpp289 …tion(SelectionDirection direction, TextGranularity granularity, bool killRing, bool isTypingAction) in deleteWithDirection() argument
295 if (isTypingAction) { in deleteWithDirection()