Lines Matching defs:table
383 // Helper function to create an Html table header for a Network.
418 // Helper function to create an Html table row for a Network.
478 output.append("<h3>Ethernet:</h3><table border=1>");
487 output.append("</tabletable border=1>");
498 output.append("</table><h3>Cellular Networks:</h3><table border=1>");
510 output.append("</table><h3>Virtual Networks:</h3><table border=1>");
523 "</table><h3>Remembered Wi-Fi Networks:</h3><table border=1>");
535 output.append("</table></body></html>");
606 data.append("<table width=\"100%\">\n");
617 data.append("</table>\n");
686 base::StatsTable* table = base::StatsTable::current();
687 if (!table)
705 for (int index = 1; index <= table->GetMaxCounters(); index++) {
707 std::string full_name = table->GetRowName(index);
743 int new_value = table->GetRowValue(index);
760 int time = table->GetRowValue(index);
877 data.append("<table>");
890 data.append("</table>");