Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DTextEvent.cpp61 , m_shouldSmartReplace(false) in TextEvent()
71 , m_shouldSmartReplace(false) in TextEvent()
82 , m_shouldSmartReplace(shouldSmartReplace) in TextEvent()
DTextEvent.h59 bool shouldSmartReplace() const { return m_shouldSmartReplace; } in shouldSmartReplace()
75 bool m_shouldSmartReplace; variable