OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSVGColor
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/custom/
V8CSSValueCustom.cpp
58
if (impl->
isSVGColor
())
/external/webkit/Source/WebCore/css/
CSSValue.h
69
virtual bool
isSVGColor
() const { return false; }
SVGCSSStyleSelector.cpp
473
if (value->
isSVGColor
())
480
if (value->
isSVGColor
())
505
if (value->
isSVGColor
())
/external/webkit/Source/WebCore/bindings/js/
JSCSSValueCustom.cpp
64
else if (value->
isSVGColor
())
/external/webkit/Source/WebCore/svg/
SVGColor.h
83
virtual bool
isSVGColor
() const { return true; }
/external/webkit/Source/WebCore/bindings/objc/
DOMCSS.mm
113
if (impl->
isSVGColor
())
Completed in 2934 milliseconds