Home
last modified time | relevance | path

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

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