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

/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc149 mswr::ComPtr<winxml::Dom::IXmlDocument> toast_xml; local
152 &toast_xml);
155 if (!toast_xml)
159 hr = toast_xml->get_DocumentElement(&document_element);
165 hr = CreateTextNode(toast_xml.Get(), 0, notification.title);
168 hr = CreateTextNode(toast_xml.Get(), 1, notification.body);
196 toast_xml.Get(), &notification_);

Completed in 395 milliseconds