OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_stops
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
GradientAttributes.h
41
const Vector<Gradient::ColorStop>& stops() const { return
m_stops
; }
63
m_stops
= value;
75
Vector<Gradient::ColorStop>
m_stops
;
member in struct:WebCore::GradientAttributes
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Gradient.h
145
mutable Vector<ColorStop, 2>
m_stops
;
member in class:WebCore::Gradient
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h
72
void addStop(const CSSGradientColorStop& stop) {
m_stops
.append(stop); }
74
unsigned stopCount() const { return
m_stops
.size(); }
106
,
m_stops
(other.
m_stops
)
128
Vector<CSSGradientColorStop, 2>
m_stops
;
member in class:WebCore::CSSGradientValue
Completed in 53 milliseconds