OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_repeating
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h
78
bool isRepeating() const { return
m_repeating
; }
96
,
m_repeating
(repeat == Repeating)
109
,
m_repeating
(other.isRepeating() ? Repeating : NonRepeating)
131
bool
m_repeating
;
member in class:WebCore::CSSGradientValue
CSSGradientValue.cpp
257
if (
m_repeating
&& numStops > 1) {
496
if (
m_repeating
)
527
if (
m_repeating
)
714
if (
m_repeating
!= other.
m_repeating
)
775
if (
m_repeating
)
821
if (
m_repeating
)
[
all
...]
Completed in 210 milliseconds