OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isCurrentColor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleColor.h
69
bool
isCurrentColor
() const { return m_currentColor; }
107
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 430 milliseconds