tag 838 Source/bindings/v8/SerializedScriptValue.cpp void append(SerializationTag tag) tag 840 Source/bindings/v8/SerializedScriptValue.cpp append(static_cast<uint8_t>(tag)); tag 1564 Source/bindings/v8/SerializedScriptValue.cpp SerializationTag tag; tag 1565 Source/bindings/v8/SerializedScriptValue.cpp if (!readTag(&tag)) tag 1567 Source/bindings/v8/SerializedScriptValue.cpp switch (tag) { tag 1787 Source/bindings/v8/SerializedScriptValue.cpp SerializationTag tag; tag 1788 Source/bindings/v8/SerializedScriptValue.cpp if (!readTag(&tag)) { tag 1793 Source/bindings/v8/SerializedScriptValue.cpp if (tag != VersionTag) { tag 1812 Source/bindings/v8/SerializedScriptValue.cpp bool readTag(SerializationTag* tag) tag 1816 Source/bindings/v8/SerializedScriptValue.cpp *tag = static_cast<SerializationTag>(m_buffer[m_position++]); tag 1826 Source/bindings/v8/SerializedScriptValue.cpp bool readArrayBufferViewSubTag(ArrayBufferViewSubTag* tag) tag 1830 Source/bindings/v8/SerializedScriptValue.cpp *tag = static_cast<ArrayBufferViewSubTag>(m_buffer[m_position++]); tag 26 Source/core/css/AffectedByFocusTest.cpp const WebCore::QualifiedName tag; tag 64 Source/core/css/AffectedByFocusTest.cpp ASSERT_TRUE(elm->hasTagName(expected[i].tag)); tag 1948 Source/core/css/CSSComputedStyleDeclaration.cpp RefPtrWillBeRawPtr<CSSFontFeatureValue> featureValue = CSSFontFeatureValue::create(feature.tag(), feature.value()); tag 33 Source/core/css/CSSFontFeatureValue.cpp CSSFontFeatureValue::CSSFontFeatureValue(const AtomicString& tag, int value) tag 35 Source/core/css/CSSFontFeatureValue.cpp , m_tag(tag) tag 36 Source/core/css/CSSFontFeatureValue.h static PassRefPtrWillBeRawPtr<CSSFontFeatureValue> create(const AtomicString& tag, int value) tag 38 Source/core/css/CSSFontFeatureValue.h return adoptRefWillBeRefCountedGarbageCollected(new CSSFontFeatureValue(tag, value)); tag 41 Source/core/css/CSSFontFeatureValue.h const AtomicString& tag() const { return m_tag; } tag 50 Source/core/css/CSSFontFeatureValue.h CSSFontFeatureValue(const AtomicString& tag, int value); tag 1927 Source/core/css/parser/BisonCSSParser-in.cpp QualifiedName tag(namespacePrefix, elementName, determinedNamespace); tag 1930 Source/core/css/parser/BisonCSSParser-in.cpp return rewriteSpecifiersWithElementNameForCustomPseudoElement(tag, elementName, specifiers, tagIsForNamespaceRule); tag 1933 Source/core/css/parser/BisonCSSParser-in.cpp return rewriteSpecifiersWithElementNameForContentPseudoElement(tag, elementName, specifiers, tagIsForNamespaceRule); tag 1937 Source/core/css/parser/BisonCSSParser-in.cpp if (tag == anyQName() && !specifiers->hasHostPseudoSelector()) tag 1940 Source/core/css/parser/BisonCSSParser-in.cpp specifiers->prependTagSelector(tag, tagIsForNamespaceRule); tag 1944 Source/core/css/parser/BisonCSSParser-in.cpp CSSParserSelector* BisonCSSParser::rewriteSpecifiersWithElementNameForCustomPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule) tag 1958 Source/core/css/parser/BisonCSSParser-in.cpp if (tag != anyQName()) tag 1959 Source/core/css/parser/BisonCSSParser-in.cpp lastShadowPseudo->tagHistory()->prependTagSelector(tag, tagIsForNamespaceRule); tag 1965 Source/core/css/parser/BisonCSSParser-in.cpp OwnPtr<CSSParserSelector> elementNameSelector = adoptPtr(new CSSParserSelector(tag)); tag 1971 Source/core/css/parser/BisonCSSParser-in.cpp CSSParserSelector* BisonCSSParser::rewriteSpecifiersWithElementNameForContentPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule) tag 1982 Source/core/css/parser/BisonCSSParser-in.cpp if (tag != anyQName()) tag 1983 Source/core/css/parser/BisonCSSParser-in.cpp last->tagHistory()->prependTagSelector(tag, tagIsForNamespaceRule); tag 1989 Source/core/css/parser/BisonCSSParser-in.cpp OwnPtr<CSSParserSelector> elementNameSelector = adoptPtr(new CSSParserSelector(tag)); tag 163 Source/core/css/parser/BisonCSSParser.h CSSParserSelector* rewriteSpecifiersWithElementNameForCustomPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule); tag 164 Source/core/css/parser/BisonCSSParser.h CSSParserSelector* rewriteSpecifiersWithElementNameForContentPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule); tag 7803 Source/core/css/parser/CSSPropertyParser.cpp AtomicString tag = value->string; tag 7818 Source/core/css/parser/CSSPropertyParser.cpp settings->append(CSSFontFeatureValue::create(tag, tagValue)); tag 523 Source/core/css/resolver/FontBuilder.cpp settings->append(FontFeature(feature->tag(), feature->value())); tag 76 Source/modules/notifications/Notification.h String tag() const { return m_tag; } tag 112 Source/modules/notifications/Notification.h void setTag(const String& tag) { m_tag = tag; } tag 31 Source/platform/fonts/FontFeatureSettings.cpp FontFeature::FontFeature(const AtomicString& tag, int value) tag 32 Source/platform/fonts/FontFeatureSettings.cpp : m_tag(tag) tag 40 Source/platform/fonts/FontFeatureSettings.h FontFeature(const AtomicString& tag, int value); tag 43 Source/platform/fonts/FontFeatureSettings.h const AtomicString& tag() const { return m_tag; } tag 109 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp static hb_blob_t* harfBuzzCoreTextGetTable(hb_face_t* face, hb_tag_t tag, void* userData) tag 112 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp CFDataRef cfData = CGFontCopyTableForTag(cgFont, tag); tag 192 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp static hb_blob_t* harfBuzzSkiaGetTable(hb_face_t* face, hb_tag_t tag, void* userData) tag 196 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp const size_t tableSize = typeface->getTableSize(tag); tag 203 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer); tag 528 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp const AtomicString& tag = settings->at(i).tag(); tag 529 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp feature.tag = HB_TAG(tag[0], tag[1], tag[2], tag[3]); tag 49 Source/platform/fonts/opentype/OpenTypeUtilities.cpp BigEndianULong tag; tag 154 Source/platform/fonts/opentype/OpenTypeUtilities.cpp if (sfnt->tables[t].tag == 'name') tag 250 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp const FeatureTable* feature(uint16_t index, OpenType::Tag tag, const SharedBuffer& buffer) const tag 255 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp if (features[index].featureTag == tag) tag 260 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp const FeatureTable* findFeature(OpenType::Tag tag, const SharedBuffer& buffer) const tag 263 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp if (isValidEnd(buffer, &features[i]) && features[i].featureTag == tag) tag 319 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp const ScriptTable* script(OpenType::Tag tag, const SharedBuffer& buffer) const tag 325 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp if (scripts[i].scriptTag == tag) tag 68 Source/platform/fonts/skia/FontPlatformDataSkia.cpp SkFontTableTag tag = SkEndianSwap32(table); tag 69 Source/platform/fonts/skia/FontPlatformDataSkia.cpp const size_t tableSize = m_typeface->getTableSize(tag); tag 72 Source/platform/fonts/skia/FontPlatformDataSkia.cpp m_typeface->getTableData(tag, 0, tableSize, &tableBuffer[0]); tag 206 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp unsigned tag = readUint16(ifd, isBigEndian); tag 209 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp if (tag == orientationTag && type == shortType && count == 1) tag 93 Source/platform/text/LocaleICU.cpp String LocaleICU::decimalTextAttribute(UNumberFormatTextAttribute tag) tag 96 Source/platform/text/LocaleICU.cpp int32_t bufferLength = unum_getTextAttribute(m_numberFormat, tag, 0, 0, &status); tag 102 Source/platform/text/LocaleICU.cpp unum_getTextAttribute(m_numberFormat, tag, buffer.characters(), bufferLength, &status); tag 196 Source/web/WebNode.cpp WebElementCollection WebNode::getElementsByTagName(const WebString& tag) const tag 199 Source/web/WebNode.cpp return WebElementCollection(toContainerNode(m_private.get())->getElementsByTagName(tag)); tag 203 Source/web/WebNode.cpp WebElement WebNode::querySelector(const WebString& tag, WebExceptionCode& ec) const tag 208 Source/web/WebNode.cpp element = toContainerNode(m_private.get())->querySelector(tag, exceptionState); tag 87 Source/web/WebNotification.cpp return m_private->tag(); tag 182 Source/wtf/HashTable.h HashTableIterator(PointerType pos, PointerType end, const HashTableType* container, HashItemKnownGoodTag tag) : m_iterator(pos, end, container, tag) { } tag 75 public/web/WebNotification.h BLINK_EXPORT WebString tag() const; tag 92 public/web/WebNotification.h WebString replaceId() const { return tag(); }