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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleColor.h 43 bool isCurrentColor() const { return m_currentColor; }
44 Color color() const { ASSERT(!isCurrentColor()); return m_color; }
56 if (a.isCurrentColor() || b.isCurrentColor())
57 return a.isCurrentColor() && b.isCurrentColor();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h 54 bool isCurrentColor() const { return m_type == CurrentColor || m_type == CurrentColorWithOverrideAlpha; }

Completed in 269 milliseconds