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