Searched refs:classValue (Results 1 – 6 of 6) sorted by relevance
83 inline bool SelectRuleFeatureSet::hasSelectorForClass(const AtomicString& classValue) const in hasSelectorForClass() argument85 ASSERT(!classValue.isEmpty()); in hasSelectorForClass()86 return m_cssRuleFeatureSet.hasSelectorForClass(classValue); in hasSelectorForClass()
79 inline bool hasSelectorForClass(const AtomicString& classValue) const in hasSelectorForClass() argument81 ASSERT(!classValue.isEmpty()); in hasSelectorForClass()82 return m_classInvalidationSets.contains(classValue); in hasSelectorForClass()
941 if (unlikely ((unsigned int) (glyph_id - startGlyph) < classValue.len)) in get_class()942 return classValue[glyph_id - startGlyph]; in get_class()948 return TRACE_RETURN (c->check_struct (this) && classValue.sanitize (c)); in sanitize()953 unsigned int count = classValue.len; in add_class()955 if (classValue[i] == klass) in add_class()960 unsigned int count = classValue.len; in intersects_class()975 if (classValue[i] == klass && glyphs->has (startGlyph + i)) in intersects_class()984 classValue; /* Array of Class Values--one per GlyphID */ member986 DEFINE_SIZE_ARRAY (6, classValue);
940 if (unlikely ((unsigned int) (glyph_id - startGlyph) < classValue.len)) in get_class()941 return classValue[glyph_id - startGlyph]; in get_class()947 return TRACE_RETURN (c->check_struct (this) && classValue.sanitize (c)); in sanitize()952 unsigned int count = classValue.len; in add_class()954 if (classValue[i] == klass) in add_class()959 unsigned int count = classValue.len; in intersects_class()974 if (classValue[i] == klass && glyphs->has (startGlyph + i)) in intersects_class()983 classValue; /* Array of Class Values--one per GlyphID */ member985 DEFINE_SIZE_ARRAY (6, classValue);
295 const char* classValue; in addLink() local297 classValue = "webkit-html-attribute-value webkit-html-external-link"; in addLink()299 classValue = "webkit-html-attribute-value webkit-html-resource-link"; in addLink()300 anchor->setAttribute(classAttr, classValue); in addLink()
56 le_uint16 classValue; member