Searched refs:kTestMsg (Results 1 – 1 of 1) sorted by relevance
15 const char kTestMsg[] = "DisplayTestHandler.Status"; variable77 if (request_str.find(kTestMsg) == 0) { in OnQuery()78 const std::string& status = request_str.substr(sizeof(kTestMsg)); in OnQuery()124 std::string(kTestMsg) + ":" + status + "'});</script></body></html>"; in GetPageContents()