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

/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DInspectorServerQt.cpp262 QString indexHtml = QLatin1String("<html><head><title>Remote Web Inspector</title></head><body><ul>\n"); local
266 indexHtml.append(QString::fromLatin1("<li><a href=\"/webkit/inspector/inspector.html?page=%1\">%2</li>\n")
270 indexHtml.append(QLatin1String("</ul></body></html>"));
271 response = indexHtml.toLatin1();

Completed in 49 milliseconds