Home
last modified time | relevance | path

Searched defs:isCurrentColor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleColor.h43 bool isCurrentColor() const { return m_currentColor; } in isCurrentColor() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasStyle.h53 …bool isCurrentColor() const { return m_type == CurrentColor || m_type == CurrentColorWithOverrideA… in isCurrentColor() function