Searched refs:style2 (Results 1 – 5 of 5) sorted by relevance
49 const RenderStyle& style2 = *it2->style(); in operator ==() local50 if (style1 != style2) in operator ==()
844 function set_line_style($style1, $style2 = '', $preserve_defaults = false) { argument846 if (is_bool($style2)) {847 $preserve_defaults = $style2;848 $style2 = '';854 $this->line_style2 = $style2;857 $this->line_style2 .= $style2;
526 $geshi->set_line_style($style1, $style2);528 $style1 is the style of the line numbers by default, and $style2 is the style of the fancy line num…
11554 … * tests/qwebelement/resources/style2.css: Renamed from WebKit/qt/tests/qwebelement/style2.css.
18546 Updated editing/execCommand/indent-with-style2.html to cover this case too.24468 Test: editing/execCommand/indent-with-style2.html