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 71 bool isCurrentColor() const { return m_currentColor; }
110 return a.rgb() == b.rgb() && a.isValid() == b.isValid() && 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 204 milliseconds