Home
last modified time | relevance | path

Searched defs:isApply (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
DSkDisplayable.h73 bool isApply() const { return getType() == SkType_Apply; } in isApply() function
/external/skia/src/animator/
DSkDisplayable.h73 bool isApply() const { return getType() == SkType_Apply; } in isApply() function
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h87 void setApplyPropertyToRegularStyle(bool isApply) { m_applyPropertyToRegularStyle = isApply; } in setApplyPropertyToRegularStyle()
88 …void setApplyPropertyToVisitedLinkStyle(bool isApply) { m_applyPropertyToVisitedLinkStyle = isAppl… in setApplyPropertyToVisitedLinkStyle()