HomeSort by relevance Sort by last modified time
    Searched full:setbackgroundcolor (Results 101 - 125 of 172) sorted by null

1 2 3 45 6 7

  /external/chromium/chrome/browser/ui/views/
about_chrome_view.cc 220 version_label_->SetBackgroundColor(SK_ColorWHITE);
230 os_version_label_->SetBackgroundColor(SK_ColorWHITE);
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 228 @method setBackgroundColor:
234 - (void)setBackgroundColor:(NSColor *)backgroundColor;
WebFrame.mm 370 [[[webFrame frameView] _scrollView] setBackgroundColor:backgroundColor];
374 if ([documentView respondsToSelector:@selector(setBackgroundColor:)])
375 [documentView setBackgroundColor:backgroundColor];
    [all...]
WebVideoFullscreenHUDWindowController.mm 89 [self setBackgroundColor:[NSColor clearColor]];
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailDisplayUtils.java 506 // performance (i.e. use setBackgroundColor() instead of setAlpha())
507 view.setBackgroundColor((int) (alpha * 255) << 24);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 595 colorBar.setBackgroundColor(Utils.getDisplayColorFromColor(cursor
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 267 setBackgroundColor(ss.mBackgroundColor);
711 public void setBackgroundColor(int color) {
713 super.setBackgroundColor(color);
717 mManager.setBackgroundColor(color);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 775 method = "setBackgroundColor",
811 mWebView.setBackgroundColor(Color.CYAN);
908 mWebView.setBackgroundColor(Color.CYAN);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 271 void SetBackgroundColor();
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 440 url_tf_.SetBackgroundColor(kErrorColor);
  /external/webkit/Source/WebCore/css/
CSSStyleApplyProperty.cpp 361 setPropertyValue(CSSPropertyBackgroundColor, new ApplyPropertyColorBase(&RenderStyle::backgroundColor, 0, &RenderStyle::setBackgroundColor));
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp 233 void GraphicsLayer::setBackgroundColor(const Color& color)
GraphicsLayer.h 270 virtual void setBackgroundColor(const Color&);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 486 void PlatformCALayer::setBackgroundColor(const Color& value)
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 103 layer->setBackgroundColor(color);
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 473 tv.setBackgroundColor(Color.argb(127, 0, 0, 0));