Searched defs:CreateURLNode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc175 text_nodes->Append(CreateURLNode(text_utf8, url));
177 text_nodes->Append(CreateURLNode(text_utf8, targets[0].url));
212 text_nodes->Append(CreateURLNode(link_text, targets[i].url));
234 base::Value* PDFiumPage::CreateURLNode(std::string text, std::string url) { function in class:chrome_pdf::PDFiumPage

Completed in 91 milliseconds