Searched refs:bgColor (Results 1 - 25 of 44) sorted by relevance

12

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLBodyElement03.js78 The bgColor attribute specifies the document background color.
80 Retrieve the bgColor attribute and examine its value.
102 vbgcolor = testNode.bgColor;
H A DHTMLTableElement11.js78 The bgColor attribute specifies cell background color.
80 Retrieve the bgColor attribute of the first TABLE element and examine
103 vbgcolor = testNode.bgColor;
H A Dtable35.js101 vbgcolor = testNode.bgColor;
H A DHTMLTableCellElement09.js78 The bgColor attribute specifies the cells background color for
81 Retrieve the bgColor attribute from the second TH element and examine
104 vbgcolor = testNode.bgColor;
H A DHTMLTableCellElement10.js78 The bgColor attribute specifies the cells background color for table
81 Retrieve the bgColor attribute from the second TD element and examine
104 vbgcolor = testNode.bgColor;
H A DHTMLTableRowElement07.js78 The bgColor attribute specifies the background color of rows.
80 Retrieve the bgColor attribute of the second TR element and examine
103 vbgcolor = testNode.bgColor;
H A Dtable22.js79 The value of attribute bgColor of the tablecell element is read and checked against the expected value.
101 vbgcolor = testNode.bgColor;
H A Dtable43.js101 vbgcolor = testNode.bgColor;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLBodyElement03.js78 The bgColor attribute specifies the document background color.
80 Retrieve the bgColor attribute and examine its value.
102 vbgcolor = testNode.bgColor;
H A DHTMLTableElement11.js78 The bgColor attribute specifies cell background color.
80 Retrieve the bgColor attribute of the first TABLE element and examine
103 vbgcolor = testNode.bgColor;
H A Dtable35.js101 vbgcolor = testNode.bgColor;
H A DHTMLTableCellElement09.js78 The bgColor attribute specifies the cells background color for
81 Retrieve the bgColor attribute from the second TH element and examine
104 vbgcolor = testNode.bgColor;
H A DHTMLTableCellElement10.js78 The bgColor attribute specifies the cells background color for table
81 Retrieve the bgColor attribute from the second TD element and examine
104 vbgcolor = testNode.bgColor;
H A DHTMLTableRowElement07.js78 The bgColor attribute specifies the background color of rows.
80 Retrieve the bgColor attribute of the second TR element and examine
103 vbgcolor = testNode.bgColor;
H A Dtable22.js79 The value of attribute bgColor of the tablecell element is read and checked against the expected value.
101 vbgcolor = testNode.bgColor;
H A Dtable43.js101 vbgcolor = testNode.bgColor;
/external/skia/src/effects/
H A DSkBlendImageFilter.cpp270 const char* bgColor = "bgColor"; local
277 code->appendf("\t\tvec4 %s = ", bgColor);
281 code->appendf("\t\t%s.a = 1.0 - (1.0 - %s.a) * (1.0 - %s.b);\n", outputColor, bgColor, fgColor);
284 code->appendf("\t\t%s.rgb = (1.0 - %s.a) * %s.rgb + %s.rgb;\n", outputColor, fgColor, bgColor, fgColor);
287 code->appendf("\t\t%s.rgb = (1.0 - %s.a) * %s.rgb + (1.0 - %s.a) * %s.rgb + %s.rgb * %s.rgb;\n", outputColor, fgColor, bgColor, bgColor, fgColor, fgColor, bgColor);
290 code->appendf("\t\t%s.rgb = %s.rgb + %s.rgb - %s.rgb * %s.rgb;\n", outputColor, bgColor, fgColor, fgColor, bgColor);
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLMarqueeElement.idl27 attribute [Reflect] DOMString bgColor;
H A DHTMLTableCellElement.idl28 attribute [Reflect] DOMString bgColor;
H A DHTMLTableRowElement.idl28 attribute [Reflect] DOMString bgColor;
H A DHTMLBodyElement.idl26 attribute [Reflect] DOMString bgColor;
H A DHTMLDocument.idl57 attribute [ConvertNullToNullString] DOMString bgColor;
/external/skia/tests/
H A DDrawTextTest.cpp19 static const SkColor bgColor = SK_ColorWHITE; variable
27 canvas->drawColor(bgColor);
31 implies that everything outside is "bgColor".
33 ref is "bgColor".
55 refColor = bgColor;
H A DFontHostStreamTest.cpp22 static const SkColor bgColor = SK_ColorWHITE; variable
30 canvas->drawColor(bgColor);
34 implies that everything outside is "bgColor".
36 ref is "bgColor".
58 refColor = bgColor;
H A DBlurTest.cpp20 static const SkColor bgColor = SK_ColorWHITE; variable
29 canvas->drawColor(bgColor);
58 implies that everything outside is "bgColor".
60 ref is "bgColor".
82 refColor = bgColor;

Completed in 768 milliseconds

12