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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleColor.h 71 bool isCurrentColor() const { return m_currentColor; }
110 return a.rgb() == b.rgb() && a.isValid() == b.isValid() && a.isCurrentColor() == b.isCurrentColor();
SVGCSSComputedStyleDeclaration.cpp 67 ASSERT(!style->color().isCurrentColor());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderValue.h 75 m_currentColor = color.isCurrentColor();
CollapsedBorderValue.h 48 , m_currentColor(color.isCurrentColor())
RenderStyle.cpp     [all...]
RenderStyle.h 377 if ((color.isValid() && color.alpha()) || color.isCurrentColor())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h 54 bool isCurrentColor() const { return m_type == CurrentColor || m_type == CurrentColorWithOverrideAlpha; }
CanvasRenderingContext2D.cpp 289 if (style->isCurrentColor()) {
321 if (style->isCurrentColor()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h     [all...]

Completed in 1095 milliseconds