OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPrimitiveValue
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/css/
CSSValue.h
60
virtual bool
isPrimitiveValue
() const { return false; }
CSSPrimitiveValue.h
224
virtual bool
isPrimitiveValue
() const { return true; }
Completed in 107 milliseconds