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

1 2 34 5 6 7 8

  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 63 backgroundColor: '#000',
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 63 return a.backgroundColor() == b.backgroundColor()
  /external/chromium_org/ui/message_center/views/
bounded_label.cc 279 void BoundedLabel::SetColors(SkColor textColor, SkColor backgroundColor) {
281 label_->SetBackgroundColor(backgroundColor);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.h 176 void paintSingleCompositionBackgroundRun(GraphicsContext*, const FloatPoint& boxOrigin, RenderStyle*, const Font&, Color backgroundColor, int startPos, int endPos);
RenderFieldset.cpp 168 BoxPainter(*this).paintFillLayers(paintInfo, boxDecorationData.backgroundColor, style()->backgroundLayers(), paintRect);
RenderTreeAsText.cpp 232 Color backgroundColor = o.resolveColor(CSSPropertyBackgroundColor);
233 if (o.parent()->resolveColor(CSSPropertyBackgroundColor) != backgroundColor
234 && backgroundColor.rgb())
235 ts << " [bgcolor=" << backgroundColor << "]";
RenderBoxModelObject.cpp 434 Color backgroundColor = resolveColor(CSSPropertyBackgroundColor);
435 if (backgroundColor.hasAlpha())
InlineTextBox.cpp 652 void InlineTextBox::paintSingleCompositionBackgroundRun(GraphicsContext* context, const FloatPoint& boxOrigin, RenderStyle* style, const Font& font, Color backgroundColor, int startPos, int endPos)
662 context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, backgroundColor, sPos, ePos);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 204 Color backgroundColor = renderer().selectionBackgroundColor();
205 if (!backgroundColor.alpha())
235 paintInfo.context->setFillColor(backgroundColor);
236 paintInfo.context->fillRect(selectionRectForTextFragment(fragment, fragmentStartPosition, fragmentEndPosition, style), backgroundColor);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 169 canvas.drawColor(mSpec.backgroundColor, PorterDuff.Mode.SRC);
AlbumSetSlotRenderer.java 62 public int backgroundColor;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionSetupActivity.java 244 mBackgroundColor = cs.backgroundColor & 0xffffff;
247 mBackgroundOpacity = getClosestValue(cs.backgroundColor | 0xffffff, mOpacities);
711 private void setBackgroundColor(String backgroundColor) {
712 mBackgroundColor = Integer.parseInt(backgroundColor);
    [all...]
CaptionPreviewFragment.java 134 mBackgroundColor = cs.backgroundColor;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 426 void LocalFrame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent,
453 frameView->updateBackgroundRecursively(backgroundColor, transparent);
FrameView.cpp 276 Color backgroundColor = documentBackgroundColor();
281 backgroundColor.getHSL(hue, saturation, lightness);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlineFlowBoxPainter.cpp 209 Color backgroundColor = m_inlineFlowBox.renderer().resolveColor(styleToUse, CSSPropertyBackgroundColor);
210 paintFillLayers(paintInfo, backgroundColor, styleToUse->backgroundLayers(), paintRect);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 280 EXPECT_EQ(kWhite, webView->backgroundColor());
283 EXPECT_EQ(kBlue, webView->backgroundColor());
287 EXPECT_EQ(kDarkCyan, webView->backgroundColor());
291 EXPECT_EQ(0xFF7F0080, webView->backgroundColor());
295 EXPECT_EQ(0xBFE93B32, webView->backgroundColor());
300 EXPECT_EQ(kTransparent, webView->backgroundColor());
318 EXPECT_NE(kBlue, webView->backgroundColor());
321 EXPECT_EQ(kBlue, webView->backgroundColor());
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 424 final int backgroundColor) {
472 mContainerView.setBackgroundColor(backgroundColor);
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 146 CHECK_MEMBER_AT(hwc_layer_1_t, backgroundColor, 12, 16);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 627 final int backgroundColor = showBg ? Integer.parseInt(folder.bgColor) : 0;
628 if (backgroundColor == Utils.getDefaultFolderBackgroundColor(colorBlock.getContext())) {
636 paintDrawable.getPaint().setColor(backgroundColor);
    [all...]
  /external/chromium_org/cc/blink/
web_layer_impl.cc 217 WebColor WebLayerImpl::backgroundColor() const {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 721 int end, int backgroundColor);
  /developers/build/lib/
assetstudio.jar 
  /external/chromium_org/content/shell/renderer/test_runner/
mock_web_theme_engine.cc 513 paint.setColor(extraParams->textField.backgroundColor);
526 box(canvas, irect, extraParams->menuList.backgroundColor);

Completed in 5382 milliseconds

1 2 34 5 6 7 8