HomeSort by relevance Sort by last modified time
    Searched refs:backgroundColor (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositionUnderline.h 39 , backgroundColor(Color::transparent) { }
46 , backgroundColor(bc) { }
52 Color backgroundColor;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CachedUAStyle.h 43 StyleColor backgroundColor;
50 , backgroundColor(style->backgroundColor())
  /external/chromium_org/ui/message_center/cocoa/
opaque_views.h 20 - (NSColor*)backgroundColor;
21 - (void)setBackgroundColor:(NSColor*)backgroundColor;
33 - (id)initWithFrame:(NSRect)frameRect backgroundColor:(NSColor*)color;
  /external/chromium_org/third_party/WebKit/public/web/
WebCompositionUnderline.h 46 , backgroundColor(0) { }
53 , backgroundColor(bc) { }
66 WebColor backgroundColor;
  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 36 private final Color backgroundColor;
79 * @param backgroundColor the background color that is used for the buffer.
89 Color backgroundColor,
97 this.backgroundColor = backgroundColor;
113 if (backgroundColor != null)
122 bufferGraphics.setColor(backgroundColor);
  /frameworks/base/core/java/android/text/style/
SuggestionRangeSpan.java 57 public void setBackgroundColor(int backgroundColor) {
58 mBackgroundColor = backgroundColor;
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxDecorationData.h 21 Color backgroundColor;
BoxDecorationData.cpp 16 backgroundColor = style.visitedDependentColor(CSSPropertyBackgroundColor);
17 hasBackground = backgroundColor.alpha() || style.hasBackgroundImage();
  /external/chromium_org/third_party/WebKit/Source/web/
CompositionUnderlineBuilder.h 48 Color(u.backgroundColor)) { }
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementLayout.java 35 public void setBackgroundColor(String backgroundColor)
  /external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_view.h 65 - (NSColor*)backgroundColor;
66 - (void)setBackgroundColor:(NSColor*)backgroundColor;
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 93 WebColor backgroundColor;
100 WebColor backgroundColor;
109 WebColor backgroundColor;
WebThemeEngine.h 131 WebColor backgroundColor;
138 WebColor backgroundColor;
148 WebColor backgroundColor;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
tree.css.js 32 * @param {string} backgroundColor Background color.
35 function prepareTriangle(name, backgroundColor, strokeColor) {
41 ctx.fillStyle = backgroundColor;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_base_view_cocoa.h 21 - (NSColor*)backgroundColor;
  /external/chromium_org/content/common/
content_param_traits_macros.h 37 IPC_STRUCT_TRAITS_MEMBER(backgroundColor)
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/
popup.js 8 {code:"document.body.style.backgroundColor='" + e.target.id + "'"});
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
example.js 7 common.naclModule.style.backgroundColor = 'gray';
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRootLayoutElementImpl.java 28 private static final String BACKGROUND_COLOR_ATTRIBUTE_NAME = "backgroundColor";
53 public void setBackgroundColor(String backgroundColor) throws DOMException {
54 this.setAttribute(BACKGROUND_COLOR_ATTRIBUTE_NAME, backgroundColor);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategoryPageIndicatorView.java 41 public void setColors(final int foregroundColor, final int backgroundColor) {
43 setBackgroundColor(backgroundColor);
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 304 public final int backgroundColor;
342 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor,
345 mHasBackgroundColor = backgroundColor != COLOR_UNSPECIFIED;
353 this.backgroundColor = mHasBackgroundColor ? backgroundColor : Color.BLACK;
374 overlay.backgroundColor : backgroundColor;
452 final int backgroundColor = Secure.getInt(
453 cr, Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, defStyle.backgroundColor);
466 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuStyle.h 53 const Color& backgroundColor() const { return m_backgroundColor; }
  /frameworks/support/v7/cardview/base/android/support/v7/widget/
CardViewImpl.java 23 void initialize(CardViewDelegate cardView, Context context, int backgroundColor, float radius,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java 42 int backgroundColor = a.getColor(
53 setBackgroundColor(backgroundColor);
ViewPagerTabStrip.java 48 int backgroundColor = res.getColor(R.color.actionbar_background_color);
53 setBackgroundColor(backgroundColor);

Completed in 578 milliseconds

1 2 3 4 5 6 7 8