Searched refs:classValue (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DRuleFeature.h71 inline bool hasSelectorForClass(const AtomicString& classValue) const
73 ASSERT(!classValue.isEmpty());
74 return classesInRules.contains(classValue);
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DSelectRuleFeatureSet.h74 inline bool SelectRuleFeatureSet::hasSelectorForClass(const AtomicString& classValue) const
76 ASSERT(!classValue.isEmpty());
77 return m_cssRuleFeatureSet.classesInRules.contains(classValue);
/external/icu4c/layout/
H A DClassDefinitionTables.h42 le_uint16 classValue; member in struct:ClassRangeRecord
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLViewSourceDocument.cpp286 const char* classValue; local
288 classValue = "webkit-html-attribute-value webkit-html-external-link";
290 classValue = "webkit-html-attribute-value webkit-html-resource-link";
291 anchor->setAttribute(classAttr, classValue);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh939 if (unlikely ((unsigned int) (glyph_id - startGlyph) < classValue.len))
940 return classValue[glyph_id - startGlyph];
946 return TRACE_RETURN (c->check_struct (this) && classValue.sanitize (c));
951 unsigned int count = classValue.len;
953 if (classValue[i] == klass)
958 unsigned int count = classValue.len;
973 if (classValue[i] == klass && glyphs->has (startGlyph + i))
982 classValue; /* Array of Class Values--one per GlyphID */ member in struct:OT::ClassDefFormat1
984 DEFINE_SIZE_ARRAY (6, classValue);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh939 if (unlikely ((unsigned int) (glyph_id - startGlyph) < classValue.len))
940 return classValue[glyph_id - startGlyph];
946 return TRACE_RETURN (c->check_struct (this) && classValue.sanitize (c));
951 unsigned int count = classValue.len;
953 if (classValue[i] == klass)
958 unsigned int count = classValue.len;
960 if (classValue[i] == klass && glyphs->has (startGlyph + i))
969 classValue; /* Array of Class Values--one per GlyphID */ member in struct:OT::ClassDefFormat1
971 DEFINE_SIZE_ARRAY (6, classValue);

Completed in 386 milliseconds