Home
last modified time | relevance | path

Searched defs:textInputIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DCachedNode.h181 int textInputIndex() const { return isTextInput() ? mDataIndex : -1; } in textInputIndex() function
DCacheBuilder.cpp1022 int textInputIndex = 0; in BuildFrame() local