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

  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 93 if (style->visitedDependentColor(CSSPropertyColor).alpha())
97 if (style->visitedDependentColor(CSSPropertyBackgroundColor).alpha())
  /external/chromium_org/third_party/WebKit/Source/web/tests/
RenderLayerBackingTest.cpp 123 EXPECT_EQ(renderer->style()->visitedDependentColor(CSSPropertyBackgroundColor),
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTable.cpp 149 StyleColor tableBGColor = tableStyle->visitedDependentColor(CSSPropertyBackgroundColor);
226 StyleColor cellColor = renderStyle->visitedDependentColor(CSSPropertyBackgroundColor);
243 StyleColor rowColor = rowRenderStyle->visitedDependentColor(CSSPropertyBackgroundColor);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h     [all...]
RenderThemeChromiumWin.cpp 554 if (o->style()->visitedDependentColor(CSSPropertyBackgroundColor).isValid())
RenderTheme.cpp 692 || style.visitedDependentColor(CSSPropertyBackgroundColor).color() != uaStyle.backgroundColor;
    [all...]
RenderBoxModelObject.cpp     [all...]
RenderThemeChromiumMac.mm 759 && o->style()->visitedDependentColor(CSSPropertyBackgroundColor) == Color::white
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 386 if (text.parent() && (text.parent()->style()->visitedDependentColor(CSSPropertyColor) != text.style()->visitedDependentColor(CSSPropertyColor)))
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 665 color = style->visitedDependentColor(colorProperty).color();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 673 document()->textLinkColors().setTextColor(state.style()->visitedDependentColor(CSSPropertyColor));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h 376 StyleColor color = visitedDependentColor(CSSPropertyBackgroundColor);
    [all...]

Completed in 151 milliseconds