Searched defs:text_nodes (Results 1 - 1 of 1) sorted by path

/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc171 base::ListValue* text_nodes = new base::ListValue(); local
175 text_nodes->Append(CreateURLNode(text_utf8, url));
177 text_nodes->Append(CreateURLNode(text_utf8, targets[0].url));
210 text_nodes->Append(CreateTextNode(before_text));
212 text_nodes->Append(CreateURLNode(link_text, targets[i].url));
218 text_nodes->Append(CreateTextNode(before_text));
220 text_nodes->Append(CreateTextNode(text_utf8));
223 node->Set(kTextBoxNodes, text_nodes); // Takes ownership of |text_nodes|.

Completed in 199 milliseconds