OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCanvasValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSCanvasValue.h
97
DEFINE_CSS_VALUE_TYPE_CASTS(CSSCanvasValue,
isCanvasValue
());
CSSValue.h
75
bool
isCanvasValue
() const { return m_classType == CanvasClass; }
Completed in 145 milliseconds