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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCrossfadeValue.cpp37 static bool subimageIsPending(CSSValue* value) function in namespace:WebCore
134 return subimageIsPending(m_fromValue.get()) || subimageIsPending(m_toValue.get());

Completed in 97 milliseconds