HomeSort by relevance Sort by last modified time
    Searched refs:visitedDependentColor (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 96 if (style->visitedDependentColor(CSSPropertyColor).alpha())
97 [attrs setObject:nsColor(style->visitedDependentColor(CSSPropertyColor)) forKey:NSForegroundColorAttributeName];
100 if (style->visitedDependentColor(CSSPropertyBackgroundColor).alpha())
101 [attrs setObject:nsColor(style->visitedDependentColor(CSSPropertyBackgroundColor)) forKey:NSBackgroundColorAttributeName];
  /external/chromium_org/third_party/WebKit/Source/web/tests/
CompositedLayerMappingTest.cpp 127 EXPECT_EQ(renderer->style()->visitedDependentColor(CSSPropertyBackgroundColor),
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp 149 Color tableBGColor = tableStyle->visitedDependentColor(CSSPropertyBackgroundColor);
227 Color cellColor = renderStyle->visitedDependentColor(CSSPropertyBackgroundColor);
244 Color rowColor = rowRenderStyle->visitedDependentColor(CSSPropertyBackgroundColor);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedColor.cpp 55 color = targetRenderer->style()->visitedDependentColor(CSSPropertyColor);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.cpp 553 if (o->style()->visitedDependentColor(CSSPropertyBackgroundColor).isValid())
554 backgroundColor = o->style()->visitedDependentColor(CSSPropertyBackgroundColor);
RenderObject.h     [all...]
RenderTheme.cpp 637 || style.visitedDependentColor(CSSPropertyBackgroundColor) != uaStyle.backgroundColor;
    [all...]
RenderThemeChromiumMac.mm 758 && o->style()->visitedDependentColor(CSSPropertyBackgroundColor) == Color::white
    [all...]
RenderBoxModelObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 373 if (text.parent() && (text.parent()->style()->visitedDependentColor(CSSPropertyColor) != text.style()->visitedDependentColor(CSSPropertyColor)))
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 397 Color color = visitedDependentColor(CSSPropertyBackgroundColor);
    [all...]

Completed in 1229 milliseconds