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

/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc150 mswr::ComPtr<winxml::Dom::IXmlDocument> toast_xml; local
153 &toast_xml);
156 if (!toast_xml)
160 hr = toast_xml->get_DocumentElement(&document_element);
166 hr = CreateTextNode(toast_xml.Get(), 0, notification.title);
169 hr = CreateTextNode(toast_xml.Get(), 1, notification.body);
197 toast_xml.Get(), &notification_);

Completed in 135 milliseconds