Searched refs:backgroundColor (Results 1 - 25 of 99) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositionUnderline.h39 , backgroundColor(Color::transparent) { }
46 , backgroundColor(bc) { }
52 Color backgroundColor; member in struct:blink::CompositionUnderline
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DCachedUAStyle.h43 StyleColor backgroundColor; member in class:blink::CachedUAStyle
50 , backgroundColor(style->backgroundColor())
/external/chromium_org/ui/message_center/cocoa/
H A Dopaque_views.h20 - (NSColor*)backgroundColor;
21 - (void)setBackgroundColor:(NSColor*)backgroundColor;
33 - (id)initWithFrame:(NSRect)frameRect backgroundColor:(NSColor*)color;
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dexample.js7 common.naclModule.style.backgroundColor = 'gray';
/external/chromium_org/third_party/WebKit/public/web/
H A DWebCompositionUnderline.h46 , backgroundColor(0) { }
53 , backgroundColor(bc) { }
66 WebColor backgroundColor; member in struct:blink::WebCompositionUnderline
/external/proguard/src/proguard/gui/splash/
H A DBufferedSprite.java36 private final Color backgroundColor; field in class:BufferedSprite
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);
86 BufferedSprite(int bufferX, int bufferY, Image bufferImage, Color backgroundColor, Sprite sprite, VariableInt x, VariableInt y) argument
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dtree.css.js32 * @param {string} backgroundColor Background color.
35 function prepareTriangle(name, backgroundColor, strokeColor) {
41 ctx.fillStyle = backgroundColor;
/external/chromium_org/third_party/WebKit/Source/web/
H A DCompositionUnderlineBuilder.h48 Color(u.backgroundColor)) { }
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dinfo_bubble_view.h65 - (NSColor*)backgroundColor;
66 - (void)setBackgroundColor:(NSColor*)backgroundColor;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-3252443.js32 document.getElementById(p1+''+p0).style.backgroundColor = "";
38 document.getElementById(p1+''+i).style.backgroundColor = "";
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxDecorationData.h21 Color backgroundColor; member in class:blink::BoxDecorationData
H A DBoxDecorationData.cpp16 backgroundColor = style.visitedDependentColor(CSSPropertyBackgroundColor);
17 hasBackground = backgroundColor.alpha() || style.hasBackgroundImage();
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h93 WebColor backgroundColor; member in struct:blink::WebFallbackThemeEngine::ButtonExtraParams
100 WebColor backgroundColor; member in struct:blink::WebFallbackThemeEngine::TextFieldExtraParams
109 WebColor backgroundColor; member in struct:blink::WebFallbackThemeEngine::MenuListExtraParams
H A DWebThemeEngine.h131 WebColor backgroundColor; member in struct:blink::WebThemeEngine::ButtonExtraParams
138 WebColor backgroundColor; member in struct:blink::WebThemeEngine::TextFieldExtraParams
148 WebColor backgroundColor; member in struct:blink::WebThemeEngine::MenuListExtraParams
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_popup_base_view_cocoa.h21 - (NSColor*)backgroundColor;
/external/chromium_org/content/common/
H A Dcontent_param_traits_macros.h37 IPC_STRUCT_TRAITS_MEMBER(backgroundColor)
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DPluginPlaceholderElement.js17 this.style.backgroundColor = 'gray';
/external/deqp/framework/platform/ios/
H A DtcuIOSAppDelegate.m45 self.window.backgroundColor = [UIColor whiteColor];
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.cpp309 extraParams.button.backgroundColor = useMockTheme() ? 0xffc0c0c0 : defaultButtonBackgroundColor;
311 extraParams.button.backgroundColor = o->resolveColor(CSSPropertyBackgroundColor).rgb();
332 Color backgroundColor = o->resolveColor(CSSPropertyBackgroundColor); local
333 extraParams.textField.backgroundColor = backgroundColor.rgb();
354 Color backgroundColor(Color::transparent);
356 backgroundColor = o->resolveColor(CSSPropertyBackgroundColor);
357 extraParams.menuList.backgroundColor = backgroundColor.rgb();
364 extraParams.menuList.fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor
[all...]
H A DRenderMenuList.cpp536 Color backgroundColor; local
538 backgroundColor = resolveColor(element->renderStyle(), CSSPropertyBackgroundColor);
539 itemHasCustomBackgroundColor = backgroundColor.alpha();
541 if (!backgroundColor.hasAlpha()) {
542 itemBackgroundColor = backgroundColor;
547 backgroundColor = resolveColor(CSSPropertyBackgroundColor).blend(backgroundColor);
548 if (!backgroundColor.hasAlpha()) {
549 itemBackgroundColor = backgroundColor;
554 itemBackgroundColor = Color(Color::white).blend(backgroundColor);
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPopupMenuStyle.h53 const Color& backgroundColor() const { return m_backgroundColor; } function in class:blink::PopupMenuStyle
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.h40 void SetColors(SkColor textColor, SkColor backgroundColor);
/external/lldb/test/pexpect-2.4/examples/
H A Dcgishell.cgi569 document.form['Ctrl'].style.backgroundColor = ButtonOnColor;
570 document.form['Ctrl2'].style.backgroundColor = ButtonOnColor;
574 document.form['Ctrl'].style.backgroundColor = document.form.style.backgroundColor;
575 document.form['Ctrl2'].style.backgroundColor = document.form.style.backgroundColor;
579 document.form['Shift'].style.backgroundColor = ButtonOnColor;
580 document.form['Shift2'].style.backgroundColor = ButtonOnColor;
584 document.form['Shift'].style.backgroundColor = document.form.style.backgroundColor;
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dhsts_view.js182 element.style.backgroundColor = '#fffccf';
185 element.style.backgroundColor = '#fff';
/external/chromium_org/content/child/
H A Dwebfallbackthemeengine_impl.cc112 extra_params->button.backgroundColor;
120 extra_params->textField.backgroundColor;
132 extra_params->menuList.backgroundColor;

Completed in 738 milliseconds

1234