Searched refs:compareStops (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGradient.cpp74 static inline bool compareStops(const Gradient::ColorStop& a, const Gradient::ColorStop& b) function in namespace:WebCore
84 m_stopsSorted = m_stopsSorted && compareStops(m_stops.last(), stop);
101 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGradientValue.cpp84 static inline bool compareStops(const CSSGradientColorStop& a, const CSSGradientColorStop& b) function in namespace:WebCore
97 std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);

Completed in 182 milliseconds