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

/external/chromium_org/content/renderer/
H A Ddom_serializer_browsertest.cc491 WebNode text_node = body_ele.firstChild(); local
492 ASSERT_TRUE(text_node.isTextNode());
493 ASSERT_TRUE(std::string(text_node.createMarkup().utf8()) ==
742 WebNode text_node = body_element.firstChild(); local
743 ASSERT_TRUE(text_node.isTextNode());
744 WebString text_node_contents = text_node.nodeValue();

Completed in 409 milliseconds