Lines Matching full:value
44 StringImpl* value;
46 : type(t), name(n), value(v) { }
50 { return a.type == b.type && a.name == b.name && a.value == b.value; }
56 static bool isDeletedValue(const MappedAttributeKey& value) { return value.type == eLastEntry; }
73 return mappedAttributeDecls->get(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()));
76 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& value)
80 return mappedAttributeDecls->get(MappedAttributeKey(type, name.localName().impl(), value.impl()));
87 mappedAttributeDecls->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()), decl);
90 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl)
94 mappedAttributeDecls->set(MappedAttributeKey(entryType, name.localName().impl(), value.impl()), decl);
124 PassRefPtr<Attribute> StyledElement::createAttribute(const QualifiedName& name, const AtomicString& value)
126 return MappedAttribute::create(name, value);
198 mappedAttr->decl()->setMappedState(entry, attr->name(), attr->value());
244 namedAttrMap->setID(attr->value().lower());
246 namedAttrMap->setID(attr->value());
250 classAttributeChanged(attr->value());
255 getInlineStyleDecl()->parseDeclaration(attr->value());
278 void StyledElement::addCSSProperty(MappedAttribute* attr, int id, const String &value)
281 attr->decl()->setProperty(id, value, false);
284 void StyledElement::addCSSProperty(MappedAttribute* attr, int id, int value)
287 attr->decl()->setProperty(id, value, false);
296 void StyledElement::addCSSLength(MappedAttribute* attr, int id, const String &value)
299 // length unit and make the appropriate parsed value.
304 StringImpl* v = value.impl();
329 attr->decl()->setLengthProperty(id, value, false);
348 // we're emulating IEs color parser here. It maps transparent to black, otherwise it tries to build a rgb value
351 // the length of the color value is rounded up to the next
356 // each number to a hex value (0-9a-fA-F to their values
437 p = reinterpret_cast<const uint16_t*>(&key.value);
442 ASSERT(sizeof(key.value) == 4 || sizeof(key.value) == 8);
443 if (sizeof(key.value) == 8) {
464 // signal "hash not computed yet", using a value that is likely to be