Searched refs:node_text (Results 1 – 1 of 1) sorted by relevance
129 string16 node_text = WTFStringToString16(node->nodeValue()); in FindChildTextInner() local130 TrimWhitespace(node_text, TRIM_ALL, &node_text); in FindChildTextInner()131 if (!node_text.empty()) in FindChildTextInner()132 element_text = node_text; in FindChildTextInner()