CreateTextNode     77 win8/metro_driver/toast_notification_handler.cc   hr = xml_doc->CreateTextNode(data_hstring.Get(), &xml_text_node);
CreateTextNode    166 win8/metro_driver/toast_notification_handler.cc   hr = CreateTextNode(toast_xml.Get(), 0, notification.title);
CreateTextNode    169 win8/metro_driver/toast_notification_handler.cc   hr = CreateTextNode(toast_xml.Get(), 1, notification.body);