OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertiesequal
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/css/
CSSMutableStyleDeclaration.h
140
bool
propertiesEqual
(const CSSMutableStyleDeclaration* o) const { return m_properties == o->m_properties; }
/external/webkit/Source/WebCore/page/animation/
AnimationBase.h
213
static bool
propertiesEqual
(int prop, const RenderStyle* a, const RenderStyle* b);
ImplicitAnimation.cpp
236
return
propertiesEqual
(prop, m_toStyle.get(), targetStyle);
CompositeAnimation.cpp
160
equal = !isActiveTransition || AnimationBase::
propertiesEqual
(prop, fromStyle, targetStyle);
AnimationBase.cpp
[
all
...]
/external/webkit/Source/WebCore/dom/
NamedNodeMap.cpp
356
if (!attr->decl()->
propertiesEqual
(otherAttr->decl()))
Completed in 184 milliseconds