Home
last modified time | relevance | path

Searched refs:new_style (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/diagnostic/
Dformatter.cc67 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()
/third_party/quickjs/
Drun-test262.c68 int new_style; variable
969 new_style = str_equal(q, "new"); in load_config()
1579 if (new_style) { in run_test()
1966 new_style++; in main()
/third_party/chromium/patch/
D0001-cve.patch4168 const ComputedStyle& new_style = StyleRef();
4171 - bool is_inert = new_style.IsInert();
4180 if (new_style.Visibility() != EVisibility::kVisible) {