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