Searched refs:new_style (Results 1 – 3 of 3) sorted by relevance
67 void set_style(const diag::Style& new_style) { in set_style()68 if (style.color != new_style.color || style.bold != new_style.bold) { in set_style()70 style = new_style; in set_style()
68 int new_style; variable969 new_style = str_equal(q, "new"); in load_config()1579 if (new_style) { in run_test()1966 new_style++; in main()
4168 const ComputedStyle& new_style = StyleRef();4171 - bool is_inert = new_style.IsInert();4180 if (new_style.Visibility() != EVisibility::kVisible) {