Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2275 bool shouldLongPressSelectWord = true; in handleGestureLongPress() local
2277 …bool shouldLongPressSelectWord = m_frame->settings() && m_frame->settings()->touchEditingEnabled(); in handleGestureLongPress() local
2279 if (shouldLongPressSelectWord) { in handleGestureLongPress()