HomeSort by relevance Sort by last modified time
    Searched refs:bgColor (Results 26 - 50 of 53) sorted by null

12 3

  /external/webkit/LayoutTests/dom/html/level2/html/
table22.js 79 The value of attribute bgColor of the tablecell element is read and checked against the expected value.
101 vbgcolor = testNode.bgColor;
table35.js 79 The value of attribute bgcolor of the table element is read and checked against the expected value.
101 vbgcolor = testNode.bgColor;
table43.js 79 The value of attribute bgcolor of the tablerow element is read and checked against the expected value.
101 vbgcolor = testNode.bgColor;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
table22.js 79 The value of attribute bgColor of the tablecell element is read and checked against the expected value.
101 vbgcolor = testNode.bgColor;
table35.js 79 The value of attribute bgcolor of the table element is read and checked against the expected value.
101 vbgcolor = testNode.bgColor;
table43.js 79 The value of attribute bgcolor of the tablerow element is read and checked against the expected value.
101 vbgcolor = testNode.bgColor;
  /external/webkit/Source/WebCore/html/
HTMLDocument.h 58 String bgColor();
HTMLDocument.cpp 160 String HTMLDocument::bgColor()
167 return bodyElement->bgColor();
HTMLBodyElement.cpp 226 String HTMLBodyElement::bgColor() const
  /external/skia/src/images/
SkMovie_gif.cpp 392 SkColor bgColor = SkPackARGB32(0, 0, 0, 0);
395 bgColor = SkColorSetARGB(0xFF, col.Red, col.Green, col.Blue);
407 paintingColor = bgColor;
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 282 String bgColor = layouts.getBackgroundColor();
283 if (!TextUtils.isEmpty(bgColor)) {
284 rootLayoutElement.setBackgroundColor(bgColor);
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 589 Color bgColor = color;
600 // Note that we can't reuse this variable below because the bgColor might be changed
601 bool shouldPaintBackgroundColor = !bgLayer->next() && bgColor.isValid() && bgColor.alpha() > 0;
603 bgColor = Color::white;
608 bool colorVisible = bgColor.isValid() && bgColor.alpha() > 0;
621 context->fillRoundedRect(border, bgColor, style()->colorSpace());
623 context->fillRect(borderRect, bgColor, style()->colorSpace());
706 if (!bgLayer->next() && !(bgColor.isValid() && bgColor.alpha() == 255) && view()->frameView())
    [all...]
RenderTable.h 85 const Color bgColor() const { return style()->visitedDependentColor(CSSPropertyBackgroundColor); }
RenderThemeWinCE.cpp 465 Color bgColor(GetRValue(colorMenu), GetGValue(colorMenu), GetBValue(colorMenu), 255);
467 if (bgColor == textColor)
468 textColor.setRGB((~bgColor.rgb()) | 0xFF000000);
471 style->setBackgroundColor(bgColor);
RenderBox.cpp 800 Color bgColor = style()->visitedDependentColor(CSSPropertyBackgroundColor);
811 bgColor = bodyObject->style()->visitedDependentColor(CSSPropertyBackgroundColor);
817 paintFillLayers(paintInfo, bgColor, bgLayer, view()->docLeft(), view()->docTop(), view()->docWidth(), view()->docHeight(), CompositeSourceOver, bodyObject);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 193 var bgColor = (nextEventMin < 60) ? this.RED : this.BLUE;
195 chrome.browserAction.setBadgeBackgroundColor({color: bgColor});
  /frameworks/base/core/java/android/text/
TextLine.java 742 if (needWidth || (c != null && (wp.bgColor != 0 || wp.underlineColor != 0 || runIsRtl))) {
760 if (wp.bgColor != 0) {
764 wp.setColor(wp.bgColor);
    [all...]
Layout.java 145 // baselineShift and bgColor. We probably should reevaluate bgColor.
147 paint.bgColor = 0;
    [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 408 @property(copy) NSString *bgColor;
458 @property(copy) NSString *bgColor AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 529 PictureSet* draw(SkCanvas* canvas, SkColor bgColor, int extras, bool split)
533 canvas->drawColor(bgColor);
542 canvas->drawColor(bgColor);
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1983 milliseconds

12 3