OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasY2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
LinearGradientAttributes.h
52
bool
hasY2
() const { return m_y2Set; }
SVGLinearGradientElement.cpp
161
if (!attributes.
hasY2
() && current->hasAttribute(SVGNames::y2Attr))
Completed in 342 milliseconds