Searched refs:child_text (Results 1 – 2 of 2) sorted by relevance
152 child_text = adaptor.text_of( child )156 :parent_text => parent_text, :child_text => child_text
134 string16 child_text = FindChildTextInner(node->firstChild(), depth-1); in FindChildTextInner() local135 if (!child_text.empty()) in FindChildTextInner()136 element_text = element_text + child_text; in FindChildTextInner()