HomeSort by relevance Sort by last modified time
    Searched refs:CreateTextNode (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 65 HRESULT CreateTextNode(winxml::Dom::IXmlDocument* xml_doc,
77 hr = xml_doc->CreateTextNode(data_hstring.Get(), &xml_text_node);
166 hr = CreateTextNode(toast_xml.Get(), 0, notification.title);
169 hr = CreateTextNode(toast_xml.Get(), 1, notification.body);
  /external/chromium_org/pdf/pdfium/
pdfium_page.h 112 base::Value* CreateTextNode(std::string text);
pdfium_page.cc 210 text_nodes->Append(CreateTextNode(before_text));
218 text_nodes->Append(CreateTextNode(before_text));
220 text_nodes->Append(CreateTextNode(text_utf8));
227 base::Value* PDFiumPage::CreateTextNode(std::string text) {

Completed in 1578 milliseconds