Home
last modified time | relevance | path

Searched refs:style2 (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DKeyframeList.cpp49 const RenderStyle& style2 = *it2->style(); in operator ==() local
50 if (style1 != style2) in operator ==()
/external/libvpx/examples/includes/geshi/
Dgeshi.php844 function set_line_style($style1, $style2 = '', $preserve_defaults = false) { argument
846 if (is_bool($style2)) {
847 $preserve_defaults = $style2;
848 $style2 = '';
854 $this->line_style2 = $style2;
857 $this->line_style2 .= $style2;
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt526 $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…
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1611554 … * tests/qwebelement/resources/style2.css: Renamed from WebKit/qt/tests/qwebelement/style2.css.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2918546 Updated editing/execCommand/indent-with-style2.html to cover this case too.
24468 Test: editing/execCommand/indent-with-style2.html