OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGAnimatedPropertyDescription
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedPropertyDescription.h
33
struct
SVGAnimatedPropertyDescription
{
35
SVGAnimatedPropertyDescription
()
42
SVGAnimatedPropertyDescription
(WTF::HashTableDeletedValueType)
52
SVGAnimatedPropertyDescription
(SVGElement* element, const AtomicString& attributeName)
60
bool operator==(const
SVGAnimatedPropertyDescription
& other) const
70
static unsigned hash(const
SVGAnimatedPropertyDescription
& key)
72
return StringHasher::hashMemory<sizeof(
SVGAnimatedPropertyDescription
)>(&key);
75
static bool equal(const
SVGAnimatedPropertyDescription
& a, const
SVGAnimatedPropertyDescription
& b)
83
struct SVGAnimatedPropertyDescriptionHashTraits : WTF::SimpleClassHashTraits<
SVGAnimatedPropertyDescription
> { };
[
all
...]
SVGAnimatedProperty.h
24
#include "core/svg/properties/
SVGAnimatedPropertyDescription
.h"
47
typedef HashMap<
SVGAnimatedPropertyDescription
, RefPtr<SVGAnimatedProperty>, SVGAnimatedPropertyDescriptionHash, SVGAnimatedPropertyDescriptionHashTraits> Cache;
55
SVGAnimatedPropertyDescription
key(element, info->propertyIdentifier);
70
SVGAnimatedPropertyDescription
key(element, info->propertyIdentifier);
SVGAnimatedProperty.cpp
49
Vector<
SVGAnimatedPropertyDescription
> keysToRemove;
59
for (Vector<
SVGAnimatedPropertyDescription
>::const_iterator it = keysToRemove.begin(); it != keysToRemove.end(); ++it) {
Completed in 1205 milliseconds