Searched refs:kHtml (Results 1 – 11 of 11) sorted by relevance
139 enum class TraceOutputFormat { kNone, kTerminal, kHtml }; enumerator167 case TraceOutputFormat::kHtml: in ColorSectionStart()192 case TraceOutputFormat::kHtml: in ColorSectionEnd()204 return TraceOutputFormat::kHtml; in GetOutputFormat()244 if (output_format == TraceOutputFormat::kHtml) { in EscapeText()277 if (output_format == TraceOutputFormat::kHtml) { in Print()281 if (output_format == TraceOutputFormat::kHtml) { in Print()288 if (output_format == TraceOutputFormat::kHtml) { in Print()
51 kHtml, enumerator
270 render_graph(RenderedGraphFormat::kHtml), opts)); in DumpHloModuleImpl()
1696 case RenderedGraphFormat::kHtml: in WrapDotInFormat()
172 .WillOnce(Return(mime::text::kHtml)); in TEST_F()173 EXPECT_EQ(mime::text::kHtml, resp->GetContentType()); in TEST_F()
53 brillo::mime::text::kHtml); in FinishRequest()
295 {response_header::kContentType, mime::text::kHtml}, in TEST_F()316 EXPECT_EQ(mime::text::kHtml, in TEST_F()
442 EXPECT_EQ(brillo::mime::text::kHtml, response->GetContentType()); in TEST()
47 BRILLO_EXPORT extern const char kHtml[]; // text/html
33 const char mime::text::kHtml[] = "text/html"; member in brillo::mime::text
461 StatusOr<string> html_result = renderer(RenderedGraphFormat::kHtml); in RenderAndDisplayGraph()