Searched refs:sibling_text (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DFormManagerAndroid.cpp138 string16 sibling_text = FindChildTextInner(node->nextSibling(), depth-1); local
139 if (!sibling_text.empty())
140 element_text = element_text + sibling_text;

Completed in 55 milliseconds