Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DSelectRuleFeatureSet.h83 inline bool SelectRuleFeatureSet::hasSelectorForClass(const AtomicString& classValue) const in hasSelectorForClass() argument
85 ASSERT(!classValue.isEmpty()); in hasSelectorForClass()
86 return m_cssRuleFeatureSet.hasSelectorForClass(classValue); in hasSelectorForClass()
/external/chromium_org/third_party/WebKit/Source/core/css/
DRuleFeature.h79 inline bool hasSelectorForClass(const AtomicString& classValue) const in hasSelectorForClass() argument
81 ASSERT(!classValue.isEmpty()); in hasSelectorForClass()
82 return m_classInvalidationSets.contains(classValue); in hasSelectorForClass()
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh941 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 */ member
986 DEFINE_SIZE_ARRAY (6, classValue);
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-common-private.hh940 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 */ member
985 DEFINE_SIZE_ARRAY (6, classValue);
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLViewSourceDocument.cpp295 const char* classValue; in addLink() local
297 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()
/external/icu/icu4c/source/layout/
DClassDefinitionTables.h56 le_uint16 classValue; member