Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCachedNode.h185 bool wantsKeyEvents() const { return isTextInput() || isPlugin() in wantsKeyEvents() function
DCachedFrame.cpp825 && !test->wantsKeyEvents()) { in framePartCommon()
1267 if (inNavTop <= 0 && inNavBottom <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setDownDirection()
1307 if (inNavLeft <= 0 && inNavRight <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setLeftDirection()
1347 if (inNavLeft <= 0 && inNavRight <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setRightDirection()
1387 if (inNavTop <= 0 && inNavBottom <= 0 && subsumes && !mNode->wantsKeyEvents()) { in setUpDirection()
DWebView.cpp914 return focus->wantsKeyEvents(); in cursorWantsKeyEvents()
984 bool stopPaintingCaret = clearTextEntry && cachedNode->wantsKeyEvents(); in moveCursor()
1779 if (cursor && cursor->wantsKeyEvents()) in getFocusCandidate()
1820 if (!cursor || !cursor->wantsKeyEvents()) in getInputCandidate()
2038 if (!cursor || !cursor->wantsKeyEvents()) in nativeFocusCandidateFramePointer()
DCachedRoot.cpp1227 if (node && node->wantsKeyEvents()) { in getBlockLeftEdge()