AtomicString 291 Source/bindings/templates/interface.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 401 Source/bindings/templates/interface.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 442 Source/bindings/templates/interface.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 1081 Source/bindings/tests/results/V8TestInterface.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 1121 Source/bindings/tests/results/V8TestInterface.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 1142 Source/bindings/tests/results/V8TestInterface.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 259 Source/bindings/tests/results/V8TestInterface2.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 307 Source/bindings/tests/results/V8TestInterface2.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 328 Source/bindings/tests/results/V8TestInterface2.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 81 Source/bindings/tests/results/V8TestSpecialOperations.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 128 Source/bindings/tests/results/V8TestSpecialOperations.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 69 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp AtomicString propertyName = toCoreAtomicString(name); AtomicString 71 Source/bindings/v8/CustomElementConstructorBuilder.cpp bool CustomElementConstructorBuilder::validateOptions(const AtomicString& type, QualifiedName& tagName, ExceptionState& exceptionState) AtomicString 89 Source/bindings/v8/CustomElementConstructorBuilder.cpp AtomicString extends; AtomicString 98 Source/bindings/v8/CustomElementConstructorBuilder.cpp AtomicString namespaceURI = HTMLNames::xhtmlNamespaceURI; AtomicString 102 Source/bindings/v8/CustomElementConstructorBuilder.cpp AtomicString localName; AtomicString 214 Source/bindings/v8/CustomElementConstructorBuilder.cpp bool CustomElementConstructorBuilder::prototypeIsValid(const AtomicString& type, ExceptionState& exceptionState) const AtomicString 70 Source/bindings/v8/CustomElementConstructorBuilder.h bool validateOptions(const AtomicString& type, QualifiedName& tagName, ExceptionState&); AtomicString 82 Source/bindings/v8/CustomElementConstructorBuilder.h bool prototypeIsValid(const AtomicString& type, ExceptionState&) const; AtomicString 221 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, AtomicString& value) const AtomicString 371 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, HashSet<AtomicString>& value) const AtomicString 393 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, HashSet<AtomicString>& value) const AtomicString 78 Source/bindings/v8/Dictionary.h bool get(const String&, AtomicString&) const; AtomicString 99 Source/bindings/v8/Dictionary.h bool get(const String&, HashSet<AtomicString>&) const; AtomicString 165 Source/bindings/v8/Dictionary.h bool convert(ConversionContext&, const String&, HashSet<AtomicString>&) const; AtomicString 484 Source/bindings/v8/ScriptController.cpp void ScriptController::namedItemAdded(HTMLDocument* doc, const AtomicString& name) AtomicString 489 Source/bindings/v8/ScriptController.cpp void ScriptController::namedItemRemoved(HTMLDocument* doc, const AtomicString& name) AtomicString 130 Source/bindings/v8/ScriptController.h void namedItemAdded(HTMLDocument*, const AtomicString&); AtomicString 131 Source/bindings/v8/ScriptController.h void namedItemRemoved(HTMLDocument*, const AtomicString&); AtomicString 47 Source/bindings/v8/ScriptEventListener.cpp static const AtomicString& eventParameterName(bool isSVGEvent) AtomicString 49 Source/bindings/v8/ScriptEventListener.cpp DEFINE_STATIC_LOCAL(const AtomicString, eventString, ("event")); AtomicString 50 Source/bindings/v8/ScriptEventListener.cpp DEFINE_STATIC_LOCAL(const AtomicString, evtString, ("evt")); AtomicString 54 Source/bindings/v8/ScriptEventListener.cpp PassRefPtr<V8LazyEventListener> createAttributeEventListener(Node* node, const QualifiedName& name, const AtomicString& value) AtomicString 79 Source/bindings/v8/ScriptEventListener.cpp PassRefPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame* frame, const QualifiedName& name, const AtomicString& value) AtomicString 47 Source/bindings/v8/ScriptEventListener.h PassRefPtr<V8LazyEventListener> createAttributeEventListener(Node*, const QualifiedName&, const AtomicString& value); AtomicString 48 Source/bindings/v8/ScriptEventListener.h PassRefPtr<V8LazyEventListener> createAttributeEventListener(LocalFrame*, const QualifiedName&, const AtomicString& value); AtomicString 176 Source/bindings/v8/V8Binding.h inline AtomicString toCoreAtomicString(v8::Handle<v8::String> value) AtomicString 178 Source/bindings/v8/V8Binding.h return v8StringToWebCoreString<AtomicString>(value, Externalize); AtomicString 236 Source/bindings/v8/V8Binding.h struct V8ValueTraits<AtomicString> { AtomicString 237 Source/bindings/v8/V8Binding.h static inline v8::Handle<v8::Value> arrayV8Value(const AtomicString& value, v8::Isolate* isolate) AtomicString 206 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp void V8CustomElementLifecycleCallbacks::attributeChanged(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) AtomicString 63 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE; AtomicString 55 Source/bindings/v8/V8LazyEventListener.cpp V8LazyEventListener::V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) AtomicString 51 Source/bindings/v8/V8LazyEventListener.h static PassRefPtr<V8LazyEventListener> create(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String& sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate) AtomicString 62 Source/bindings/v8/V8LazyEventListener.h V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition&, Node*, v8::Isolate*); AtomicString 72 Source/bindings/v8/V8LazyEventListener.h AtomicString m_functionName; AtomicString 73 Source/bindings/v8/V8LazyEventListener.h AtomicString m_eventParameterName; AtomicString 70 Source/bindings/v8/V8StringResource.cpp struct StringTraits<AtomicString> { AtomicString 71 Source/bindings/v8/V8StringResource.cpp static const AtomicString& fromStringResource(WebCoreStringResourceBase* resource) AtomicString 76 Source/bindings/v8/V8StringResource.cpp static AtomicString fromV8String(v8::Handle<v8::String>, int); AtomicString 90 Source/bindings/v8/V8StringResource.cpp AtomicString StringTraits<AtomicString>::fromV8String<false>(v8::Handle<v8::String> v8String, int length) AtomicString 97 Source/bindings/v8/V8StringResource.cpp return AtomicString(inlineBuffer, length); AtomicString 102 Source/bindings/v8/V8StringResource.cpp return AtomicString(result); AtomicString 116 Source/bindings/v8/V8StringResource.cpp AtomicString StringTraits<AtomicString>::fromV8String<true>(v8::Handle<v8::String> v8String, int length) AtomicString 123 Source/bindings/v8/V8StringResource.cpp return AtomicString(inlineBuffer, length); AtomicString 128 Source/bindings/v8/V8StringResource.cpp return AtomicString(string); AtomicString 174 Source/bindings/v8/V8StringResource.cpp template AtomicString v8StringToWebCoreString<AtomicString>(v8::Handle<v8::String>, ExternalMode); AtomicString 185 Source/bindings/v8/V8StringResource.cpp DEFINE_STATIC_LOCAL(Vector<AtomicString>, lowNumbers, (kLowNumbers + 1)); AtomicString 190 Source/bindings/v8/V8StringResource.cpp AtomicString valueString = AtomicString::number(value); AtomicString 54 Source/bindings/v8/V8StringResource.h explicit WebCoreStringResourceBase(const AtomicString& string) AtomicString 78 Source/bindings/v8/V8StringResource.h const AtomicString& atomicString() AtomicString 84 Source/bindings/v8/V8StringResource.h m_atomicString = AtomicString(m_plainString); AtomicString 102 Source/bindings/v8/V8StringResource.h AtomicString m_atomicString; AtomicString 122 Source/bindings/v8/V8StringResource.h explicit WebCoreStringResource16(const AtomicString& string) AtomicString 143 Source/bindings/v8/V8StringResource.h explicit WebCoreStringResource8(const AtomicString& string) AtomicString 185 Source/bindings/v8/V8StringResource.h operator AtomicString() const { return toString<AtomicString>(); } AtomicString 424 Source/bindings/v8/V8WindowShell.cpp static v8::Handle<v8::Value> getNamedProperty(HTMLDocument* htmlDocument, const AtomicString& key, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) AtomicString 447 Source/bindings/v8/V8WindowShell.cpp AtomicString name = toCoreAtomicString(property); AtomicString 462 Source/bindings/v8/V8WindowShell.cpp void V8WindowShell::namedItemAdded(HTMLDocument* document, const AtomicString& name) AtomicString 478 Source/bindings/v8/V8WindowShell.cpp void V8WindowShell::namedItemRemoved(HTMLDocument* document, const AtomicString& name) AtomicString 65 Source/bindings/v8/V8WindowShell.h void namedItemAdded(HTMLDocument*, const AtomicString&); AtomicString 66 Source/bindings/v8/V8WindowShell.h void namedItemRemoved(HTMLDocument*, const AtomicString&); AtomicString 60 Source/bindings/v8/custom/V8CustomXPathNSResolver.cpp AtomicString V8CustomXPathNSResolver::lookupNamespaceURI(const String& prefix) AtomicString 50 Source/bindings/v8/custom/V8CustomXPathNSResolver.h virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE; AtomicString 48 Source/bindings/v8/custom/V8EventTargetCustom.cpp AtomicString desiredInterface = impl->interfaceName(); AtomicString 44 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp static v8::Handle<v8::Value> getNamedItems(HTMLAllCollection* collection, AtomicString name, const CallbackInfo& info) AtomicString 302 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp AtomicString eventType = listenersArray[i].eventType; AtomicString 377 Source/bindings/v8/custom/V8WindowCustom.cpp AtomicString frameName; AtomicString 406 Source/bindings/v8/custom/V8WindowCustom.cpp AtomicString propName = toCoreAtomicString(name); AtomicString 471 Source/bindings/v8/custom/V8WindowCustom.cpp DEFINE_STATIC_LOCAL(const AtomicString, nameOfProtoProperty, ("__proto__", AtomicString::ConstructFromLiteral)); AtomicString 473 Source/bindings/v8/custom/V8WindowCustom.cpp AtomicString name = toCoreAtomicString(key.As<v8::String>()); AtomicString 66 Source/core/Init.cpp AtomicString::init(); AtomicString 77 Source/core/accessibility/AXImageMapLink.cpp const AtomicString& ariaRole = getAttribute(roleAttr); AtomicString 104 Source/core/accessibility/AXImageMapLink.cpp const AtomicString& ariaLabel = getAttribute(aria_labelAttr); AtomicString 107 Source/core/accessibility/AXImageMapLink.cpp const AtomicString& alt = getAttribute(altAttr); AtomicString 116 Source/core/accessibility/AXImageMapLink.cpp const AtomicString& title = getAttribute(titleAttr); AtomicString 119 Source/core/accessibility/AXImageMapLink.cpp const AtomicString& summary = getAttribute(summaryAttr); AtomicString 144 Source/core/accessibility/AXListBoxOption.cpp const AtomicString& ariaLabel = getAttribute(aria_labelAttr); AtomicString 65 Source/core/accessibility/AXMediaControls.h const AtomicString& getAttribute(const QualifiedName& attribute) const; AtomicString 83 Source/core/accessibility/AXNodeObject.cpp const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr); AtomicString 125 Source/core/accessibility/AXNodeObject.cpp const AtomicString& ariaLabel = getAttribute(aria_labelAttr); AtomicString 200 Source/core/accessibility/AXNodeObject.cpp const AtomicString& type = input.getAttribute(typeAttr); AtomicString 232 Source/core/accessibility/AXNodeObject.cpp const AtomicString& ariaRole = getAttribute(roleAttr); AtomicString 274 Source/core/accessibility/AXNodeObject.cpp AtomicString idName(idVector[i]); AtomicString 287 Source/core/accessibility/AXNodeObject.cpp const AtomicString& contentEditableValue = getAttribute(contenteditableAttr); AtomicString 342 Source/core/accessibility/AXNodeObject.cpp const AtomicString& id = element->getIdAttribute(); AtomicString 376 Source/core/accessibility/AXNodeObject.cpp const AtomicString& siblingAriaRole = sibling->getAttribute(roleAttr); AtomicString 528 Source/core/accessibility/AXNodeObject.cpp const AtomicString& ariaMultiSelectable = getAttribute(aria_multiselectableAttr); AtomicString 917 Source/core/accessibility/AXNodeObject.cpp const AtomicString& type = input->getAttribute(typeAttr); AtomicString 1006 Source/core/accessibility/AXNodeObject.cpp const AtomicString& overriddenDescription = listItems[selectedIndex]->fastGetAttribute(aria_labelAttr); AtomicString 1122 Source/core/accessibility/AXNodeObject.cpp const AtomicString& alt = getAttribute(altAttr); AtomicString 1198 Source/core/accessibility/AXNodeObject.cpp const AtomicString& ariaHelp = getAttribute(aria_helpAttr); AtomicString 1209 Source/core/accessibility/AXNodeObject.cpp const AtomicString& summary = toElement(curr)->getAttribute(summaryAttr); AtomicString 1214 Source/core/accessibility/AXNodeObject.cpp const AtomicString& title = toElement(curr)->getAttribute(titleAttr); AtomicString 1600 Source/core/accessibility/AXNodeObject.cpp const AtomicString& ariaLabel = documentElement->getAttribute(aria_labelAttr); AtomicString 1608 Source/core/accessibility/AXNodeObject.cpp const AtomicString& title = toElement(owner)->getAttribute(titleAttr); AtomicString 1639 Source/core/accessibility/AXNodeObject.cpp const AtomicString& ariaLabel = getAttribute(aria_labelAttr); AtomicString 1646 Source/core/accessibility/AXNodeObject.cpp const AtomicString& alt = getAttribute(altAttr); AtomicString 388 Source/core/accessibility/AXObject.cpp const AtomicString& result = getAttribute(aria_checkedAttr); AtomicString 407 Source/core/accessibility/AXObject.cpp const AtomicString& AXObject::invalidStatus() const AtomicString 409 Source/core/accessibility/AXObject.cpp DEFINE_STATIC_LOCAL(const AtomicString, invalidStatusFalse, ("false", AtomicString::ConstructFromLiteral)); AtomicString 412 Source/core/accessibility/AXObject.cpp const AtomicString& ariaInvalid = getAttribute(aria_invalidAttr); AtomicString 457 Source/core/accessibility/AXObject.cpp const AtomicString& liveRegion = ariaLiveRegionStatus(); AtomicString 606 Source/core/accessibility/AXObject.cpp const AtomicString& lang = getAttribute(langAttr); AtomicString 636 Source/core/accessibility/AXObject.cpp const AtomicString& AXObject::getAttribute(const QualifiedName& attribute) const AtomicString 394 Source/core/accessibility/AXObject.h virtual const AtomicString& accessKey() const { return nullAtom; } AtomicString 439 Source/core/accessibility/AXObject.h const AtomicString& invalidStatus() const; AtomicString 456 Source/core/accessibility/AXObject.h virtual const AtomicString& ariaLiveRegionStatus() const { return nullAtom; } AtomicString 457 Source/core/accessibility/AXObject.h virtual const AtomicString& ariaLiveRegionRelevant() const { return nullAtom; } AtomicString 516 Source/core/accessibility/AXObject.h const AtomicString& getAttribute(const QualifiedName&) const; AtomicString 200 Source/core/accessibility/AXObjectCache.h bool nodeHasRole(Node*, const AtomicString& role); AtomicString 321 Source/core/accessibility/AXRenderObject.cpp const AtomicString& type = input.getAttribute(typeAttr); AtomicString 550 Source/core/accessibility/AXRenderObject.cpp const AtomicString& ariaSelected = getAttribute(aria_selectedAttr); AtomicString 708 Source/core/accessibility/AXRenderObject.cpp const AtomicString& alt = elt->getAttribute(altAttr); AtomicString 772 Source/core/accessibility/AXRenderObject.cpp const AtomicString& AXRenderObject::accessKey() const AtomicString 784 Source/core/accessibility/AXRenderObject.cpp const AtomicString& ariaOrientation = getAttribute(aria_orientationAttr); AtomicString 899 Source/core/accessibility/AXRenderObject.cpp const AtomicString& overriddenDescription = listItems[selectedIndex]->fastGetAttribute(aria_labelAttr); AtomicString 946 Source/core/accessibility/AXRenderObject.cpp const AtomicString& activeDescendantAttrStr = element->getAttribute(aria_activedescendantAttr); AtomicString 1059 Source/core/accessibility/AXRenderObject.cpp const AtomicString& grabbed = getAttribute(aria_grabbedAttr); AtomicString 1065 Source/core/accessibility/AXRenderObject.cpp const AtomicString& dropEffect = getAttribute(aria_dropeffectAttr); AtomicString 1078 Source/core/accessibility/AXRenderObject.cpp const AtomicString& ariaOwns = getAttribute(aria_ownsAttr); AtomicString 1087 Source/core/accessibility/AXRenderObject.cpp const AtomicString& AXRenderObject::ariaLiveRegionStatus() const AtomicString 1089 Source/core/accessibility/AXRenderObject.cpp DEFINE_STATIC_LOCAL(const AtomicString, liveRegionStatusAssertive, ("assertive", AtomicString::ConstructFromLiteral)); AtomicString 1090 Source/core/accessibility/AXRenderObject.cpp DEFINE_STATIC_LOCAL(const AtomicString, liveRegionStatusPolite, ("polite", AtomicString::ConstructFromLiteral)); AtomicString 1091 Source/core/accessibility/AXRenderObject.cpp DEFINE_STATIC_LOCAL(const AtomicString, liveRegionStatusOff, ("off", AtomicString::ConstructFromLiteral)); AtomicString 1093 Source/core/accessibility/AXRenderObject.cpp const AtomicString& liveRegionStatus = getAttribute(aria_liveAttr); AtomicString 1114 Source/core/accessibility/AXRenderObject.cpp const AtomicString& AXRenderObject::ariaLiveRegionRelevant() const AtomicString 1116 Source/core/accessibility/AXRenderObject.cpp DEFINE_STATIC_LOCAL(const AtomicString, defaultLiveRegionRelevant, ("additions text", AtomicString::ConstructFromLiteral)); AtomicString 1117 Source/core/accessibility/AXRenderObject.cpp const AtomicString& relevant = getAttribute(aria_relevantAttr); AtomicString 1163 Source/core/accessibility/AXRenderObject.cpp const AtomicString& ariaHelp = getAttribute(aria_helpAttr); AtomicString 1174 Source/core/accessibility/AXRenderObject.cpp const AtomicString& summary = toElement(curr->node())->getAttribute(summaryAttr); AtomicString 1179 Source/core/accessibility/AXRenderObject.cpp const AtomicString& title = toElement(curr->node())->getAttribute(titleAttr); AtomicString 114 Source/core/accessibility/AXRenderObject.h virtual const AtomicString& accessKey() const OVERRIDE; AtomicString 143 Source/core/accessibility/AXRenderObject.h virtual const AtomicString& ariaLiveRegionStatus() const OVERRIDE; AtomicString 144 Source/core/accessibility/AXRenderObject.h virtual const AtomicString& ariaLiveRegionRelevant() const OVERRIDE; AtomicString 99 Source/core/accessibility/AXSlider.cpp const AtomicString& AXSlider::getAttribute(const QualifiedName& attribute) const AtomicString 59 Source/core/accessibility/AXSlider.h const AtomicString& getAttribute(const QualifiedName& attribute) const; AtomicString 245 Source/core/animation/AnimationPlayer.cpp const AtomicString& AnimationPlayer::interfaceName() const AtomicString 314 Source/core/animation/AnimationPlayer.cpp const AtomicString& eventType = EventTypeNames::finish; AtomicString 77 Source/core/animation/AnimationPlayer.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 121 Source/core/animation/css/CSSAnimationData.cpp const AtomicString& CSSAnimationData::initialAnimationName() AtomicString 123 Source/core/animation/css/CSSAnimationData.cpp DEFINE_STATIC_LOCAL(const AtomicString, initialValue, ("none")); AtomicString 120 Source/core/animation/css/CSSAnimationData.h const AtomicString& name() const { return m_name; } AtomicString 131 Source/core/animation/css/CSSAnimationData.h void setName(const AtomicString& n) { m_name = n; m_nameSet = true; } AtomicString 155 Source/core/animation/css/CSSAnimationData.h AtomicString m_name; AtomicString 185 Source/core/animation/css/CSSAnimationData.h static const AtomicString& initialAnimationName(); AtomicString 99 Source/core/animation/css/CSSAnimations.cpp static void resolveKeyframes(StyleResolver* resolver, Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, const AtomicString& name, TimingFunction* defaultTimingFunction, AtomicString 312 Source/core/animation/css/CSSAnimations.cpp HashSet<AtomicString> inactive; AtomicString 323 Source/core/animation/css/CSSAnimations.cpp AtomicString animationName(animationData->name()); AtomicString 354 Source/core/animation/css/CSSAnimations.cpp for (HashSet<AtomicString>::const_iterator iter = inactive.begin(); iter != inactive.end(); ++iter) { AtomicString 376 Source/core/animation/css/CSSAnimations.cpp for (Vector<AtomicString>::const_iterator iter = update->cancelledAnimationNames().begin(); iter != update->cancelledAnimationNames().end(); ++iter) { AtomicString 380 Source/core/animation/css/CSSAnimations.cpp for (Vector<AtomicString>::const_iterator iter = update->animationsWithPauseToggled().begin(); iter != update->animationsWithPauseToggled().end(); ++iter) { AtomicString 646 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::AnimationEventDelegate::maybeDispatch(Document::ListenerType listenerType, const AtomicString& eventName, double elapsedTime) AtomicString 691 Source/core/animation/css/CSSAnimations.cpp const AtomicString& eventType = EventTypeNames::transitionend; AtomicString 57 Source/core/animation/css/CSSAnimations.h void startAnimation(AtomicString& animationName, PassRefPtr<InertAnimation> animation) AtomicString 66 Source/core/animation/css/CSSAnimations.h void cancelAnimation(const AtomicString& name, AnimationPlayer& player) AtomicString 71 Source/core/animation/css/CSSAnimations.h void toggleAnimationPaused(const AtomicString& name) AtomicString 90 Source/core/animation/css/CSSAnimations.h AtomicString name; AtomicString 94 Source/core/animation/css/CSSAnimations.h const Vector<AtomicString>& cancelledAnimationNames() const { return m_cancelledAnimationNames; } AtomicString 96 Source/core/animation/css/CSSAnimations.h const Vector<AtomicString>& animationsWithPauseToggled() const { return m_animationsWithPauseToggled; } AtomicString 143 Source/core/animation/css/CSSAnimations.h Vector<AtomicString> m_cancelledAnimationNames; AtomicString 145 Source/core/animation/css/CSSAnimations.h Vector<AtomicString> m_animationsWithPauseToggled; AtomicString 208 Source/core/animation/css/CSSAnimations.h AnimationEventDelegate(Element* target, const AtomicString& name) AtomicString 215 Source/core/animation/css/CSSAnimations.h void maybeDispatch(Document::ListenerType, const AtomicString& eventName, double elapsedTime); AtomicString 217 Source/core/animation/css/CSSAnimations.h const AtomicString m_name; AtomicString 1119 Source/core/css/CSSComputedStyleDeclaration.cpp AtomicString(pseudoElementName.substring(nameWithoutColonsStart)))); AtomicString 1225 Source/core/css/CSSComputedStyleDeclaration.cpp static CSSValueID identifierForFamily(const AtomicString& family) AtomicString 1242 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> valueForFamily(const AtomicString& family) AtomicString 41 Source/core/css/CSSFontFaceLoadEvent.cpp CSSFontFaceLoadEvent::CSSFontFaceLoadEvent(const AtomicString& type, const FontFaceArray& fontfaces) AtomicString 48 Source/core/css/CSSFontFaceLoadEvent.cpp CSSFontFaceLoadEvent::CSSFontFaceLoadEvent(const AtomicString& type, const CSSFontFaceLoadEventInit& initializer) AtomicString 59 Source/core/css/CSSFontFaceLoadEvent.cpp const AtomicString& CSSFontFaceLoadEvent::interfaceName() const AtomicString 53 Source/core/css/CSSFontFaceLoadEvent.h static PassRefPtrWillBeRawPtr<CSSFontFaceLoadEvent> create(const AtomicString& type, const CSSFontFaceLoadEventInit& initializer) AtomicString 58 Source/core/css/CSSFontFaceLoadEvent.h static PassRefPtrWillBeRawPtr<CSSFontFaceLoadEvent> createForFontFaces(const AtomicString& type, const FontFaceArray& fontfaces = FontFaceArray()) AtomicString 67 Source/core/css/CSSFontFaceLoadEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 73 Source/core/css/CSSFontFaceLoadEvent.h CSSFontFaceLoadEvent(const AtomicString&, const FontFaceArray&); AtomicString 74 Source/core/css/CSSFontFaceLoadEvent.h CSSFontFaceLoadEvent(const AtomicString&, const CSSFontFaceLoadEventInit&); AtomicString 56 Source/core/css/CSSFontFaceSource.cpp AtomicString emptyFontFamily = ""; AtomicString 33 Source/core/css/CSSFontFeatureValue.cpp CSSFontFeatureValue::CSSFontFeatureValue(const AtomicString& tag, int value) AtomicString 36 Source/core/css/CSSFontFeatureValue.h static PassRefPtrWillBeRawPtr<CSSFontFeatureValue> create(const AtomicString& tag, int value) AtomicString 41 Source/core/css/CSSFontFeatureValue.h const AtomicString& tag() const { return m_tag; } AtomicString 50 Source/core/css/CSSFontFeatureValue.h CSSFontFeatureValue(const AtomicString& tag, int value); AtomicString 52 Source/core/css/CSSFontFeatureValue.h AtomicString m_tag; AtomicString 157 Source/core/css/CSSFontSelector.cpp static AtomicString familyNameFromSettings(const GenericFontFamilySettings& settings, const FontDescription& fontDescription, const AtomicString& genericFamilyName) AtomicString 188 Source/core/css/CSSFontSelector.cpp PassRefPtr<FontData> CSSFontSelector::getFontData(const FontDescription& fontDescription, const AtomicString& familyName) AtomicString 194 Source/core/css/CSSFontSelector.cpp AtomicString settingsFamilyName = familyNameFromSettings(m_genericFontFamilySettings, fontDescription, familyName); AtomicString 201 Source/core/css/CSSFontSelector.cpp void CSSFontSelector::willUseFontData(const FontDescription& fontDescription, const AtomicString& family) AtomicString 77 Source/core/css/CSSFontSelector.h virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) OVERRIDE; AtomicString 78 Source/core/css/CSSFontSelector.h virtual void willUseFontData(const FontDescription&, const AtomicString& family) OVERRIDE; AtomicString 1390 Source/core/css/CSSGrammar.y $$->setArgument(AtomicString::number($4 * $5)); AtomicString 68 Source/core/css/CSSImageValue.h void setInitiator(const AtomicString& name) { m_initiatorName = name; } AtomicString 79 Source/core/css/CSSImageValue.h AtomicString m_initiatorName; AtomicString 53 Source/core/css/CSSKeyframesRule.h void setName(const String& name) { m_name = AtomicString(name); } AtomicString 69 Source/core/css/CSSKeyframesRule.h AtomicString m_name; AtomicString 32 Source/core/css/CSSParserValues.cpp AtomicString CSSParserString::atomicSubstring(unsigned position, unsigned length) const AtomicString 37 Source/core/css/CSSParserValues.cpp return AtomicString(characters8() + position, length); AtomicString 38 Source/core/css/CSSParserValues.cpp return AtomicString(characters16() + position, length); AtomicString 122 Source/core/css/CSSParserValues.h operator AtomicString() const { return is8Bit() ? AtomicString(m_data.characters8, m_length) : AtomicString(m_data.characters16, m_length); } AtomicString 124 Source/core/css/CSSParserValues.h AtomicString atomicSubstring(unsigned position, unsigned length) const; AtomicString 227 Source/core/css/CSSParserValues.h void setValue(const AtomicString& value) { m_selector->setValue(value); } AtomicString 229 Source/core/css/CSSParserValues.h void setArgument(const AtomicString& value) { m_selector->setArgument(value); } AtomicString 231 Source/core/css/CSSPrimitiveValue.cpp static const AtomicString& propertyName(CSSPropertyID propertyID) AtomicString 242 Source/core/css/CSSPrimitiveValue.cpp static const AtomicString& valueName(CSSValueID valueID) AtomicString 250 Source/core/css/CSSPrimitiveValue.cpp static AtomicString* keywordStrings = new AtomicString[numCSSValueKeywords]; // Leaked intentionally. AtomicString 251 Source/core/css/CSSPrimitiveValue.cpp AtomicString& keywordString = keywordStrings[valueID]; AtomicString 132 Source/core/css/CSSSegmentedFontFace.cpp AtomicString emptyFontFamily = ""; AtomicString 59 Source/core/css/CSSSelector.cpp AtomicString value(m_data.m_value); AtomicString 373 Source/core/css/CSSSelector.cpp AtomicString* name = new AtomicString(str, strlen(str), AtomicString::ConstructFromLiteral); AtomicString 413 Source/core/css/CSSSelector.cpp CSSSelector::PseudoType CSSSelector::parsePseudoType(const AtomicString& name) AtomicString 650 Source/core/css/CSSSelector.cpp const AtomicString& prefix = cs->attribute().prefix(); AtomicString 719 Source/core/css/CSSSelector.cpp void CSSSelector::setArgument(const AtomicString& value) AtomicString 815 Source/core/css/CSSSelector.cpp CSSSelector::RareData::RareData(const AtomicString& value) AtomicString 247 Source/core/css/CSSSelector.h static PseudoType parsePseudoType(const AtomicString&); AtomicString 255 Source/core/css/CSSSelector.h const AtomicString& value() const; AtomicString 264 Source/core/css/CSSSelector.h const AtomicString& argument() const { return m_hasRareData ? m_data.m_rareData->m_argument : nullAtom; } AtomicString 272 Source/core/css/CSSSelector.h void setValue(const AtomicString&); AtomicString 274 Source/core/css/CSSSelector.h void setArgument(const AtomicString&); AtomicString 330 Source/core/css/CSSSelector.h static PassRefPtr<RareData> create(const AtomicString& value) { return adoptRef(new RareData(value)); } AtomicString 336 Source/core/css/CSSSelector.h AtomicString m_value; AtomicString 340 Source/core/css/CSSSelector.h AtomicString m_argument; // Used for :contains, :lang, :nth-* AtomicString 344 Source/core/css/CSSSelector.h RareData(const AtomicString& value); AtomicString 424 Source/core/css/CSSSelector.h inline void CSSSelector::setValue(const AtomicString& value) AtomicString 509 Source/core/css/CSSSelector.h inline const AtomicString& CSSSelector::value() const AtomicString 516 Source/core/css/CSSSelector.h return *reinterpret_cast<const AtomicString*>(&m_data.m_value); AtomicString 138 Source/core/css/CSSValuePool.cpp PassRefPtrWillBeRawPtr<CSSValueList> CSSValuePool::createFontFaceValue(const AtomicString& string) AtomicString 45 Source/core/css/CSSValuePool.h PassRefPtrWillBeRawPtr<CSSValueList> createFontFaceValue(const AtomicString&); AtomicString 142 Source/core/css/ElementRuleCollector.cpp const AtomicString& pseudoId = element.shadowPseudoId(); AtomicString 109 Source/core/css/FontFace.cpp static bool initFontFace(FontFace* fontFace, ExecutionContext* context, const AtomicString& family, const Dictionary& descriptors, ExceptionState& exceptionState) AtomicString 149 Source/core/css/FontFace.cpp PassRefPtr<FontFace> FontFace::create(ExecutionContext* context, const AtomicString& family, const String& source, const Dictionary& descriptors, ExceptionState& exceptionState) AtomicString 163 Source/core/css/FontFace.cpp PassRefPtr<FontFace> FontFace::create(ExecutionContext* context, const AtomicString& family, PassRefPtr<ArrayBuffer> source, const Dictionary& descriptors, ExceptionState& exceptionState) AtomicString 171 Source/core/css/FontFace.cpp PassRefPtr<FontFace> FontFace::create(ExecutionContext* context, const AtomicString& family, PassRefPtr<ArrayBufferView> source, const Dictionary& descriptors, ExceptionState& exceptionState) AtomicString 326 Source/core/css/FontFace.cpp AtomicString family; AtomicString 328 Source/core/css/FontFace.cpp family = AtomicString(familyValue->getStringValue()); AtomicString 58 Source/core/css/FontFace.h static PassRefPtr<FontFace> create(ExecutionContext*, const AtomicString& family, PassRefPtr<ArrayBuffer> source, const Dictionary&, ExceptionState&); AtomicString 59 Source/core/css/FontFace.h static PassRefPtr<FontFace> create(ExecutionContext*, const AtomicString& family, PassRefPtr<ArrayBufferView>, const Dictionary&, ExceptionState&); AtomicString 60 Source/core/css/FontFace.h static PassRefPtr<FontFace> create(ExecutionContext*, const AtomicString& family, const String& source, const Dictionary&, ExceptionState&); AtomicString 65 Source/core/css/FontFace.h const AtomicString& family() const { return m_family; } AtomicString 74 Source/core/css/FontFace.h void setFamily(ExecutionContext*, const AtomicString& s, ExceptionState&) { m_family = s; } AtomicString 116 Source/core/css/FontFace.h AtomicString m_family; AtomicString 190 Source/core/css/FontFaceCache.cpp CSSSegmentedFontFace* FontFaceCache::get(const FontDescription& fontDescription, const AtomicString& family) AtomicString 57 Source/core/css/FontFaceCache.h CSSSegmentedFontFace* get(const FontDescription&, const AtomicString& family); AtomicString 166 Source/core/css/FontFaceSet.cpp const AtomicString& FontFaceSet::interfaceName() const AtomicString 176 Source/core/css/FontFaceSet.cpp AtomicString FontFaceSet::status() const AtomicString 178 Source/core/css/FontFaceSet.cpp DEFINE_STATIC_LOCAL(AtomicString, loading, ("loading", AtomicString::ConstructFromLiteral)); AtomicString 179 Source/core/css/FontFaceSet.cpp DEFINE_STATIC_LOCAL(AtomicString, loaded, ("loaded", AtomicString::ConstructFromLiteral)); AtomicString 81 Source/core/css/FontFaceSet.h AtomicString status() const; AtomicString 84 Source/core/css/FontFaceSet.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 30 Source/core/css/LocalFontFaceSource.h AtomicString m_fontName; AtomicString 67 Source/core/css/MediaQueryMatcher.cpp AtomicString MediaQueryMatcher::mediaType() const AtomicString 77 Source/core/css/MediaQueryMatcher.h AtomicString mediaType() const; AtomicString 91 Source/core/css/PageRuleCollector.cpp const AtomicString& localName = component->tagQName().localName(); AtomicString 67 Source/core/css/PropertySetCSSStyleDeclaration.cpp AtomicString oldValue; AtomicString 72 Source/core/css/PropertySetCSSStyleDeclaration.cpp AtomicString requestedOldValue = m_mutationRecipients->isOldValueRequested() ? oldValue : nullAtom; AtomicString 220 Source/core/css/RuleFeature.cpp for (Vector<AtomicString>::const_iterator it = features.classes.begin(); it != features.classes.end(); ++it) AtomicString 222 Source/core/css/RuleFeature.cpp for (Vector<AtomicString>::const_iterator it = features.attributes.begin(); it != features.attributes.end(); ++it) AtomicString 235 Source/core/css/RuleFeature.cpp void RuleFeatureSet::addContentAttr(const AtomicString& attributeName) AtomicString 257 Source/core/css/RuleFeature.cpp DescendantInvalidationSet& RuleFeatureSet::ensureClassInvalidationSet(const AtomicString& className) AtomicString 265 Source/core/css/RuleFeature.cpp DescendantInvalidationSet& RuleFeatureSet::ensureAttributeInvalidationSet(const AtomicString& attributeName) AtomicString 273 Source/core/css/RuleFeature.cpp DescendantInvalidationSet& RuleFeatureSet::ensureIdInvalidationSet(const AtomicString& id) AtomicString 413 Source/core/css/RuleFeature.cpp void RuleFeatureSet::scheduleStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, Element& element) AtomicString 425 Source/core/css/RuleFeature.cpp void RuleFeatureSet::addClassToInvalidationSet(const AtomicString& className, Element& element) AtomicString 71 Source/core/css/RuleFeature.h inline bool hasSelectorForAttribute(const AtomicString& attributeName) const AtomicString 77 Source/core/css/RuleFeature.h inline bool hasSelectorForClass(const AtomicString& classValue) const AtomicString 83 Source/core/css/RuleFeature.h inline bool hasSelectorForId(const AtomicString& idValue) const AtomicString 93 Source/core/css/RuleFeature.h void scheduleStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, Element&); AtomicString 103 Source/core/css/RuleFeature.h void addContentAttr(const AtomicString& attributeName); AtomicString 138 Source/core/css/RuleFeature.h DescendantInvalidationSet& ensureClassInvalidationSet(const AtomicString& className); AtomicString 139 Source/core/css/RuleFeature.h DescendantInvalidationSet& ensureAttributeInvalidationSet(const AtomicString& attributeName); AtomicString 140 Source/core/css/RuleFeature.h DescendantInvalidationSet& ensureIdInvalidationSet(const AtomicString& attributeName); AtomicString 147 Source/core/css/RuleFeature.h Vector<AtomicString> classes; AtomicString 148 Source/core/css/RuleFeature.h Vector<AtomicString> attributes; AtomicString 149 Source/core/css/RuleFeature.h AtomicString id; AtomicString 150 Source/core/css/RuleFeature.h AtomicString tagName; AtomicString 158 Source/core/css/RuleFeature.h void addClassToInvalidationSet(const AtomicString& className, Element&); AtomicString 57 Source/core/css/RuleSet.cpp const AtomicString& selectorNamespace = selector.tagQName().namespaceURI(); AtomicString 142 Source/core/css/RuleSet.cpp void RuleSet::addToRuleSet(const AtomicString& key, PendingRuleMap& map, const RuleData& ruleData) AtomicString 150 Source/core/css/RuleSet.cpp static void extractValuesforSelector(const CSSSelector* selector, AtomicString& id, AtomicString& className, AtomicString& customPseudoElementName, AtomicString& tagName) AtomicString 170 Source/core/css/RuleSet.cpp AtomicString id; AtomicString 171 Source/core/css/RuleSet.cpp AtomicString className; AtomicString 172 Source/core/css/RuleSet.cpp AtomicString customPseudoElementName; AtomicString 173 Source/core/css/RuleSet.cpp AtomicString tagName; AtomicString 136 Source/core/css/RuleSet.h const WillBeHeapTerminatedArray<RuleData>* idRules(const AtomicString& key) const { ASSERT(!m_pendingRules); return m_idRules.get(key); } AtomicString 137 Source/core/css/RuleSet.h const WillBeHeapTerminatedArray<RuleData>* classRules(const AtomicString& key) const { ASSERT(!m_pendingRules); return m_classRules.get(key); } AtomicString 138 Source/core/css/RuleSet.h const WillBeHeapTerminatedArray<RuleData>* tagRules(const AtomicString& key) const { ASSERT(!m_pendingRules); return m_tagRules.get(key); } AtomicString 139 Source/core/css/RuleSet.h const WillBeHeapTerminatedArray<RuleData>* shadowPseudoElementRules(const AtomicString& key) const { ASSERT(!m_pendingRules); return m_shadowPseudoElementRules.get(key); } AtomicString 176 Source/core/css/RuleSet.h void addToRuleSet(const AtomicString& key, PendingRuleMap&, const RuleData&); AtomicString 44 Source/core/css/RuleSetTest.cpp AtomicString str("-webkit-details-marker"); AtomicString 56 Source/core/css/RuleSetTest.cpp AtomicString str("id"); AtomicString 68 Source/core/css/RuleSetTest.cpp AtomicString str("div"); AtomicString 80 Source/core/css/RuleSetTest.cpp AtomicString str("id"); AtomicString 84 Source/core/css/RuleSetTest.cpp AtomicString classStr("class"); AtomicString 94 Source/core/css/RuleSetTest.cpp AtomicString str("id"); AtomicString 106 Source/core/css/RuleSetTest.cpp AtomicString str("id"); AtomicString 109 Source/core/css/RuleSetTest.cpp AtomicString attrStr("attr"); AtomicString 119 Source/core/css/RuleSetTest.cpp AtomicString str("id"); AtomicString 122 Source/core/css/RuleSetTest.cpp AtomicString tagStr("div"); AtomicString 132 Source/core/css/RuleSetTest.cpp AtomicString str("div"); AtomicString 135 Source/core/css/RuleSetTest.cpp AtomicString valueStr("content"); AtomicString 401 Source/core/css/SelectorChecker.cpp static inline bool containsHTMLSpace(const AtomicString& string) AtomicString 409 Source/core/css/SelectorChecker.cpp static bool attributeValueMatches(const Attribute& attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive) AtomicString 411 Source/core/css/SelectorChecker.cpp const AtomicString& value = attributeItem.value(); AtomicString 484 Source/core/css/SelectorChecker.cpp const AtomicString& selectorValue = selector.value(); AtomicString 850 Source/core/css/SelectorChecker.cpp AtomicString value; AtomicString 855 Source/core/css/SelectorChecker.cpp const AtomicString& argument = selector.argument(); AtomicString 158 Source/core/css/SelectorChecker.h const AtomicString& localName = tagQName.localName(); AtomicString 161 Source/core/css/SelectorChecker.h const AtomicString& namespaceURI = tagQName.namespaceURI(); AtomicString 43 Source/core/css/StyleMedia.cpp AtomicString StyleMedia::type() const AtomicString 43 Source/core/css/StyleMedia.h AtomicString type() const; AtomicString 300 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::parserAddNamespace(const AtomicString& prefix, const AtomicString& uri) AtomicString 310 Source/core/css/StyleSheetContents.cpp const AtomicString& StyleSheetContents::determineNamespace(const AtomicString& prefix) AtomicString 67 Source/core/css/StyleSheetContents.h const AtomicString& determineNamespace(const AtomicString& prefix); AtomicString 99 Source/core/css/StyleSheetContents.h void parserAddNamespace(const AtomicString& prefix, const AtomicString& uri); AtomicString 182 Source/core/css/StyleSheetContents.h typedef HashMap<AtomicString, AtomicString> PrefixNamespaceURIMap; AtomicString 72 Source/core/css/StyleSheetList.cpp HTMLStyleElement* StyleSheetList::getNamedItem(const AtomicString& name) const AtomicString 87 Source/core/css/StyleSheetList.cpp CSSStyleSheet* StyleSheetList::anonymousNamedGetter(const AtomicString& name) AtomicString 44 Source/core/css/StyleSheetList.h HTMLStyleElement* getNamedItem(const AtomicString&) const; AtomicString 49 Source/core/css/StyleSheetList.h CSSStyleSheet* anonymousNamedGetter(const AtomicString&); AtomicString 60 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>::const_iterator end = other.m_classes->end(); AtomicString 61 Source/core/css/invalidation/DescendantInvalidationSet.cpp for (HashSet<AtomicString>::const_iterator it = other.m_classes->begin(); it != end; ++it) AtomicString 66 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>::const_iterator end = other.m_ids->end(); AtomicString 67 Source/core/css/invalidation/DescendantInvalidationSet.cpp for (HashSet<AtomicString>::const_iterator it = other.m_ids->begin(); it != end; ++it) AtomicString 72 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>::const_iterator end = other.m_tagNames->end(); AtomicString 73 Source/core/css/invalidation/DescendantInvalidationSet.cpp for (HashSet<AtomicString>::const_iterator it = other.m_tagNames->begin(); it != end; ++it) AtomicString 78 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>::const_iterator end = other.m_attributes->end(); AtomicString 79 Source/core/css/invalidation/DescendantInvalidationSet.cpp for (HashSet<AtomicString>::const_iterator it = other.m_attributes->begin(); it != end; ++it) AtomicString 84 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>& DescendantInvalidationSet::ensureClassSet() AtomicString 87 Source/core/css/invalidation/DescendantInvalidationSet.cpp m_classes = adoptPtr(new HashSet<AtomicString>); AtomicString 91 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>& DescendantInvalidationSet::ensureIdSet() AtomicString 94 Source/core/css/invalidation/DescendantInvalidationSet.cpp m_ids = adoptPtr(new HashSet<AtomicString>); AtomicString 98 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>& DescendantInvalidationSet::ensureTagNameSet() AtomicString 101 Source/core/css/invalidation/DescendantInvalidationSet.cpp m_tagNames = adoptPtr(new HashSet<AtomicString>); AtomicString 105 Source/core/css/invalidation/DescendantInvalidationSet.cpp HashSet<AtomicString>& DescendantInvalidationSet::ensureAttributeSet() AtomicString 108 Source/core/css/invalidation/DescendantInvalidationSet.cpp m_attributes = adoptPtr(new HashSet<AtomicString>); AtomicString 112 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::addClass(const AtomicString& className) AtomicString 119 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::addId(const AtomicString& id) AtomicString 126 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::addTagName(const AtomicString& tagName) AtomicString 133 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::addAttribute(const AtomicString& attribute) AtomicString 140 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::getClasses(Vector<AtomicString>& classes) const AtomicString 144 Source/core/css/invalidation/DescendantInvalidationSet.cpp for (HashSet<AtomicString>::const_iterator it = m_classes->begin(); it != m_classes->end(); ++it) AtomicString 148 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::getAttributes(Vector<AtomicString>& attributes) const AtomicString 152 Source/core/css/invalidation/DescendantInvalidationSet.cpp for (HashSet<AtomicString>::const_iterator it = m_attributes->begin(); it != m_attributes->end(); ++it) AtomicString 156 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::getIds(Vector<AtomicString>& ids) const AtomicString 160 Source/core/css/invalidation/DescendantInvalidationSet.cpp for (HashSet<AtomicString>::const_iterator it = m_ids->begin(); it != m_ids->end(); ++it) AtomicString 164 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::getTagNames(Vector<AtomicString>& tagNames) const AtomicString 168 Source/core/css/invalidation/DescendantInvalidationSet.cpp for (HashSet<AtomicString>::const_iterator it = m_tagNames->begin(); it != m_tagNames->end(); ++it) AtomicString 56 Source/core/css/invalidation/DescendantInvalidationSet.h void addClass(const AtomicString& className); AtomicString 57 Source/core/css/invalidation/DescendantInvalidationSet.h void addId(const AtomicString& id); AtomicString 58 Source/core/css/invalidation/DescendantInvalidationSet.h void addTagName(const AtomicString& tagName); AtomicString 59 Source/core/css/invalidation/DescendantInvalidationSet.h void addAttribute(const AtomicString& attributeLocalName); AtomicString 62 Source/core/css/invalidation/DescendantInvalidationSet.h void getClasses(Vector<AtomicString>& classes) const; AtomicString 65 Source/core/css/invalidation/DescendantInvalidationSet.h void getAttributes(Vector<AtomicString>& attributes) const; AtomicString 68 Source/core/css/invalidation/DescendantInvalidationSet.h void getIds(Vector<AtomicString>& ids) const; AtomicString 71 Source/core/css/invalidation/DescendantInvalidationSet.h void getTagNames(Vector<AtomicString>& tagNames) const; AtomicString 82 Source/core/css/invalidation/DescendantInvalidationSet.h HashSet<AtomicString>& ensureClassSet(); AtomicString 83 Source/core/css/invalidation/DescendantInvalidationSet.h HashSet<AtomicString>& ensureIdSet(); AtomicString 84 Source/core/css/invalidation/DescendantInvalidationSet.h HashSet<AtomicString>& ensureTagNameSet(); AtomicString 85 Source/core/css/invalidation/DescendantInvalidationSet.h HashSet<AtomicString>& ensureAttributeSet(); AtomicString 94 Source/core/css/invalidation/DescendantInvalidationSet.h OwnPtr<HashSet<AtomicString> > m_classes; AtomicString 95 Source/core/css/invalidation/DescendantInvalidationSet.h OwnPtr<HashSet<AtomicString> > m_ids; AtomicString 96 Source/core/css/invalidation/DescendantInvalidationSet.h OwnPtr<HashSet<AtomicString> > m_tagNames; AtomicString 97 Source/core/css/invalidation/DescendantInvalidationSet.h OwnPtr<HashSet<AtomicString> > m_attributes; AtomicString 21 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp Vector<AtomicString> classes; AtomicString 34 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp Vector<AtomicString> classes; AtomicString 51 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp Vector<AtomicString> classes; AtomicString 69 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp Vector<AtomicString> classes; AtomicString 72 Source/core/css/invalidation/StyleInvalidator.cpp for (Vector<AtomicString>::const_iterator it = m_invalidationClasses.begin(); it != m_invalidationClasses.end(); ++it) { AtomicString 78 Source/core/css/invalidation/StyleInvalidator.cpp for (Vector<AtomicString>::const_iterator it = m_invalidationAttributes.begin(); it != m_invalidationAttributes.end(); ++it) { AtomicString 84 Source/core/css/invalidation/StyleInvalidator.cpp const AtomicString& id = element.idForStyleResolution(); AtomicString 42 Source/core/css/invalidation/StyleInvalidator.h Vector<AtomicString> m_invalidationClasses; AtomicString 43 Source/core/css/invalidation/StyleInvalidator.h Vector<AtomicString> m_invalidationAttributes; AtomicString 44 Source/core/css/invalidation/StyleInvalidator.h Vector<AtomicString> m_invalidationIds; AtomicString 45 Source/core/css/invalidation/StyleInvalidator.h Vector<AtomicString> m_invalidationTagNames; AtomicString 994 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtrWillBeRawPtr<CSSValueList> BisonCSSParser::parseFontFaceValue(const AtomicString& string) AtomicString 1602 Source/core/css/parser/BisonCSSParser-in.cpp MediaQueryExp* BisonCSSParser::createFloatingMediaQueryExp(const AtomicString& mediaFeature, CSSParserValueList* values) AtomicString 1626 Source/core/css/parser/BisonCSSParser-in.cpp MediaQuery* BisonCSSParser::createFloatingMediaQuery(MediaQuery::Restrictor restrictor, const AtomicString& mediaType, PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > > expressions) AtomicString 1634 Source/core/css/parser/BisonCSSParser-in.cpp return createFloatingMediaQuery(MediaQuery::None, AtomicString("all", AtomicString::ConstructFromLiteral), expressions); AtomicString 1639 Source/core/css/parser/BisonCSSParser-in.cpp return createFloatingMediaQuery(MediaQuery::Not, AtomicString("all", AtomicString::ConstructFromLiteral), sinkFloatingMediaQueryExpList(createFloatingMediaQueryExpList())); AtomicString 1900 Source/core/css/parser/BisonCSSParser-in.cpp void BisonCSSParser::addNamespace(const AtomicString& prefix, const AtomicString& uri) AtomicString 1910 Source/core/css/parser/BisonCSSParser-in.cpp QualifiedName BisonCSSParser::determineNameInNamespace(const AtomicString& prefix, const AtomicString& localName) AtomicString 1924 Source/core/css/parser/BisonCSSParser-in.cpp CSSParserSelector* BisonCSSParser::rewriteSpecifiersWithElementName(const AtomicString& namespacePrefix, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule) AtomicString 1926 Source/core/css/parser/BisonCSSParser-in.cpp AtomicString determinedNamespace = namespacePrefix != nullAtom && m_styleSheet ? m_styleSheet->determineNamespace(namespacePrefix) : m_defaultNamespace; AtomicString 1944 Source/core/css/parser/BisonCSSParser-in.cpp CSSParserSelector* BisonCSSParser::rewriteSpecifiersWithElementNameForCustomPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule) AtomicString 1971 Source/core/css/parser/BisonCSSParser-in.cpp CSSParserSelector* BisonCSSParser::rewriteSpecifiersWithElementNameForContentPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule) AtomicString 97 Source/core/css/parser/BisonCSSParser.h static PassRefPtrWillBeRawPtr<CSSValueList> parseFontFaceValue(const AtomicString&); AtomicString 147 Source/core/css/parser/BisonCSSParser.h MediaQueryExp* createFloatingMediaQueryExp(const AtomicString&, CSSParserValueList*); AtomicString 151 Source/core/css/parser/BisonCSSParser.h MediaQuery* createFloatingMediaQuery(MediaQuery::Restrictor, const AtomicString&, PassOwnPtrWillBeRawPtr<WillBeHeapVector<OwnPtrWillBeMember<MediaQueryExp> > >); AtomicString 159 Source/core/css/parser/BisonCSSParser.h void addNamespace(const AtomicString& prefix, const AtomicString& uri); AtomicString 160 Source/core/css/parser/BisonCSSParser.h QualifiedName determineNameInNamespace(const AtomicString& prefix, const AtomicString& localName); AtomicString 162 Source/core/css/parser/BisonCSSParser.h CSSParserSelector* rewriteSpecifiersWithElementName(const AtomicString& namespacePrefix, const AtomicString& elementName, CSSParserSelector*, bool isNamespacePlaceholder = false); AtomicString 163 Source/core/css/parser/BisonCSSParser.h CSSParserSelector* rewriteSpecifiersWithElementNameForCustomPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule); AtomicString 164 Source/core/css/parser/BisonCSSParser.h CSSParserSelector* rewriteSpecifiersWithElementNameForContentPseudoElement(const QualifiedName& tag, const AtomicString& elementName, CSSParserSelector* specifiers, bool tagIsForNamespaceRule); AtomicString 198 Source/core/css/parser/BisonCSSParser.h AtomicString m_defaultNamespace; AtomicString 7803 Source/core/css/parser/CSSPropertyParser.cpp AtomicString tag = value->string; AtomicString 413 Source/core/css/resolver/CSSToStyleMap.cpp layer->setName(AtomicString(primitiveValue->getStringValue())); AtomicString 115 Source/core/css/resolver/FilterOperationResolver.cpp RefPtr<ReferenceFilterOperation> operation = ReferenceFilterOperation::create(svgDocumentValue->url(), AtomicString(url.fragmentIdentifier())); AtomicString 89 Source/core/css/resolver/FontBuilder.cpp const AtomicString& standardFontFamily = document->settings()->genericFontFamilySettings().standard(); AtomicString 183 Source/core/css/resolver/FontBuilder.cpp AtomicString face; AtomicString 186 Source/core/css/resolver/FontBuilder.cpp face = AtomicString(contentValue->getStringValue()); AtomicString 110 Source/core/css/resolver/ScopedStyleResolver.cpp AtomicString s(rule->name()); AtomicString 111 Source/core/css/resolver/SharedStyleFinder.cpp static inline const AtomicString& typeAttributeValue(const Element& element) AtomicString 37 Source/core/css/resolver/StyleBuilderConverter.cpp AtomicString StyleBuilderConverter::convertFragmentIdentifier(StyleResolverState& state, CSSValue* value) AtomicString 43 Source/core/css/resolver/StyleBuilderConverter.h static AtomicString convertFragmentIdentifier(StyleResolverState&, CSSValue*); AtomicString 55 Source/core/css/resolver/StyleBuilderConverter.h template <CSSValueID IdForNone> static AtomicString convertString(StyleResolverState&, CSSValue*); AtomicString 92 Source/core/css/resolver/StyleBuilderConverter.h AtomicString StyleBuilderConverter::convertString(StyleResolverState&, CSSValue* value) AtomicString 97 Source/core/css/resolver/StyleBuilderConverter.h return AtomicString(primitiveValue->getStringValue()); AtomicString 813 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setClipPath(ReferenceClipPathOperation::create(cssURLValue, AtomicString(url.fragmentIdentifier()))); AtomicString 948 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setTextEmphasisCustomMark(AtomicString(primitiveValue->getStringValue())); AtomicString 1345 Source/core/css/resolver/StyleBuilderCustom.cpp QualifiedName attr(nullAtom, AtomicString(contentValue->getStringValue()), nullAtom); AtomicString 1346 Source/core/css/resolver/StyleBuilderCustom.cpp const AtomicString& value = state.element()->getAttribute(attr); AtomicString 1357 Source/core/css/resolver/StyleBuilderCustom.cpp OwnPtr<CounterContent> counter = adoptPtr(new CounterContent(AtomicString(counterValue->identifier()), listStyleType, AtomicString(counterValue->separator()))); AtomicString 1508 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setLocale(AtomicString(primitiveValue->getStringValue())); AtomicString 332 Source/core/css/resolver/StyleResolver.cpp bool StyleResolver::hasRulesForId(const AtomicString& id) const AtomicString 612 Source/core/css/resolver/StyleResolver.cpp static void addContentAttrValuesToFeatures(const Vector<AtomicString>& contentAttrValues, RuleFeatureSet& features) AtomicString 728 Source/core/css/resolver/StyleResolver.cpp PassRefPtr<RenderStyle> StyleResolver::styleForKeyframe(Element* element, const RenderStyle& elementStyle, RenderStyle* parentStyle, const StyleKeyframe* keyframe, const AtomicString& animationName) AtomicString 124 Source/core/css/resolver/StyleResolver.h PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle&, RenderStyle* parentStyle, const StyleKeyframe*, const AtomicString& animationName); AtomicString 216 Source/core/css/resolver/StyleResolver.h bool hasRulesForId(const AtomicString&) const; AtomicString 92 Source/core/css/resolver/StyleResolverState.h Vector<AtomicString>& contentAttrValues() { return m_contentAttrValues; } AtomicString 169 Source/core/css/resolver/StyleResolverState.h Vector<AtomicString> m_contentAttrValues; AtomicString 48 Source/core/dom/Attr.cpp Attr::Attr(Document& document, const QualifiedName& name, const AtomicString& standaloneValue) AtomicString 65 Source/core/dom/Attr.cpp PassRefPtr<Attr> Attr::create(Document& document, const QualifiedName& name, const AtomicString& value) AtomicString 91 Source/core/dom/Attr.cpp void Attr::setValue(const AtomicString& value) AtomicString 106 Source/core/dom/Attr.cpp void Attr::setValueInternal(const AtomicString& value) AtomicString 117 Source/core/dom/Attr.cpp const AtomicString& Attr::valueForBindings() const AtomicString 123 Source/core/dom/Attr.cpp void Attr::setValueForBindings(const AtomicString& value) AtomicString 135 Source/core/dom/Attr.cpp setValueInternal(AtomicString(v)); AtomicString 164 Source/core/dom/Attr.cpp AtomicString newValue = valueBuilder.toAtomicString(); AtomicString 177 Source/core/dom/Attr.cpp const AtomicString& Attr::value() const AtomicString 191 Source/core/dom/Attr.cpp void Attr::detachFromElementWithValue(const AtomicString& value) AtomicString 44 Source/core/dom/Attr.h static PassRefPtr<Attr> create(Document&, const QualifiedName&, const AtomicString& value); AtomicString 51 Source/core/dom/Attr.h const AtomicString& value() const; AtomicString 52 Source/core/dom/Attr.h void setValue(const AtomicString&); AtomicString 54 Source/core/dom/Attr.h const AtomicString& valueForBindings() const; AtomicString 55 Source/core/dom/Attr.h void setValueForBindings(const AtomicString&); AtomicString 60 Source/core/dom/Attr.h void detachFromElementWithValue(const AtomicString&); AtomicString 62 Source/core/dom/Attr.h virtual const AtomicString& localName() const OVERRIDE { return m_name.localName(); } AtomicString 63 Source/core/dom/Attr.h virtual const AtomicString& namespaceURI() const OVERRIDE { return m_name.namespaceURI(); } AtomicString 64 Source/core/dom/Attr.h const AtomicString& prefix() const { return m_name.prefix(); } AtomicString 68 Source/core/dom/Attr.h Attr(Document&, const QualifiedName&, const AtomicString& value); AtomicString 72 Source/core/dom/Attr.h void setValueInternal(const AtomicString&); AtomicString 92 Source/core/dom/Attr.h AtomicString m_standaloneValue; AtomicString 37 Source/core/dom/Attribute.h Attribute(const QualifiedName& name, const AtomicString& value) AtomicString 46 Source/core/dom/Attribute.h const AtomicString& value() const { return m_value; } AtomicString 47 Source/core/dom/Attribute.h const AtomicString& prefix() const { return m_name.prefix(); } AtomicString 48 Source/core/dom/Attribute.h const AtomicString& localName() const { return m_name.localName(); } AtomicString 49 Source/core/dom/Attribute.h const AtomicString& namespaceURI() const { return m_name.namespaceURI(); } AtomicString 56 Source/core/dom/Attribute.h void setValue(const AtomicString& value) { m_value = value; } AtomicString 57 Source/core/dom/Attribute.h void setPrefix(const AtomicString& prefix) { m_name.setPrefix(prefix); } AtomicString 72 Source/core/dom/Attribute.h AtomicString m_value; AtomicString 42 Source/core/dom/CharacterData.cpp m_data = AtomicString(m_data); AtomicString 38 Source/core/dom/ClassCollection.cpp ClassCollection::ClassCollection(ContainerNode& rootNode, const AtomicString& classNames) AtomicString 43 Source/core/dom/ClassCollection.h static PassRefPtr<ClassCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& classNames) AtomicString 54 Source/core/dom/ClassCollection.h ClassCollection(ContainerNode& rootNode, const AtomicString& classNames); AtomicString 57 Source/core/dom/ClassCollection.h AtomicString m_originalClassNames; AtomicString 917 Source/core/dom/ContainerNode.cpp PassRefPtr<Element> ContainerNode::querySelector(const AtomicString& selectors, ExceptionState& exceptionState) AtomicString 930 Source/core/dom/ContainerNode.cpp PassRefPtr<NodeList> ContainerNode::querySelectorAll(const AtomicString& selectors, ExceptionState& exceptionState) AtomicString 1052 Source/core/dom/ContainerNode.cpp PassRefPtr<HTMLCollection> ContainerNode::getElementsByTagName(const AtomicString& localName) AtomicString 1062 Source/core/dom/ContainerNode.cpp PassRefPtr<HTMLCollection> ContainerNode::getElementsByTagNameNS(const AtomicString& namespaceURI, const AtomicString& localName) AtomicString 1075 Source/core/dom/ContainerNode.cpp PassRefPtr<NodeList> ContainerNode::getElementsByName(const AtomicString& elementName) AtomicString 1082 Source/core/dom/ContainerNode.cpp PassRefPtr<HTMLCollection> ContainerNode::getElementsByClassName(const AtomicString& classNames) AtomicString 1087 Source/core/dom/ContainerNode.cpp PassRefPtr<RadioNodeList> ContainerNode::radioNodeList(const AtomicString& name, bool onlyMatchImgElements) AtomicString 111 Source/core/dom/ContainerNode.h PassRefPtr<Element> querySelector(const AtomicString& selectors, ExceptionState&); AtomicString 112 Source/core/dom/ContainerNode.h PassRefPtr<NodeList> querySelectorAll(const AtomicString& selectors, ExceptionState&); AtomicString 119 Source/core/dom/ContainerNode.h PassRefPtr<HTMLCollection> getElementsByTagName(const AtomicString&); AtomicString 120 Source/core/dom/ContainerNode.h PassRefPtr<HTMLCollection> getElementsByTagNameNS(const AtomicString& namespaceURI, const AtomicString& localName); AtomicString 121 Source/core/dom/ContainerNode.h PassRefPtr<NodeList> getElementsByName(const AtomicString& elementName); AtomicString 122 Source/core/dom/ContainerNode.h PassRefPtr<HTMLCollection> getElementsByClassName(const AtomicString& classNames); AtomicString 123 Source/core/dom/ContainerNode.h PassRefPtr<RadioNodeList> radioNodeList(const AtomicString&, bool onlyMatchImgElements = false); AtomicString 191 Source/core/dom/DOMImplementation.cpp PassRefPtr<DocumentType> DOMImplementation::createDocumentType(const AtomicString& qualifiedName, AtomicString 194 Source/core/dom/DOMImplementation.cpp AtomicString prefix, localName; AtomicString 206 Source/core/dom/DOMImplementation.cpp PassRefPtr<XMLDocument> DOMImplementation::createDocument(const AtomicString& namespaceURI, AtomicString 207 Source/core/dom/DOMImplementation.cpp const AtomicString& qualifiedName, DocumentType* doctype, ExceptionState& exceptionState) AtomicString 55 Source/core/dom/DOMImplementation.h PassRefPtr<DocumentType> createDocumentType(const AtomicString& qualifiedName, const String& publicId, const String& systemId, ExceptionState&); AtomicString 56 Source/core/dom/DOMImplementation.h PassRefPtr<XMLDocument> createDocument(const AtomicString& namespaceURI, const AtomicString& qualifiedName, DocumentType*, ExceptionState&); AtomicString 43 Source/core/dom/DOMSettableTokenList.cpp const AtomicString DOMSettableTokenList::item(unsigned index) const AtomicString 46 Source/core/dom/DOMSettableTokenList.cpp return AtomicString(); AtomicString 50 Source/core/dom/DOMSettableTokenList.cpp bool DOMSettableTokenList::containsInternal(const AtomicString& token) const AtomicString 61 Source/core/dom/DOMSettableTokenList.cpp m_tokens.set(AtomicString(tokens[i]), false); AtomicString 63 Source/core/dom/DOMSettableTokenList.cpp m_tokens.add(AtomicString(tokens[i])); AtomicString 67 Source/core/dom/DOMSettableTokenList.cpp void DOMSettableTokenList::addInternal(const AtomicString& token) AtomicString 80 Source/core/dom/DOMSettableTokenList.cpp m_tokens.remove(AtomicString(tokens[i])); AtomicString 83 Source/core/dom/DOMSettableTokenList.cpp void DOMSettableTokenList::removeInternal(const AtomicString& token) AtomicString 89 Source/core/dom/DOMSettableTokenList.cpp void DOMSettableTokenList::setValue(const AtomicString& value) AtomicString 50 Source/core/dom/DOMSettableTokenList.h virtual const AtomicString item(unsigned index) const OVERRIDE; AtomicString 55 Source/core/dom/DOMSettableTokenList.h virtual const AtomicString& value() const OVERRIDE { return m_value; } AtomicString 56 Source/core/dom/DOMSettableTokenList.h virtual void setValue(const AtomicString&) OVERRIDE; AtomicString 64 Source/core/dom/DOMSettableTokenList.h virtual void addInternal(const AtomicString&) OVERRIDE; AtomicString 65 Source/core/dom/DOMSettableTokenList.h virtual bool containsInternal(const AtomicString&) const OVERRIDE; AtomicString 66 Source/core/dom/DOMSettableTokenList.h virtual void removeInternal(const AtomicString&) OVERRIDE; AtomicString 68 Source/core/dom/DOMSettableTokenList.h AtomicString m_value; AtomicString 35 Source/core/dom/DOMStringMap.cpp bool DOMStringMap::namedPropertyQuery(const AtomicString& name, ExceptionState&) AtomicString 58 Source/core/dom/DOMStringMap.h DeleteResult anonymousNamedDeleter(const AtomicString& name) AtomicString 67 Source/core/dom/DOMStringMap.h bool namedPropertyQuery(const AtomicString&, ExceptionState&); AtomicString 79 Source/core/dom/DOMStringMap.h return anonymousNamedDeleter(AtomicString::number(index)); AtomicString 63 Source/core/dom/DOMTokenList.cpp bool DOMTokenList::contains(const AtomicString& token, ExceptionState& exceptionState) const AtomicString 70 Source/core/dom/DOMTokenList.cpp void DOMTokenList::add(const AtomicString& token, ExceptionState& exceptionState) AtomicString 86 Source/core/dom/DOMTokenList.cpp if (containsInternal(AtomicString(tokens[i]))) AtomicString 99 Source/core/dom/DOMTokenList.cpp void DOMTokenList::remove(const AtomicString& token, ExceptionState& exceptionState) AtomicString 117 Source/core/dom/DOMTokenList.cpp if (containsInternal(AtomicString(tokens[i]))) { AtomicString 127 Source/core/dom/DOMTokenList.cpp bool DOMTokenList::toggle(const AtomicString& token, ExceptionState& exceptionState) AtomicString 140 Source/core/dom/DOMTokenList.cpp bool DOMTokenList::toggle(const AtomicString& token, bool force, ExceptionState& exceptionState) AtomicString 153 Source/core/dom/DOMTokenList.cpp void DOMTokenList::addInternal(const AtomicString& token) AtomicString 159 Source/core/dom/DOMTokenList.cpp void DOMTokenList::removeInternal(const AtomicString& token) AtomicString 168 Source/core/dom/DOMTokenList.cpp AtomicString DOMTokenList::addToken(const AtomicString& input, const AtomicString& token) AtomicString 177 Source/core/dom/DOMTokenList.cpp AtomicString DOMTokenList::addTokens(const AtomicString& input, const Vector<String>& tokens) AtomicString 197 Source/core/dom/DOMTokenList.cpp AtomicString DOMTokenList::removeToken(const AtomicString& input, const AtomicString& token) AtomicString 206 Source/core/dom/DOMTokenList.cpp AtomicString DOMTokenList::removeTokens(const AtomicString& input, const Vector<String>& tokens) AtomicString 50 Source/core/dom/DOMTokenList.h virtual const AtomicString item(unsigned index) const = 0; AtomicString 52 Source/core/dom/DOMTokenList.h bool contains(const AtomicString&, ExceptionState&) const; AtomicString 54 Source/core/dom/DOMTokenList.h void add(const AtomicString&, ExceptionState&); AtomicString 56 Source/core/dom/DOMTokenList.h void remove(const AtomicString&, ExceptionState&); AtomicString 57 Source/core/dom/DOMTokenList.h bool toggle(const AtomicString&, ExceptionState&); AtomicString 58 Source/core/dom/DOMTokenList.h bool toggle(const AtomicString&, bool force, ExceptionState&); AtomicString 60 Source/core/dom/DOMTokenList.h const AtomicString& toString() const { return value(); } AtomicString 65 Source/core/dom/DOMTokenList.h virtual const AtomicString& value() const = 0; AtomicString 66 Source/core/dom/DOMTokenList.h virtual void setValue(const AtomicString&) = 0; AtomicString 68 Source/core/dom/DOMTokenList.h virtual void addInternal(const AtomicString&); AtomicString 69 Source/core/dom/DOMTokenList.h virtual bool containsInternal(const AtomicString&) const = 0; AtomicString 70 Source/core/dom/DOMTokenList.h virtual void removeInternal(const AtomicString&); AtomicString 74 Source/core/dom/DOMTokenList.h static AtomicString addToken(const AtomicString&, const AtomicString&); AtomicString 75 Source/core/dom/DOMTokenList.h static AtomicString addTokens(const AtomicString&, const Vector<String>&); AtomicString 76 Source/core/dom/DOMTokenList.h static AtomicString removeToken(const AtomicString&, const AtomicString&); AtomicString 77 Source/core/dom/DOMTokenList.h static AtomicString removeTokens(const AtomicString&, const Vector<String>&); AtomicString 78 Source/core/dom/DOMURLUtilsReadOnly.cpp return AtomicString(String("#" + fragmentIdentifier)); AtomicString 125 Source/core/dom/DatasetDOMStringMap.cpp static AtomicString convertPropertyNameToAttributeName(const String& name) AtomicString 203 Source/core/dom/DatasetDOMStringMap.cpp m_element->setAttribute(convertPropertyNameToAttributeName(name), AtomicString(value), exceptionState); AtomicString 209 Source/core/dom/DatasetDOMStringMap.cpp AtomicString attributeName = convertPropertyNameToAttributeName(name); AtomicString 708 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElement(const AtomicString& name, ExceptionState& exceptionState) AtomicString 721 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElement(const AtomicString& localName, const AtomicString& typeExtension, ExceptionState& exceptionState) AtomicString 744 Source/core/dom/Document.cpp static inline QualifiedName createQualifiedName(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState& exceptionState) AtomicString 746 Source/core/dom/Document.cpp AtomicString prefix, localName; AtomicString 759 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState& exceptionState) AtomicString 768 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& typeExtension, ExceptionState& exceptionState) AtomicString 786 Source/core/dom/Document.cpp ScriptValue Document::registerElement(WebCore::NewScriptState* scriptState, const AtomicString& name, ExceptionState& exceptionState) AtomicString 791 Source/core/dom/Document.cpp ScriptValue Document::registerElement(WebCore::NewScriptState* scriptState, const AtomicString& name, const Dictionary& options, ExceptionState& exceptionState, CustomElement::NameSet validNames) AtomicString 934 Source/core/dom/Document.cpp return Attr::create(*this, QualifiedName(nullAtom, AtomicString(toAttr(importedNode)->name()), nullAtom), toAttr(importedNode)->value()); AtomicString 1106 Source/core/dom/Document.cpp AtomicString Document::encodingName() const AtomicString 1111 Source/core/dom/Document.cpp return AtomicString(encoding().name()); AtomicString 1134 Source/core/dom/Document.cpp void Document::setContentLanguage(const AtomicString& language) AtomicString 1205 Source/core/dom/Document.cpp void Document::setMimeType(const AtomicString& mimeType) AtomicString 1210 Source/core/dom/Document.cpp AtomicString Document::contentType() const AtomicString 1220 Source/core/dom/Document.cpp return AtomicString(mimeType); AtomicString 1222 Source/core/dom/Document.cpp return AtomicString("application/xml"); AtomicString 2766 Source/core/dom/Document.cpp const AtomicString* href = 0; AtomicString 2767 Source/core/dom/Document.cpp const AtomicString* target = 0; AtomicString 2770 Source/core/dom/Document.cpp const AtomicString& value = base->fastGetAttribute(hrefAttr); AtomicString 2775 Source/core/dom/Document.cpp const AtomicString& value = base->fastGetAttribute(targetAttr); AtomicString 2935 Source/core/dom/Document.cpp void Document::processHttpEquiv(const AtomicString& equiv, const AtomicString& content, bool inDocumentHeadElement) AtomicString 2959 Source/core/dom/Document.cpp void Document::processHttpEquivContentSecurityPolicy(const AtomicString& equiv, const AtomicString& content) AtomicString 2971 Source/core/dom/Document.cpp void Document::processHttpEquivDefaultStyle(const AtomicString& content) AtomicString 2984 Source/core/dom/Document.cpp void Document::processHttpEquivRefresh(const AtomicString& content) AtomicString 3017 Source/core/dom/Document.cpp void Document::processHttpEquivSetCookie(const AtomicString& content) AtomicString 3027 Source/core/dom/Document.cpp void Document::processHttpEquivXFrameOptions(const AtomicString& content) AtomicString 3731 Source/core/dom/Document.cpp void Document::setWindowAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener> listener) AtomicString 3739 Source/core/dom/Document.cpp EventListener* Document::getWindowAttributeEventListener(const AtomicString& eventType) AtomicString 3802 Source/core/dom/Document.cpp void Document::addListenerTypeIfNeeded(const AtomicString& eventType) AtomicString 3904 Source/core/dom/Document.cpp const AtomicString& Document::referrer() const AtomicString 3958 Source/core/dom/Document.cpp const AtomicString& httpLastModified = documentLoader->response().httpHeaderField("Last-Modified"); AtomicString 4049 Source/core/dom/Document.cpp static bool parseQualifiedNameInternal(const AtomicString& qualifiedName, const CharType* characters, unsigned length, AtomicString& prefix, AtomicString& localName, ExceptionState& exceptionState) AtomicString 4096 Source/core/dom/Document.cpp prefix = AtomicString(characters, colonPos); AtomicString 4102 Source/core/dom/Document.cpp localName = AtomicString(characters + prefixStart, length - prefixStart); AtomicString 4113 Source/core/dom/Document.cpp bool Document::parseQualifiedName(const AtomicString& qualifiedName, AtomicString& prefix, AtomicString& localName, ExceptionState& exceptionState) AtomicString 4359 Source/core/dom/Document.cpp PassRefPtr<Attr> Document::createAttribute(const AtomicString& name, ExceptionState& exceptionState) AtomicString 4361 Source/core/dom/Document.cpp AtomicString prefix, localName; AtomicString 4438 Source/core/dom/Document.cpp PassRefPtr<HTMLCollection> Document::windowNamedItems(const AtomicString& name) AtomicString 4443 Source/core/dom/Document.cpp PassRefPtr<HTMLCollection> Document::documentNamedItems(const AtomicString& name) AtomicString 5345 Source/core/dom/Document.cpp Locale& Document::getCachedLocale(const AtomicString& locale) AtomicString 5347 Source/core/dom/Document.cpp AtomicString localeKey = locale; AtomicString 314 Source/core/dom/Document.h PassRefPtr<Element> createElement(const AtomicString& name, ExceptionState&); AtomicString 320 Source/core/dom/Document.h PassRefPtr<Attr> createAttribute(const AtomicString& name, ExceptionState&); AtomicString 323 Source/core/dom/Document.h PassRefPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&); AtomicString 349 Source/core/dom/Document.h AtomicString inputEncoding() const { return Document::encodingName(); } AtomicString 350 Source/core/dom/Document.h AtomicString charset() const { return Document::encodingName(); } AtomicString 351 Source/core/dom/Document.h AtomicString characterSet() const { return Document::encodingName(); } AtomicString 353 Source/core/dom/Document.h AtomicString encodingName() const; AtomicString 360 Source/core/dom/Document.h void setMimeType(const AtomicString&); AtomicString 361 Source/core/dom/Document.h AtomicString contentType() const; // DOM 4 document.contentType AtomicString 363 Source/core/dom/Document.h const AtomicString& contentLanguage() const { return m_contentLanguage; } AtomicString 364 Source/core/dom/Document.h void setContentLanguage(const AtomicString&); AtomicString 396 Source/core/dom/Document.h PassRefPtr<HTMLCollection> windowNamedItems(const AtomicString& name); AtomicString 397 Source/core/dom/Document.h PassRefPtr<HTMLCollection> documentNamedItems(const AtomicString& name); AtomicString 562 Source/core/dom/Document.h const AtomicString& baseTarget() const { return m_baseTarget; } AtomicString 688 Source/core/dom/Document.h void setWindowAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener>); AtomicString 689 Source/core/dom/Document.h EventListener* getWindowAttributeEventListener(const AtomicString& eventType); AtomicString 713 Source/core/dom/Document.h void addListenerTypeIfNeeded(const AtomicString& eventType); AtomicString 734 Source/core/dom/Document.h void processHttpEquiv(const AtomicString& equiv, const AtomicString& content, bool inDocumentHeadElement); AtomicString 752 Source/core/dom/Document.h const AtomicString& referrer() const; AtomicString 782 Source/core/dom/Document.h static bool parseQualifiedName(const AtomicString& qualifiedName, AtomicString& prefix, AtomicString& localName, ExceptionState&); AtomicString 980 Source/core/dom/Document.h PassRefPtr<Element> createElement(const AtomicString& localName, const AtomicString& typeExtension, ExceptionState&); AtomicString 981 Source/core/dom/Document.h PassRefPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& typeExtension, ExceptionState&); AtomicString 982 Source/core/dom/Document.h ScriptValue registerElement(WebCore::NewScriptState*, const AtomicString& name, ExceptionState&); AtomicString 983 Source/core/dom/Document.h ScriptValue registerElement(WebCore::NewScriptState*, const AtomicString& name, const Dictionary& options, ExceptionState&, CustomElement::NameSet validNames = CustomElement::StandardNames); AtomicString 1012 Source/core/dom/Document.h Locale& getCachedLocale(const AtomicString& locale = nullAtom); AtomicString 1151 Source/core/dom/Document.h void processHttpEquivDefaultStyle(const AtomicString& content); AtomicString 1152 Source/core/dom/Document.h void processHttpEquivRefresh(const AtomicString& content); AtomicString 1153 Source/core/dom/Document.h void processHttpEquivSetCookie(const AtomicString& content); AtomicString 1154 Source/core/dom/Document.h void processHttpEquivXFrameOptions(const AtomicString& content); AtomicString 1155 Source/core/dom/Document.h void processHttpEquivContentSecurityPolicy(const AtomicString& equiv, const AtomicString& content); AtomicString 1191 Source/core/dom/Document.h AtomicString m_baseTarget; AtomicString 1194 Source/core/dom/Document.h AtomicString m_mimeType; AtomicString 1277 Source/core/dom/Document.h AtomicString m_contentLanguage; AtomicString 411 Source/core/dom/Element.cpp void Element::synchronizeAttribute(const AtomicString& localName) const AtomicString 438 Source/core/dom/Element.cpp const AtomicString& Element::getAttribute(const QualifiedName& name) const AtomicString 890 Source/core/dom/Element.cpp const AtomicString& Element::getAttribute(const AtomicString& localName) const AtomicString 900 Source/core/dom/Element.cpp const AtomicString& Element::getAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const AtomicString 905 Source/core/dom/Element.cpp void Element::setAttribute(const AtomicString& localName, const AtomicString& value, ExceptionState& exceptionState) AtomicString 913 Source/core/dom/Element.cpp const AtomicString& caseAdjustedLocalName = shouldIgnoreAttributeCase() ? localName.lower() : localName; AtomicString 920 Source/core/dom/Element.cpp void Element::setAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 927 Source/core/dom/Element.cpp void Element::setSynchronizedLazyAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 933 Source/core/dom/Element.cpp ALWAYS_INLINE void Element::setAttributeInternal(size_t index, const QualifiedName& name, const AtomicString& newValue, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) AtomicString 966 Source/core/dom/Element.cpp static inline AtomicString makeIdForStyleResolution(const AtomicString& value, bool inQuirksMode) AtomicString 973 Source/core/dom/Element.cpp void Element::attributeChanged(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason reason) AtomicString 995 Source/core/dom/Element.cpp AtomicString oldId = elementData()->idForStyleResolution(); AtomicString 996 Source/core/dom/Element.cpp AtomicString newId = makeIdForStyleResolution(newValue, document().inQuirksMode()); AtomicString 1028 Source/core/dom/Element.cpp inline void Element::attributeChangedFromParserOrByCloning(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason reason) AtomicString 1050 Source/core/dom/Element.cpp static inline bool classStringHasClassName(const AtomicString& newClassString) AtomicString 1062 Source/core/dom/Element.cpp void Element::classAttributeChanged(const AtomicString& newClassString) AtomicString 1086 Source/core/dom/Element.cpp bool Element::shouldInvalidateDistributionWhenAttributeChanged(ElementShadow* elementShadow, const QualifiedName& name, const AtomicString& newValue) AtomicString 1092 Source/core/dom/Element.cpp AtomicString oldId = elementData()->idForStyleResolution(); AtomicString 1093 Source/core/dom/Element.cpp AtomicString newId = makeIdForStyleResolution(newValue, document().inQuirksMode()); AtomicString 1103 Source/core/dom/Element.cpp const AtomicString& newClassString = newValue; AtomicString 1195 Source/core/dom/Element.cpp void Element::setPrefix(const AtomicString& prefix, ExceptionState& exceptionState) AtomicString 1206 Source/core/dom/Element.cpp const AtomicString& nodeNamespaceURI = namespaceURI(); AtomicString 1220 Source/core/dom/Element.cpp m_tagName.setPrefix(prefix.isEmpty() ? AtomicString() : prefix); AtomicString 1223 Source/core/dom/Element.cpp const AtomicString& Element::locateNamespacePrefix(const AtomicString& namespaceToLocate) const AtomicString 1246 Source/core/dom/Element.cpp const AtomicString& baseAttribute = fastGetAttribute(baseAttr); AtomicString 1262 Source/core/dom/Element.cpp const AtomicString Element::imageSourceURL() const AtomicString 1301 Source/core/dom/Element.cpp const AtomicString& idValue = getIdAttribute(); AtomicString 1305 Source/core/dom/Element.cpp const AtomicString& nameValue = getNameAttribute(); AtomicString 1335 Source/core/dom/Element.cpp const AtomicString& idValue = getIdAttribute(); AtomicString 1339 Source/core/dom/Element.cpp const AtomicString& nameValue = getNameAttribute(); AtomicString 2001 Source/core/dom/Element.cpp bool Element::parseAttributeName(QualifiedName& out, const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState& exceptionState) AtomicString 2003 Source/core/dom/Element.cpp AtomicString prefix, localName; AtomicString 2019 Source/core/dom/Element.cpp void Element::setAttributeNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& value, ExceptionState& exceptionState) AtomicString 2034 Source/core/dom/Element.cpp AtomicString valueBeingRemoved = elementData.attributeItem(index).value(); AtomicString 2050 Source/core/dom/Element.cpp void Element::addAttributeInternal(const QualifiedName& name, const AtomicString& value, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) AtomicString 2059 Source/core/dom/Element.cpp void Element::removeAttribute(const AtomicString& name) AtomicString 2064 Source/core/dom/Element.cpp AtomicString localName = shouldIgnoreAttributeCase() ? name.lower() : name; AtomicString 2075 Source/core/dom/Element.cpp void Element::removeAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) AtomicString 2080 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::getAttributeNode(const AtomicString& localName) AtomicString 2091 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::getAttributeNodeNS(const AtomicString& namespaceURI, const AtomicString& localName) AtomicString 2103 Source/core/dom/Element.cpp bool Element::hasAttribute(const AtomicString& localName) const AtomicString 2111 Source/core/dom/Element.cpp bool Element::hasAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const AtomicString 2221 Source/core/dom/Element.cpp void Element::dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement) AtomicString 2228 Source/core/dom/Element.cpp void Element::dispatchFocusOutEvent(const AtomicString& eventType, Element* newFocusedElement) AtomicString 2426 Source/core/dom/Element.cpp const AtomicString& Element::shadowPseudoId() const AtomicString 2435 Source/core/dom/Element.cpp void Element::setShadowPseudoId(const AtomicString& id) AtomicString 2509 Source/core/dom/Element.cpp AtomicString Element::computeInheritedLanguage() const AtomicString 2512 Source/core/dom/Element.cpp AtomicString value; AtomicString 2621 Source/core/dom/Element.cpp SelectorQuery* selectorQuery = document().selectorQueryCache().add(AtomicString(selectors), document(), exceptionState); AtomicString 2675 Source/core/dom/Element.cpp setAttribute(attributeName, AtomicString::number(value)); AtomicString 2690 Source/core/dom/Element.cpp setAttribute(attributeName, AtomicString::number(value)); AtomicString 2700 Source/core/dom/Element.cpp setAttribute(attributeName, AtomicString::number(value)); AtomicString 2751 Source/core/dom/Element.cpp const AtomicString& value = fastGetAttribute(spellcheckAttr); AtomicString 2798 Source/core/dom/Element.cpp inline void Element::updateName(const AtomicString& oldName, const AtomicString& newName) AtomicString 2810 Source/core/dom/Element.cpp inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId) AtomicString 2821 Source/core/dom/Element.cpp inline void Element::updateId(TreeScope& scope, const AtomicString& oldId, const AtomicString& newId) AtomicString 2835 Source/core/dom/Element.cpp void Element::updateLabel(TreeScope& scope, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue) AtomicString 2851 Source/core/dom/Element.cpp void Element::willModifyAttribute(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue) AtomicString 2877 Source/core/dom/Element.cpp void Element::didAddAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 2884 Source/core/dom/Element.cpp void Element::didModifyAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 2943 Source/core/dom/Element.cpp void Element::updateNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName) AtomicString 2955 Source/core/dom/Element.cpp void Element::updateExtraNamedItemRegistration(const AtomicString& oldId, const AtomicString& newId) AtomicString 3026 Source/core/dom/Element.cpp void Element::detachAttrNodeFromElementWithValue(Attr* attrNode, const AtomicString& value) AtomicString 3086 Source/core/dom/Element.cpp const AtomicString& oldID = getIdAttribute(); AtomicString 3087 Source/core/dom/Element.cpp const AtomicString& newID = other.getIdAttribute(); AtomicString 3092 Source/core/dom/Element.cpp const AtomicString& oldName = getNameAttribute(); AtomicString 3093 Source/core/dom/Element.cpp const AtomicString& newName = other.getNameAttribute(); AtomicString 3157 Source/core/dom/Element.cpp inlineStyle ? AtomicString(inlineStyle->asText()) : nullAtom); AtomicString 3187 Source/core/dom/Element.cpp inline void Element::setInlineStyleFromString(const AtomicString& newStyleString) AtomicString 3209 Source/core/dom/Element.cpp void Element::styleAttributeChanged(const AtomicString& newStyleString, AttributeModificationReason modificationReason) AtomicString 113 Source/core/dom/Element.h const AtomicString& getAttribute(const QualifiedName&) const; AtomicString 116 Source/core/dom/Element.h void setAttribute(const QualifiedName&, const AtomicString& value); AtomicString 117 Source/core/dom/Element.h void setSynchronizedLazyAttribute(const QualifiedName&, const AtomicString& value); AtomicString 132 Source/core/dom/Element.h const AtomicString& fastGetAttribute(const QualifiedName&) const; AtomicString 145 Source/core/dom/Element.h bool hasAttribute(const AtomicString& name) const; AtomicString 146 Source/core/dom/Element.h bool hasAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const; AtomicString 148 Source/core/dom/Element.h const AtomicString& getAttribute(const AtomicString& name) const; AtomicString 149 Source/core/dom/Element.h const AtomicString& getAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const; AtomicString 151 Source/core/dom/Element.h void setAttribute(const AtomicString& name, const AtomicString& value, ExceptionState&); AtomicString 152 Source/core/dom/Element.h static bool parseAttributeName(QualifiedName&, const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&); AtomicString 153 Source/core/dom/Element.h void setAttributeNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& value, ExceptionState&); AtomicString 156 Source/core/dom/Element.h const AtomicString& getIdAttribute() const; AtomicString 157 Source/core/dom/Element.h void setIdAttribute(const AtomicString&); AtomicString 159 Source/core/dom/Element.h const AtomicString& getNameAttribute() const; AtomicString 160 Source/core/dom/Element.h const AtomicString& getClassAttribute() const; AtomicString 167 Source/core/dom/Element.h const AtomicString& idForStyleResolution() const; AtomicString 176 Source/core/dom/Element.h size_t getAttributeItemIndex(const AtomicString& name, bool shouldIgnoreAttributeCase) const { return elementData()->getAttributeItemIndex(name, shouldIgnoreAttributeCase); } AtomicString 217 Source/core/dom/Element.h void removeAttribute(const AtomicString& name); AtomicString 218 Source/core/dom/Element.h void removeAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName); AtomicString 222 Source/core/dom/Element.h PassRefPtr<Attr> getAttributeNode(const AtomicString& name); AtomicString 223 Source/core/dom/Element.h PassRefPtr<Attr> getAttributeNodeNS(const AtomicString& namespaceURI, const AtomicString& localName); AtomicString 242 Source/core/dom/Element.h bool hasLocalName(const AtomicString& other) const { return m_tagName.localName() == other; } AtomicString 245 Source/core/dom/Element.h virtual const AtomicString& localName() const OVERRIDE FINAL { return m_tagName.localName(); } AtomicString 246 Source/core/dom/Element.h const AtomicString& prefix() const { return m_tagName.prefix(); } AtomicString 247 Source/core/dom/Element.h virtual const AtomicString& namespaceURI() const OVERRIDE FINAL { return m_tagName.namespaceURI(); } AtomicString 249 Source/core/dom/Element.h const AtomicString& locateNamespacePrefix(const AtomicString& namespaceURI) const; AtomicString 280 Source/core/dom/Element.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) { } AtomicString 291 Source/core/dom/Element.h virtual void attributeChanged(const QualifiedName&, const AtomicString&, AttributeModificationReason = ModifiedDirectly); AtomicString 292 Source/core/dom/Element.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) { } AtomicString 356 Source/core/dom/Element.h AtomicString computeInheritedLanguage() const; AtomicString 367 Source/core/dom/Element.h virtual const AtomicString imageSourceURL() const; AtomicString 384 Source/core/dom/Element.h void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement); AtomicString 385 Source/core/dom/Element.h void dispatchFocusOutEvent(const AtomicString& eventType, Element* newFocusedElement); AtomicString 402 Source/core/dom/Element.h virtual const AtomicString& shadowPseudoId() const; AtomicString 403 Source/core/dom/Element.h void setShadowPseudoId(const AtomicString&); AtomicString 506 Source/core/dom/Element.h void setPrefix(const AtomicString&, ExceptionState&); AtomicString 508 Source/core/dom/Element.h void synchronizeAttribute(const AtomicString& localName) const; AtomicString 552 Source/core/dom/Element.h void classAttributeChanged(const AtomicString& newClassString); AtomicString 564 Source/core/dom/Element.h void styleAttributeChanged(const AtomicString& newStyleString, AttributeModificationReason); AtomicString 570 Source/core/dom/Element.h void setInlineStyleFromString(const AtomicString&); AtomicString 594 Source/core/dom/Element.h void didAddAttribute(const QualifiedName&, const AtomicString&); AtomicString 595 Source/core/dom/Element.h void willModifyAttribute(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue); AtomicString 596 Source/core/dom/Element.h void didModifyAttribute(const QualifiedName&, const AtomicString&); AtomicString 601 Source/core/dom/Element.h void updateId(const AtomicString& oldId, const AtomicString& newId); AtomicString 602 Source/core/dom/Element.h void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId); AtomicString 603 Source/core/dom/Element.h void updateName(const AtomicString& oldName, const AtomicString& newName); AtomicString 604 Source/core/dom/Element.h void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue); AtomicString 611 Source/core/dom/Element.h void setAttributeInternal(size_t index, const QualifiedName&, const AtomicString& value, SynchronizationOfLazyAttribute); AtomicString 612 Source/core/dom/Element.h void addAttributeInternal(const QualifiedName&, const AtomicString& value, SynchronizationOfLazyAttribute); AtomicString 614 Source/core/dom/Element.h void attributeChangedFromParserOrByCloning(const QualifiedName&, const AtomicString&, AttributeModificationReason); AtomicString 641 Source/core/dom/Element.h void updateNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName); AtomicString 642 Source/core/dom/Element.h void updateExtraNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName); AtomicString 646 Source/core/dom/Element.h bool shouldInvalidateDistributionWhenAttributeChanged(ElementShadow*, const QualifiedName&, const AtomicString&); AtomicString 652 Source/core/dom/Element.h void detachAttrNodeFromElementWithValue(Attr*, const AtomicString& value); AtomicString 710 Source/core/dom/Element.h inline const AtomicString& Element::fastGetAttribute(const QualifiedName& name) const AtomicString 725 Source/core/dom/Element.h inline const AtomicString& Element::idForStyleResolution() const AtomicString 740 Source/core/dom/Element.h inline const AtomicString& Element::getIdAttribute() const AtomicString 745 Source/core/dom/Element.h inline const AtomicString& Element::getNameAttribute() const AtomicString 750 Source/core/dom/Element.h inline const AtomicString& Element::getClassAttribute() const AtomicString 764 Source/core/dom/Element.h inline void Element::setIdAttribute(const AtomicString& value) AtomicString 128 Source/core/dom/ElementData.cpp size_t ElementData::getAttributeItemIndexSlowCase(const AtomicString& name, bool shouldIgnoreAttributeCase) const AtomicString 55 Source/core/dom/ElementData.h void setClass(const AtomicString& className, bool shouldFoldCase) const { m_classNames.set(className, shouldFoldCase); } AtomicString 58 Source/core/dom/ElementData.h const AtomicString& idForStyleResolution() const { return m_idForStyleResolution; } AtomicString 59 Source/core/dom/ElementData.h void setIdForStyleResolution(const AtomicString& newId) const { m_idForStyleResolution = newId; } AtomicString 72 Source/core/dom/ElementData.h size_t getAttributeItemIndex(const AtomicString& name, bool shouldIgnoreAttributeCase) const; AtomicString 96 Source/core/dom/ElementData.h mutable AtomicString m_idForStyleResolution; AtomicString 107 Source/core/dom/ElementData.h const Attribute* getAttributeItem(const AtomicString& name, bool shouldIgnoreAttributeCase) const; AtomicString 108 Source/core/dom/ElementData.h size_t getAttributeItemIndexSlowCase(const AtomicString& name, bool shouldIgnoreAttributeCase) const; AtomicString 149 Source/core/dom/ElementData.h void addAttribute(const QualifiedName&, const AtomicString&); AtomicString 188 Source/core/dom/ElementData.h inline const Attribute* ElementData::getAttributeItem(const AtomicString& name, bool shouldIgnoreAttributeCase) const AtomicString 218 Source/core/dom/ElementData.h inline size_t ElementData::getAttributeItemIndex(const AtomicString& name, bool shouldIgnoreAttributeCase) const AtomicString 262 Source/core/dom/ElementData.h inline void UniqueElementData::addAttribute(const QualifiedName& attributeName, const AtomicString& value) AtomicString 33 Source/core/dom/IdTargetObserver.cpp IdTargetObserver::IdTargetObserver(IdTargetObserverRegistry& registry, const AtomicString& id) AtomicString 41 Source/core/dom/IdTargetObserver.h IdTargetObserver(IdTargetObserverRegistry&, const AtomicString& id); AtomicString 45 Source/core/dom/IdTargetObserver.h AtomicString m_id; AtomicString 38 Source/core/dom/IdTargetObserverRegistry.cpp void IdTargetObserverRegistry::addObserver(const AtomicString& id, IdTargetObserver* observer) AtomicString 50 Source/core/dom/IdTargetObserverRegistry.cpp void IdTargetObserverRegistry::removeObserver(const AtomicString& id, IdTargetObserver* observer) AtomicString 63 Source/core/dom/IdTargetObserverRegistry.cpp void IdTargetObserverRegistry::notifyObserversInternal(const AtomicString& id) AtomicString 85 Source/core/dom/IdTargetObserverRegistry.cpp bool IdTargetObserverRegistry::hasObservers(const AtomicString& id) const AtomicString 44 Source/core/dom/IdTargetObserverRegistry.h void notifyObservers(const AtomicString& id); AtomicString 45 Source/core/dom/IdTargetObserverRegistry.h bool hasObservers(const AtomicString& id) const; AtomicString 49 Source/core/dom/IdTargetObserverRegistry.h void addObserver(const AtomicString& id, IdTargetObserver*); AtomicString 50 Source/core/dom/IdTargetObserverRegistry.h void removeObserver(const AtomicString& id, IdTargetObserver*); AtomicString 51 Source/core/dom/IdTargetObserverRegistry.h void notifyObserversInternal(const AtomicString& id); AtomicString 59 Source/core/dom/IdTargetObserverRegistry.h inline void IdTargetObserverRegistry::notifyObservers(const AtomicString& id) AtomicString 164 Source/core/dom/MessagePort.cpp const AtomicString& MessagePort::interfaceName() const AtomicString 88 Source/core/dom/MessagePort.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 92 Source/core/dom/MutationObserver.cpp HashSet<AtomicString> attributeFilter; AtomicString 40 Source/core/dom/MutationObserverRegistration.cpp PassOwnPtr<MutationObserverRegistration> MutationObserverRegistration::create(MutationObserver& observer, Node& registrationNode, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter) AtomicString 45 Source/core/dom/MutationObserverRegistration.cpp MutationObserverRegistration::MutationObserverRegistration(MutationObserver& observer, Node& registrationNode, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter) AtomicString 60 Source/core/dom/MutationObserverRegistration.cpp void MutationObserverRegistration::resetObservation(MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter) AtomicString 45 Source/core/dom/MutationObserverRegistration.h static PassOwnPtr<MutationObserverRegistration> create(MutationObserver&, Node&, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter); AtomicString 48 Source/core/dom/MutationObserverRegistration.h void resetObservation(MutationObserverOptions, const HashSet<AtomicString>& attributeFilter); AtomicString 64 Source/core/dom/MutationObserverRegistration.h MutationObserverRegistration(MutationObserver&, Node&, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter); AtomicString 73 Source/core/dom/MutationObserverRegistration.h HashSet<AtomicString> m_attributeFilter; AtomicString 57 Source/core/dom/MutationRecord.cpp virtual const AtomicString& type() OVERRIDE; AtomicString 100 Source/core/dom/MutationRecord.cpp AttributesRecord(PassRefPtr<Node> target, const QualifiedName& name, const AtomicString& oldValue) AtomicString 108 Source/core/dom/MutationRecord.cpp virtual const AtomicString& type() OVERRIDE; AtomicString 109 Source/core/dom/MutationRecord.cpp virtual const AtomicString& attributeName() OVERRIDE { return m_attributeName; } AtomicString 110 Source/core/dom/MutationRecord.cpp virtual const AtomicString& attributeNamespace() OVERRIDE { return m_attributeNamespace; } AtomicString 112 Source/core/dom/MutationRecord.cpp AtomicString m_attributeName; AtomicString 113 Source/core/dom/MutationRecord.cpp AtomicString m_attributeNamespace; AtomicString 124 Source/core/dom/MutationRecord.cpp virtual const AtomicString& type() OVERRIDE; AtomicString 135 Source/core/dom/MutationRecord.cpp virtual const AtomicString& type() OVERRIDE { return m_record->type(); } AtomicString 141 Source/core/dom/MutationRecord.cpp virtual const AtomicString& attributeName() OVERRIDE { return m_record->attributeName(); } AtomicString 142 Source/core/dom/MutationRecord.cpp virtual const AtomicString& attributeNamespace() OVERRIDE { return m_record->attributeNamespace(); } AtomicString 149 Source/core/dom/MutationRecord.cpp const AtomicString& ChildListRecord::type() AtomicString 151 Source/core/dom/MutationRecord.cpp DEFINE_STATIC_LOCAL(AtomicString, childList, ("childList", AtomicString::ConstructFromLiteral)); AtomicString 155 Source/core/dom/MutationRecord.cpp const AtomicString& AttributesRecord::type() AtomicString 157 Source/core/dom/MutationRecord.cpp DEFINE_STATIC_LOCAL(AtomicString, attributes, ("attributes", AtomicString::ConstructFromLiteral)); AtomicString 161 Source/core/dom/MutationRecord.cpp const AtomicString& CharacterDataRecord::type() AtomicString 163 Source/core/dom/MutationRecord.cpp DEFINE_STATIC_LOCAL(AtomicString, characterData, ("characterData", AtomicString::ConstructFromLiteral)); AtomicString 174 Source/core/dom/MutationRecord.cpp PassRefPtr<MutationRecord> MutationRecord::createAttributes(PassRefPtr<Node> target, const QualifiedName& name, const AtomicString& oldValue) AtomicString 48 Source/core/dom/MutationRecord.h static PassRefPtr<MutationRecord> createAttributes(PassRefPtr<Node> target, const QualifiedName&, const AtomicString& oldValue); AtomicString 59 Source/core/dom/MutationRecord.h virtual const AtomicString& type() = 0; AtomicString 67 Source/core/dom/MutationRecord.h virtual const AtomicString& attributeName() { return nullAtom; } AtomicString 68 Source/core/dom/MutationRecord.h virtual const AtomicString& attributeNamespace() { return nullAtom; } AtomicString 34 Source/core/dom/NameNodeList.cpp NameNodeList::NameNodeList(ContainerNode& rootNode, const AtomicString& name) AtomicString 36 Source/core/dom/NameNodeList.h static PassRefPtr<NameNodeList> create(ContainerNode& rootNode, CollectionType type, const AtomicString& name) AtomicString 45 Source/core/dom/NameNodeList.h NameNodeList(ContainerNode& rootNode, const AtomicString& name); AtomicString 49 Source/core/dom/NameNodeList.h AtomicString m_name; AtomicString 48 Source/core/dom/NamedNodeMap.cpp PassRefPtr<Node> NamedNodeMap::getNamedItem(const AtomicString& name) const AtomicString 53 Source/core/dom/NamedNodeMap.cpp PassRefPtr<Node> NamedNodeMap::getNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName) const AtomicString 58 Source/core/dom/NamedNodeMap.cpp PassRefPtr<Node> NamedNodeMap::removeNamedItem(const AtomicString& name, ExceptionState& exceptionState) AtomicString 68 Source/core/dom/NamedNodeMap.cpp PassRefPtr<Node> NamedNodeMap::removeNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName, ExceptionState& exceptionState) AtomicString 53 Source/core/dom/NamedNodeMap.h PassRefPtr<Node> getNamedItem(const AtomicString&) const; AtomicString 54 Source/core/dom/NamedNodeMap.h PassRefPtr<Node> removeNamedItem(const AtomicString& name, ExceptionState&); AtomicString 56 Source/core/dom/NamedNodeMap.h PassRefPtr<Node> getNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName) const; AtomicString 57 Source/core/dom/NamedNodeMap.h PassRefPtr<Node> removeNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName, ExceptionState&); AtomicString 492 Source/core/dom/Node.cpp const AtomicString& Node::localName() const AtomicString 497 Source/core/dom/Node.cpp const AtomicString& Node::namespaceURI() const AtomicString 1296 Source/core/dom/Node.cpp bool Node::isDefaultNamespace(const AtomicString& namespaceURIMaybeEmpty) const AtomicString 1298 Source/core/dom/Node.cpp const AtomicString& namespaceURI = namespaceURIMaybeEmpty.isEmpty() ? nullAtom : namespaceURIMaybeEmpty; AtomicString 1342 Source/core/dom/Node.cpp const AtomicString& Node::lookupPrefix(const AtomicString& namespaceURI) const AtomicString 1378 Source/core/dom/Node.cpp const AtomicString& Node::lookupNamespaceURI(const String& prefix) const AtomicString 1764 Source/core/dom/Node.cpp const AtomicString& idattr = element->getIdAttribute(); AtomicString 1894 Source/core/dom/Node.cpp const AtomicString& Node::interfaceName() const AtomicString 1911 Source/core/dom/Node.cpp Vector<AtomicString> types = listenerMap.eventTypes(); AtomicString 1956 Source/core/dom/Node.cpp static inline bool tryAddEventListener(Node* targetNode, const AtomicString& eventType, PassRefPtr<EventListener> listener, bool useCapture) AtomicString 1971 Source/core/dom/Node.cpp bool Node::addEventListener(const AtomicString& eventType, PassRefPtr<EventListener> listener, bool useCapture) AtomicString 1976 Source/core/dom/Node.cpp static inline bool tryRemoveEventListener(Node* targetNode, const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 1992 Source/core/dom/Node.cpp bool Node::removeEventListener(const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 2078 Source/core/dom/Node.cpp void Node::registerMutationObserver(MutationObserver& observer, MutationObserverOptions options, const HashSet<AtomicString>& attributeFilter) AtomicString 2208 Source/core/dom/Node.cpp bool Node::dispatchMouseEvent(const PlatformMouseEvent& event, const AtomicString& eventType, AtomicString 2246 Source/core/dom/Node.cpp const AtomicString& eventType = event->type(); AtomicString 195 Source/core/dom/Node.h virtual const AtomicString& localName() const; AtomicString 196 Source/core/dom/Node.h virtual const AtomicString& namespaceURI() const; AtomicString 201 Source/core/dom/Node.h bool isDefaultNamespace(const AtomicString& namespaceURI) const; AtomicString 202 Source/core/dom/Node.h const AtomicString& lookupPrefix(const AtomicString& namespaceURI) const; AtomicString 203 Source/core/dom/Node.h const AtomicString& lookupNamespaceURI(const String& prefix) const; AtomicString 609 Source/core/dom/Node.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 612 Source/core/dom/Node.h virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) OVERRIDE; AtomicString 613 Source/core/dom/Node.h virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture = false) OVERRIDE; AtomicString 634 Source/core/dom/Node.h bool dispatchMouseEvent(const PlatformMouseEvent&, const AtomicString& eventType, int clickCount = 0, Node* relatedTarget = 0); AtomicString 650 Source/core/dom/Node.h void registerMutationObserver(MutationObserver&, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter); AtomicString 100 Source/core/dom/NodeRareData.h PassRefPtr<T> addCache(ContainerNode& node, CollectionType collectionType, const AtomicString& name) AtomicString 129 Source/core/dom/NodeRareData.h PassRefPtr<TagCollection> addCache(ContainerNode& node, const AtomicString& namespaceURI, const AtomicString& localName) AtomicString 141 Source/core/dom/NodeRareData.h void removeCache(LiveNodeListBase* list, CollectionType collectionType, const AtomicString& name = starAtom) AtomicString 149 Source/core/dom/NodeRareData.h void removeCache(LiveNodeListBase* list, const AtomicString& namespaceURI, const AtomicString& localName) AtomicString 197 Source/core/dom/NodeRareData.h std::pair<unsigned char, StringImpl*> namedNodeListKey(CollectionType type, const AtomicString& name) AtomicString 49 Source/core/dom/PresentationAttributeStyle.cpp Vector<std::pair<StringImpl*, AtomicString>, 3> attributesAndValues; AtomicString 112 Source/core/dom/PresentationAttributeStyle.cpp static bool attributeNameSort(const pair<StringImpl*, AtomicString>& p1, const pair<StringImpl*, AtomicString>& p2) AtomicString 72 Source/core/dom/QualifiedName.cpp location = QualifiedName::QualifiedNameImpl::create(AtomicString(components.m_prefix), AtomicString(components.m_localName), AtomicString(components.m_namespace)).leakRef(); AtomicString 76 Source/core/dom/QualifiedName.cpp QualifiedName::QualifiedName(const AtomicString& p, const AtomicString& l, const AtomicString& n) AtomicString 115 Source/core/dom/QualifiedName.cpp const AtomicString& QualifiedName::localNameUpper() const AtomicString 128 Source/core/dom/QualifiedName.cpp void createQualifiedName(void* targetAddress, StringImpl* name, const AtomicString& nameNamespace) AtomicString 130 Source/core/dom/QualifiedName.cpp new (targetAddress) QualifiedName(nullAtom, AtomicString(name), nameNamespace); AtomicString 135 Source/core/dom/QualifiedName.cpp new (targetAddress) QualifiedName(nullAtom, AtomicString(name), nullAtom); AtomicString 43 Source/core/dom/QualifiedName.h static PassRefPtr<QualifiedNameImpl> create(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI) AtomicString 53 Source/core/dom/QualifiedName.h const AtomicString m_prefix; AtomicString 54 Source/core/dom/QualifiedName.h const AtomicString m_localName; AtomicString 55 Source/core/dom/QualifiedName.h const AtomicString m_namespace; AtomicString 56 Source/core/dom/QualifiedName.h mutable AtomicString m_localNameUpper; AtomicString 59 Source/core/dom/QualifiedName.h QualifiedNameImpl(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI) AtomicString 69 Source/core/dom/QualifiedName.h QualifiedName(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI); AtomicString 90 Source/core/dom/QualifiedName.h void setPrefix(const AtomicString& prefix) { *this = QualifiedName(prefix, localName(), namespaceURI()); } AtomicString 92 Source/core/dom/QualifiedName.h const AtomicString& prefix() const { return m_impl->m_prefix; } AtomicString 93 Source/core/dom/QualifiedName.h const AtomicString& localName() const { return m_impl->m_localName; } AtomicString 94 Source/core/dom/QualifiedName.h const AtomicString& namespaceURI() const { return m_impl->m_namespace; } AtomicString 97 Source/core/dom/QualifiedName.h const AtomicString& localNameUpper() const; AtomicString 117 Source/core/dom/QualifiedName.h inline bool operator==(const AtomicString& a, const QualifiedName& q) { return a == q.localName(); } AtomicString 118 Source/core/dom/QualifiedName.h inline bool operator!=(const AtomicString& a, const QualifiedName& q) { return a != q.localName(); } AtomicString 119 Source/core/dom/QualifiedName.h inline bool operator==(const QualifiedName& q, const AtomicString& a) { return a == q.localName(); } AtomicString 120 Source/core/dom/QualifiedName.h inline bool operator!=(const QualifiedName& q, const AtomicString& a) { return a != q.localName(); } AtomicString 144 Source/core/dom/QualifiedName.h void createQualifiedName(void* targetAddress, StringImpl* name, const AtomicString& nameNamespace); AtomicString 91 Source/core/dom/RangeTest.cpp Element* outer = document().getElementById(AtomicString::fromUTF8("outer")); AtomicString 92 Source/core/dom/RangeTest.cpp Element* innerLeft = document().getElementById(AtomicString::fromUTF8("inner-left")); AtomicString 93 Source/core/dom/RangeTest.cpp Element* innerRight = document().getElementById(AtomicString::fromUTF8("inner-right")); AtomicString 260 Source/core/dom/ScriptLoader.cpp AtomicString crossOriginMode = m_element->fastGetAttribute(HTMLNames::crossoriginAttr); AtomicString 67 Source/core/dom/SelectorQuery.cpp ClassElementList(ContainerNode& rootNode, const AtomicString& className) AtomicString 95 Source/core/dom/SelectorQuery.cpp const AtomicString& m_className; AtomicString 152 Source/core/dom/SelectorQuery.cpp void SelectorDataList::collectElementsByClassName(ContainerNode& rootNode, const AtomicString& className, typename SelectorQueryTrait::OutputType& output) const AtomicString 180 Source/core/dom/SelectorQuery.cpp inline bool ancestorHasClassName(ContainerNode& rootNode, const AtomicString& className) AtomicString 420 Source/core/dom/SelectorQuery.cpp const AtomicString& idToMatch = idSelector->value(); AtomicString 482 Source/core/dom/SelectorQuery.cpp SelectorQuery* SelectorQueryCache::add(const AtomicString& selectors, const Document& document, ExceptionState& exceptionState) AtomicString 484 Source/core/dom/SelectorQuery.cpp HashMap<AtomicString, OwnPtr<SelectorQuery> >::iterator it = m_entries.find(selectors); AtomicString 59 Source/core/dom/SelectorQuery.h void collectElementsByClassName(ContainerNode& rootNode, const AtomicString& className, typename SelectorQueryTrait::OutputType&) const; AtomicString 102 Source/core/dom/SelectorQuery.h SelectorQuery* add(const AtomicString&, const Document&, ExceptionState&); AtomicString 106 Source/core/dom/SelectorQuery.h HashMap<AtomicString, OwnPtr<SelectorQuery> > m_entries; AtomicString 60 Source/core/dom/ShadowTreeStyleSheetCollection.cpp const AtomicString& title = element->fastGetAttribute(titleAttr); AtomicString 79 Source/core/dom/ShadowTreeStyleSheetCollection.cpp const AtomicString& rel = element->fastGetAttribute(relAttr); AtomicString 68 Source/core/dom/SpaceSplitString.cpp m_vector.append(AtomicString(characters + start, end - start)); AtomicString 94 Source/core/dom/SpaceSplitString.cpp const AtomicString& name = other.m_vector[i]; AtomicString 106 Source/core/dom/SpaceSplitString.cpp void SpaceSplitStringData::add(const AtomicString& string) AtomicString 119 Source/core/dom/SpaceSplitString.cpp void SpaceSplitString::add(const AtomicString& string) AtomicString 129 Source/core/dom/SpaceSplitString.cpp bool SpaceSplitString::remove(const AtomicString& string) AtomicString 156 Source/core/dom/SpaceSplitString.cpp void SpaceSplitString::set(const AtomicString& inputString, bool shouldFoldCase) AtomicString 167 Source/core/dom/SpaceSplitString.cpp m_data = SpaceSplitStringData::create(AtomicString(string)); AtomicString 176 Source/core/dom/SpaceSplitString.cpp PassRefPtr<SpaceSplitStringData> SpaceSplitStringData::create(const AtomicString& string) AtomicString 191 Source/core/dom/SpaceSplitString.cpp SpaceSplitStringData::SpaceSplitStringData(const AtomicString& string) AtomicString 32 Source/core/dom/SpaceSplitString.h static PassRefPtr<SpaceSplitStringData> create(const AtomicString&); AtomicString 37 Source/core/dom/SpaceSplitString.h bool contains(const AtomicString& string) AtomicString 49 Source/core/dom/SpaceSplitString.h void add(const AtomicString&); AtomicString 54 Source/core/dom/SpaceSplitString.h const AtomicString& operator[](size_t i) { ASSERT_WITH_SECURITY_IMPLICATION(i < size()); return m_vector[i]; } AtomicString 57 Source/core/dom/SpaceSplitString.h explicit SpaceSplitStringData(const AtomicString&); AtomicString 64 Source/core/dom/SpaceSplitString.h AtomicString m_keyString; AtomicString 65 Source/core/dom/SpaceSplitString.h Vector<AtomicString, 4> m_vector; AtomicString 71 Source/core/dom/SpaceSplitString.h SpaceSplitString(const AtomicString& string, bool shouldFoldCase) { set(string, shouldFoldCase); } AtomicString 75 Source/core/dom/SpaceSplitString.h void set(const AtomicString&, bool shouldFoldCase); AtomicString 78 Source/core/dom/SpaceSplitString.h bool contains(const AtomicString& string) const { return m_data && m_data->contains(string); } AtomicString 80 Source/core/dom/SpaceSplitString.h void add(const AtomicString&); AtomicString 81 Source/core/dom/SpaceSplitString.h bool remove(const AtomicString&); AtomicString 85 Source/core/dom/SpaceSplitString.h const AtomicString& operator[](size_t i) const { ASSERT_WITH_SECURITY_IMPLICATION(i < size()); return (*m_data)[i]; } AtomicString 38 Source/core/dom/StyleElement.cpp static bool isCSS(Element* element, const AtomicString& type) AtomicString 149 Source/core/dom/StyleElement.cpp const AtomicString& type = this->type(); AtomicString 40 Source/core/dom/StyleElement.h virtual const AtomicString& type() const = 0; AtomicString 41 Source/core/dom/StyleElement.h virtual const AtomicString& media() const = 0; AtomicString 590 Source/core/dom/StyleEngine.cpp AtomicString textContent(text); AtomicString 592 Source/core/dom/StyleEngine.cpp WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> >::AddResult result = m_textToSheetCache.add(textContent, nullptr); AtomicString 626 Source/core/dom/StyleEngine.cpp WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString>::iterator it = m_sheetToTextCache.find(contents); AtomicString 250 Source/core/dom/StyleEngine.h WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> > m_textToSheetCache; AtomicString 251 Source/core/dom/StyleEngine.h WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString> m_sheetToTextCache; AtomicString 43 Source/core/dom/StyleSheetCandidate.cpp AtomicString StyleSheetCandidate::title() const AtomicString 92 Source/core/dom/StyleSheetCandidate.cpp const AtomicString& title = this->title(); AtomicString 62 Source/core/dom/StyleSheetCandidate.h AtomicString title() const; AtomicString 32 Source/core/dom/TagCollection.cpp TagCollection::TagCollection(ContainerNode& rootNode, CollectionType type, const AtomicString& namespaceURI, const AtomicString& localName) AtomicString 57 Source/core/dom/TagCollection.cpp HTMLTagCollection::HTMLTagCollection(ContainerNode& rootNode, const AtomicString& localName) AtomicString 36 Source/core/dom/TagCollection.h static PassRefPtr<TagCollection> create(ContainerNode& rootNode, const AtomicString& namespaceURI, const AtomicString& localName) AtomicString 42 Source/core/dom/TagCollection.h static PassRefPtr<TagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName) AtomicString 53 Source/core/dom/TagCollection.h TagCollection(ContainerNode& rootNode, CollectionType, const AtomicString& namespaceURI, const AtomicString& localName); AtomicString 55 Source/core/dom/TagCollection.h AtomicString m_namespaceURI; AtomicString 56 Source/core/dom/TagCollection.h AtomicString m_localName; AtomicString 61 Source/core/dom/TagCollection.h static PassRefPtr<HTMLTagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName) AtomicString 70 Source/core/dom/TagCollection.h HTMLTagCollection(ContainerNode& rootNode, const AtomicString& localName); AtomicString 72 Source/core/dom/TagCollection.h AtomicString m_loweredLocalName; AtomicString 79 Source/core/dom/TagCollection.h const AtomicString& localName = testElement.isHTMLElement() ? m_loweredLocalName : m_localName; AtomicString 136 Source/core/dom/TreeScope.cpp Element* TreeScope::getElementById(const AtomicString& elementId) const AtomicString 145 Source/core/dom/TreeScope.cpp const Vector<Element*>& TreeScope::getAllElementsById(const AtomicString& elementId) const AtomicString 155 Source/core/dom/TreeScope.cpp void TreeScope::addElementById(const AtomicString& elementId, Element* element) AtomicString 163 Source/core/dom/TreeScope.cpp void TreeScope::removeElementById(const AtomicString& elementId, Element* element) AtomicString 214 Source/core/dom/TreeScope.cpp return toHTMLMapElement(m_imageMapsByName->getElementByLowercasedMapName(AtomicString(name.lower()).impl(), this)); AtomicString 215 Source/core/dom/TreeScope.cpp return toHTMLMapElement(m_imageMapsByName->getElementByMapName(AtomicString(name).impl(), this)); AtomicString 255 Source/core/dom/TreeScope.cpp void TreeScope::addLabel(const AtomicString& forAttributeValue, HTMLLabelElement* element) AtomicString 261 Source/core/dom/TreeScope.cpp void TreeScope::removeLabel(const AtomicString& forAttributeValue, HTMLLabelElement* element) AtomicString 267 Source/core/dom/TreeScope.cpp HTMLLabelElement* TreeScope::labelElementForId(const AtomicString& forAttributeValue) AtomicString 276 Source/core/dom/TreeScope.cpp const AtomicString& forValue = label->fastGetAttribute(forAttr); AtomicString 304 Source/core/dom/TreeScope.cpp if (Element* element = getElementById(AtomicString(name))) AtomicString 60 Source/core/dom/TreeScope.h Element* getElementById(const AtomicString&) const; AtomicString 61 Source/core/dom/TreeScope.h const Vector<Element*>& getAllElementsById(const AtomicString&) const; AtomicString 63 Source/core/dom/TreeScope.h bool containsMultipleElementsWithId(const AtomicString& id) const; AtomicString 64 Source/core/dom/TreeScope.h void addElementById(const AtomicString& elementId, Element*); AtomicString 65 Source/core/dom/TreeScope.h void removeElementById(const AtomicString& elementId, Element*); AtomicString 83 Source/core/dom/TreeScope.h void addLabel(const AtomicString& forAttributeValue, HTMLLabelElement*); AtomicString 84 Source/core/dom/TreeScope.h void removeLabel(const AtomicString& forAttributeValue, HTMLLabelElement*); AtomicString 85 Source/core/dom/TreeScope.h HTMLLabelElement* labelElementForId(const AtomicString& forAttributeValue); AtomicString 217 Source/core/dom/TreeScope.h inline bool TreeScope::containsMultipleElementsWithId(const AtomicString& id) const AtomicString 40 Source/core/dom/VisitedLinkState.cpp static inline const AtomicString& linkAttribute(const Element& element) AtomicString 49 Source/core/dom/VisitedLinkState.cpp static inline LinkHash linkHashForElement(const Element& element, const AtomicString& attribute = AtomicString()) AtomicString 88 Source/core/dom/VisitedLinkState.cpp const AtomicString& attribute = linkAttribute(element); AtomicString 102 Source/core/dom/WheelController.cpp void WheelController::didAddEventListener(DOMWindow* window, const AtomicString& eventType) AtomicString 112 Source/core/dom/WheelController.cpp void WheelController::didRemoveEventListener(DOMWindow* window, const AtomicString& eventType) AtomicString 52 Source/core/dom/WheelController.h virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE; AtomicString 53 Source/core/dom/WheelController.h virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE; AtomicString 48 Source/core/dom/custom/CustomElement.cpp Vector<AtomicString>& CustomElement::embedderCustomElementNames() AtomicString 50 Source/core/dom/custom/CustomElement.cpp DEFINE_STATIC_LOCAL(Vector<AtomicString>, names, ()); AtomicString 54 Source/core/dom/custom/CustomElement.cpp void CustomElement::addEmbedderCustomElementName(const AtomicString& name) AtomicString 56 Source/core/dom/custom/CustomElement.cpp AtomicString lower = name.lower(); AtomicString 62 Source/core/dom/custom/CustomElement.cpp bool CustomElement::isValidName(const AtomicString& name, NameSet validNames) AtomicString 68 Source/core/dom/custom/CustomElement.cpp DEFINE_STATIC_LOCAL(Vector<AtomicString>, reservedNames, ()); AtomicString 106 Source/core/dom/custom/CustomElement.cpp void CustomElement::attributeDidChange(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) AtomicString 56 Source/core/dom/custom/CustomElement.h static bool isValidName(const AtomicString& name, NameSet validNames = AllNames); AtomicString 57 Source/core/dom/custom/CustomElement.h static void addEmbedderCustomElementName(const AtomicString& name); AtomicString 67 Source/core/dom/custom/CustomElement.h static void attributeDidChange(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); AtomicString 75 Source/core/dom/custom/CustomElement.h static Vector<AtomicString>& embedderCustomElementNames(); AtomicString 72 Source/core/dom/custom/CustomElementCallbackInvocation.cpp AttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); AtomicString 77 Source/core/dom/custom/CustomElementCallbackInvocation.cpp AtomicString m_name; AtomicString 78 Source/core/dom/custom/CustomElementCallbackInvocation.cpp AtomicString m_oldValue; AtomicString 79 Source/core/dom/custom/CustomElementCallbackInvocation.cpp AtomicString m_newValue; AtomicString 82 Source/core/dom/custom/CustomElementCallbackInvocation.cpp AttributeChangedInvocation::AttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) AtomicString 129 Source/core/dom/custom/CustomElementCallbackInvocation.cpp PassOwnPtr<CustomElementCallbackInvocation> CustomElementCallbackInvocation::createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) AtomicString 47 Source/core/dom/custom/CustomElementCallbackInvocation.h static PassOwnPtr<CustomElementCallbackInvocation> createAttributeChangedInvocation(PassRefPtr<CustomElementLifecycleCallbacks>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); AtomicString 45 Source/core/dom/custom/CustomElementDescriptor.h CustomElementDescriptor(const AtomicString& type, const AtomicString& namespaceURI, const AtomicString& localName) AtomicString 56 Source/core/dom/custom/CustomElementDescriptor.h const AtomicString& namespaceURI() const { return m_namespaceURI; } AtomicString 59 Source/core/dom/custom/CustomElementDescriptor.h const AtomicString& localName() const { return m_localName; } AtomicString 64 Source/core/dom/custom/CustomElementDescriptor.h const AtomicString& type() const { return m_type; } AtomicString 83 Source/core/dom/custom/CustomElementDescriptor.h AtomicString m_type; AtomicString 84 Source/core/dom/custom/CustomElementDescriptor.h AtomicString m_namespaceURI; AtomicString 85 Source/core/dom/custom/CustomElementDescriptor.h AtomicString m_localName; AtomicString 61 Source/core/dom/custom/CustomElementDescriptorHash.h static const bool emptyValueIsZero = HashTraits<AtomicString>::emptyValueIsZero; AtomicString 39 Source/core/dom/custom/CustomElementException.cpp String CustomElementException::preamble(const AtomicString& type) AtomicString 44 Source/core/dom/custom/CustomElementException.cpp void CustomElementException::throwException(Reason reason, const AtomicString& type, ExceptionState& exceptionState) AtomicString 57 Source/core/dom/custom/CustomElementException.h static void throwException(Reason, const AtomicString& type, ExceptionState&); AtomicString 62 Source/core/dom/custom/CustomElementException.h static String preamble(const AtomicString& type); AtomicString 58 Source/core/dom/custom/CustomElementLifecycleCallbacks.h virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) = 0; AtomicString 48 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState& exceptionState) AtomicString 81 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::didGiveTypeExtension(Element* element, const AtomicString& type) AtomicString 86 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::resolveOrScheduleResolution(Element* element, const AtomicString& typeExtension) AtomicString 90 Source/core/dom/custom/CustomElementRegistrationContext.cpp const AtomicString& type = CustomElement::isValidName(element->localName()) AtomicString 117 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::setIsAttributeAndTypeExtension(Element* element, const AtomicString& type) AtomicString 125 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::setTypeExtension(Element* element, const AtomicString& type) AtomicString 58 Source/core/dom/custom/CustomElementRegistrationContext.h void registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState&); AtomicString 61 Source/core/dom/custom/CustomElementRegistrationContext.h static void setIsAttributeAndTypeExtension(Element*, const AtomicString& type); AtomicString 62 Source/core/dom/custom/CustomElementRegistrationContext.h static void setTypeExtension(Element*, const AtomicString& type); AtomicString 70 Source/core/dom/custom/CustomElementRegistrationContext.h void didGiveTypeExtension(Element*, const AtomicString& type); AtomicString 73 Source/core/dom/custom/CustomElementRegistrationContext.h void resolveOrScheduleResolution(Element*, const AtomicString& typeExtension); AtomicString 59 Source/core/dom/custom/CustomElementRegistry.cpp CustomElementDefinition* CustomElementRegistry::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& userSuppliedName, CustomElement::NameSet validNames, ExceptionState& exceptionState) AtomicString 67 Source/core/dom/custom/CustomElementRegistry.cpp AtomicString type = userSuppliedName.lower(); AtomicString 57 Source/core/dom/custom/CustomElementRegistry.h CustomElementDefinition* registerElement(Document*, CustomElementConstructorBuilder*, const AtomicString& name, CustomElement::NameSet validNames, ExceptionState&); AtomicString 63 Source/core/dom/custom/CustomElementRegistry.h HashSet<AtomicString> m_registeredTypeNames; AtomicString 60 Source/core/dom/custom/CustomElementScheduler.cpp void CustomElementScheduler::scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) AtomicString 51 Source/core/dom/custom/CustomElementScheduler.h static void scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtr<Element>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); AtomicString 50 Source/core/dom/shadow/SelectRuleFeatureSet.h bool hasSelectorForId(const AtomicString&) const; AtomicString 51 Source/core/dom/shadow/SelectRuleFeatureSet.h bool hasSelectorForClass(const AtomicString&) const; AtomicString 52 Source/core/dom/shadow/SelectRuleFeatureSet.h bool hasSelectorForAttribute(const AtomicString&) const; AtomicString 74 Source/core/dom/shadow/SelectRuleFeatureSet.h inline bool SelectRuleFeatureSet::hasSelectorForId(const AtomicString& idValue) const AtomicString 80 Source/core/dom/shadow/SelectRuleFeatureSet.h inline bool SelectRuleFeatureSet::hasSelectorForClass(const AtomicString& classValue) const AtomicString 86 Source/core/dom/shadow/SelectRuleFeatureSet.h inline bool SelectRuleFeatureSet::hasSelectorForAttribute(const AtomicString& attributeName) const AtomicString 45 Source/core/editing/ApplyBlockElementCommand.cpp ApplyBlockElementCommand::ApplyBlockElementCommand(Document& document, const QualifiedName& tagName, const AtomicString& inlineStyle) AtomicString 41 Source/core/editing/ApplyBlockElementCommand.h ApplyBlockElementCommand(Document&, const QualifiedName& tagName, const AtomicString& inlineStyle); AtomicString 55 Source/core/editing/ApplyBlockElementCommand.h AtomicString m_inlineStyle; AtomicString 415 Source/core/editing/ApplyStyleCommand.cpp setNodeAttribute(element.get(), styleAttr, AtomicString(inlineStyle->asText())); AtomicString 532 Source/core/editing/ApplyStyleCommand.cpp setNodeAttribute(element, styleAttr, AtomicString(inlineStyle->asText())); AtomicString 779 Source/core/editing/ApplyStyleCommand.cpp setNodeAttribute(element, styleAttr, AtomicString(inlineStyle->asText())); AtomicString 1014 Source/core/editing/ApplyStyleCommand.cpp setNodeAttribute(toHTMLElement(node), styleAttr, AtomicString(newInlineStyle->style()->asText())); AtomicString 1442 Source/core/editing/ApplyStyleCommand.cpp setNodeAttribute(fontContainer, colorAttr, AtomicString(styleChange.fontColor())); AtomicString 1444 Source/core/editing/ApplyStyleCommand.cpp setNodeAttribute(fontContainer, faceAttr, AtomicString(styleChange.fontFace())); AtomicString 1446 Source/core/editing/ApplyStyleCommand.cpp setNodeAttribute(fontContainer, sizeAttr, AtomicString(styleChange.fontSize())); AtomicString 1450 Source/core/editing/ApplyStyleCommand.cpp fontElement->setAttribute(colorAttr, AtomicString(styleChange.fontColor())); AtomicString 1452 Source/core/editing/ApplyStyleCommand.cpp fontElement->setAttribute(faceAttr, AtomicString(styleChange.fontFace())); AtomicString 1454 Source/core/editing/ApplyStyleCommand.cpp fontElement->setAttribute(sizeAttr, AtomicString(styleChange.fontSize())); AtomicString 1470 Source/core/editing/ApplyStyleCommand.cpp setNodeAttribute(styleContainer, styleAttr, AtomicString(styleChange.cssStyle())); AtomicString 1474 Source/core/editing/ApplyStyleCommand.cpp styleElement->setAttribute(styleAttr, AtomicString(styleChange.cssStyle())); AtomicString 154 Source/core/editing/BreakBlockquoteCommand.cpp setNodeAttribute(clonedChild, startAttr, AtomicString::number(toRenderListItem(listChildNode->renderer())->value())); AtomicString 566 Source/core/editing/CompositeEditCommand.cpp setNodeAttribute(element, attribute, AtomicString()); AtomicString 569 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::setNodeAttribute(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value) AtomicString 130 Source/core/editing/CompositeEditCommand.h void setNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value); AtomicString 46 Source/core/editing/CreateLinkCommand.cpp anchorElement->setHref(AtomicString(m_url)); AtomicString 293 Source/core/editing/EditingStyle.cpp const AtomicString& value = element->getAttribute(m_attrName); AtomicString 323 Source/core/editing/EditingStyle.cpp const AtomicString& value = element->getAttribute(m_attrName); AtomicString 440 Source/core/editing/Editor.cpp AtomicString urlString; AtomicString 454 Source/core/editing/Editor.cpp bool Editor::dispatchCPPEvent(const AtomicString &eventType, ClipboardAccessPolicy policy, PasteMode pasteMode) AtomicString 261 Source/core/editing/Editor.h bool dispatchCPPEvent(const AtomicString&, ClipboardAccessPolicy, PasteMode = AllMimeTypes); AtomicString 440 Source/core/editing/EditorCommand.cpp AtomicString localName, prefix; AtomicString 441 Source/core/editing/EditorCommand.cpp if (!Document::parseQualifiedName(AtomicString(tagName), prefix, localName, IGNORE_EXCEPTION)) AtomicString 493 Source/core/editing/EditorCommand.cpp rule->setIdAttribute(AtomicString(value)); AtomicString 237 Source/core/editing/MarkupAccumulator.cpp const AtomicString& prefix = element.prefix(); AtomicString 267 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendNamespace(StringBuilder& result, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces& namespaces) AtomicString 89 Source/core/editing/MarkupAccumulator.h void appendNamespace(StringBuilder&, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&); AtomicString 516 Source/core/editing/ReplaceSelectionCommand.cpp setNodeAttribute(element, styleAttr, AtomicString(newInlineStyle->style()->asText())); AtomicString 555 Source/core/editing/ReplaceSelectionCommand.cpp static bool isProhibitedParagraphChild(const AtomicString& name) AtomicString 558 Source/core/editing/ReplaceSelectionCommand.cpp DEFINE_STATIC_LOCAL(HashSet<AtomicString>, elements, ()); AtomicString 792 Source/core/editing/ReplaceSelectionCommand.cpp setNodeAttribute(wrappingStyleSpan, styleAttr, AtomicString(style->style()->asText())); AtomicString 867 Source/core/editing/ReplaceSelectionCommand.cpp const AtomicString& classAttributeValue = element->getAttribute(classAttr); AtomicString 35 Source/core/editing/SetNodeAttributeCommand.cpp const QualifiedName& attribute, const AtomicString& value) AtomicString 36 Source/core/editing/SetNodeAttributeCommand.h static PassRefPtr<SetNodeAttributeCommand> create(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value) AtomicString 42 Source/core/editing/SetNodeAttributeCommand.h SetNodeAttributeCommand(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value); AtomicString 49 Source/core/editing/SetNodeAttributeCommand.h AtomicString m_value; AtomicString 50 Source/core/editing/SetNodeAttributeCommand.h AtomicString m_oldValue; AtomicString 96 Source/core/editing/SplitElementCommand.cpp const AtomicString& id = m_element1->getAttribute(HTMLNames::idAttr); AtomicString 122 Source/core/editing/TextIteratorTest.cpp RefPtr<ShadowRoot> shadowRoot = scope.getElementById(AtomicString::fromUTF8(hostElementID))->createShadowRoot(ASSERT_NO_EXCEPTION); AtomicString 819 Source/core/editing/htmlediting.cpp PassRefPtr<HTMLElement> createHTMLElement(Document& document, const AtomicString& tagName) AtomicString 208 Source/core/editing/htmlediting.h PassRefPtr<HTMLElement> createHTMLElement(Document&, const AtomicString&); AtomicString 85 Source/core/editing/markup.cpp m_element->setAttribute(m_name, AtomicString(m_value)); AtomicString 23 Source/core/events/AnimationPlayerEvent.cpp AnimationPlayerEvent::AnimationPlayerEvent(const AtomicString& type, double currentTime, double timelineTime) AtomicString 31 Source/core/events/AnimationPlayerEvent.cpp AnimationPlayerEvent::AnimationPlayerEvent(const AtomicString& type, const AnimationPlayerEventInit& initializer) AtomicString 53 Source/core/events/AnimationPlayerEvent.cpp const AtomicString& AnimationPlayerEvent::interfaceName() const AtomicString 25 Source/core/events/AnimationPlayerEvent.h static PassRefPtrWillBeRawPtr<AnimationPlayerEvent> create(const AtomicString& type, double currentTime, double timelineTime) AtomicString 29 Source/core/events/AnimationPlayerEvent.h static PassRefPtrWillBeRawPtr<AnimationPlayerEvent> create(const AtomicString& type, const AnimationPlayerEventInit& initializer) AtomicString 39 Source/core/events/AnimationPlayerEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 45 Source/core/events/AnimationPlayerEvent.h AnimationPlayerEvent(const AtomicString& type, double currentTime, double timelineTime); AtomicString 46 Source/core/events/AnimationPlayerEvent.h AnimationPlayerEvent(const AtomicString&, const AnimationPlayerEventInit&); AtomicString 63 Source/core/events/ApplicationCacheErrorEvent.cpp ApplicationCacheErrorEvent::ApplicationCacheErrorEvent(const AtomicString& eventType, const ApplicationCacheErrorEventInit& initializer) AtomicString 40 Source/core/events/ApplicationCacheErrorEvent.h static PassRefPtrWillBeRawPtr<ApplicationCacheErrorEvent> create(const AtomicString& eventType, const ApplicationCacheErrorEventInit& initializer) AtomicString 50 Source/core/events/ApplicationCacheErrorEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::ApplicationCacheErrorEvent; } AtomicString 57 Source/core/events/ApplicationCacheErrorEvent.h ApplicationCacheErrorEvent(const AtomicString& eventType, const ApplicationCacheErrorEventInit& initializer); AtomicString 48 Source/core/events/AutocompleteErrorEvent.h static PassRefPtrWillBeRawPtr<AutocompleteErrorEvent> create(const AtomicString& eventType, const AutocompleteErrorEventInit& initializer) AtomicString 55 Source/core/events/AutocompleteErrorEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::AutocompleteErrorEvent; } AtomicString 72 Source/core/events/AutocompleteErrorEvent.h AutocompleteErrorEvent(const AtomicString& eventType, const AutocompleteErrorEventInit& initializer) AtomicString 40 Source/core/events/BeforeTextInsertedEvent.cpp const AtomicString& BeforeTextInsertedEvent::interfaceName() const AtomicString 42 Source/core/events/BeforeTextInsertedEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 46 Source/core/events/BeforeUnloadEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::BeforeUnloadEvent; } AtomicString 34 Source/core/events/ClipboardEvent.cpp ClipboardEvent::ClipboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Clipboard> clipboard) AtomicString 43 Source/core/events/ClipboardEvent.cpp const AtomicString& ClipboardEvent::interfaceName() const AtomicString 37 Source/core/events/ClipboardEvent.h static PassRefPtrWillBeRawPtr<ClipboardEvent> create(const AtomicString& type, bool canBubbleArg, bool cancelableArg, PassRefPtrWillBeRawPtr<Clipboard> clipboardArg) AtomicString 48 Source/core/events/ClipboardEvent.h ClipboardEvent(const AtomicString& type, bool canBubbleArg, bool cancelableArg, PassRefPtrWillBeRawPtr<Clipboard>); AtomicString 50 Source/core/events/ClipboardEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 44 Source/core/events/CompositionEvent.cpp CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines) AtomicString 54 Source/core/events/CompositionEvent.cpp CompositionEvent::CompositionEvent(const AtomicString& type, const CompositionEventInit& initializer) AtomicString 68 Source/core/events/CompositionEvent.cpp void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data) AtomicString 101 Source/core/events/CompositionEvent.cpp const AtomicString& CompositionEvent::interfaceName() const AtomicString 48 Source/core/events/CompositionEvent.h static PassRefPtrWillBeRawPtr<CompositionEvent> create(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines) AtomicString 53 Source/core/events/CompositionEvent.h static PassRefPtrWillBeRawPtr<CompositionEvent> create(const AtomicString& type, const CompositionEventInit& initializer) AtomicString 60 Source/core/events/CompositionEvent.h void initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, const String& data); AtomicString 67 Source/core/events/CompositionEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 73 Source/core/events/CompositionEvent.h CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView>, const String&, const Vector<CompositionUnderline>& underlines); AtomicString 74 Source/core/events/CompositionEvent.h CompositionEvent(const AtomicString& type, const CompositionEventInit&); AtomicString 38 Source/core/events/CustomEvent.cpp CustomEvent::CustomEvent(const AtomicString& type, const CustomEventInit& initializer) AtomicString 48 Source/core/events/CustomEvent.cpp void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> serializedDetail) AtomicString 58 Source/core/events/CustomEvent.cpp const AtomicString& CustomEvent::interfaceName() const AtomicString 46 Source/core/events/CustomEvent.h static PassRefPtrWillBeRawPtr<CustomEvent> create(const AtomicString& type, const CustomEventInit& initializer) AtomicString 51 Source/core/events/CustomEvent.h void initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue>); AtomicString 53 Source/core/events/CustomEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 67 Source/core/events/CustomEvent.h CustomEvent(const AtomicString& type, const CustomEventInit& initializer); AtomicString 51 Source/core/events/ErrorEvent.cpp ErrorEvent::ErrorEvent(const AtomicString& type, const ErrorEventInit& initializer) AtomicString 83 Source/core/events/ErrorEvent.cpp const AtomicString& ErrorEvent::interfaceName() const AtomicString 60 Source/core/events/ErrorEvent.h static PassRefPtrWillBeRawPtr<ErrorEvent> create(const AtomicString& type, const ErrorEventInit& initializer) AtomicString 79 Source/core/events/ErrorEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 90 Source/core/events/ErrorEvent.h ErrorEvent(const AtomicString&, const ErrorEventInit&); AtomicString 54 Source/core/events/Event.cpp Event::Event(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg) AtomicString 70 Source/core/events/Event.cpp Event::Event(const AtomicString& eventType, const EventInit& initializer) AtomicString 90 Source/core/events/Event.cpp void Event::initEvent(const AtomicString& eventTypeArg, bool canBubbleArg, bool cancelableArg) AtomicString 104 Source/core/events/Event.cpp const AtomicString& Event::interfaceName() const AtomicString 109 Source/core/events/Event.cpp bool Event::hasInterface(const AtomicString& name) const AtomicString 85 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> create(const AtomicString& type) AtomicString 89 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> createCancelable(const AtomicString& type) AtomicString 93 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> createBubble(const AtomicString& type) AtomicString 97 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> createCancelableBubble(const AtomicString& type) AtomicString 102 Source/core/events/Event.h static PassRefPtrWillBeRawPtr<Event> create(const AtomicString& type, const EventInit& initializer) AtomicString 109 Source/core/events/Event.h void initEvent(const AtomicString& type, bool canBubble, bool cancelable); AtomicString 111 Source/core/events/Event.h const AtomicString& type() const { return m_type; } AtomicString 112 Source/core/events/Event.h void setType(const AtomicString& type) { m_type = type; } AtomicString 136 Source/core/events/Event.h virtual const AtomicString& interfaceName() const; AtomicString 137 Source/core/events/Event.h bool hasInterface(const AtomicString&) const; AtomicString 188 Source/core/events/Event.h Event(const AtomicString& type, bool canBubble, bool cancelable); AtomicString 189 Source/core/events/Event.h Event(const AtomicString& type, const EventInit&); AtomicString 195 Source/core/events/Event.h AtomicString m_type; AtomicString 69 Source/core/events/EventListenerMap.cpp bool EventListenerMap::contains(const AtomicString& eventType) const AtomicString 78 Source/core/events/EventListenerMap.cpp bool EventListenerMap::containsCapturing(const AtomicString& eventType) const AtomicString 99 Source/core/events/EventListenerMap.cpp Vector<AtomicString> EventListenerMap::eventTypes() const AtomicString 101 Source/core/events/EventListenerMap.cpp Vector<AtomicString> types; AtomicString 121 Source/core/events/EventListenerMap.cpp bool EventListenerMap::add(const AtomicString& eventType, PassRefPtr<EventListener> listener, bool useCapture) AtomicString 144 Source/core/events/EventListenerMap.cpp bool EventListenerMap::remove(const AtomicString& eventType, EventListener* listener, bool useCapture, size_t& indexOfRemovedListener) AtomicString 160 Source/core/events/EventListenerMap.cpp EventListenerVector* EventListenerMap::find(const AtomicString& eventType) AtomicString 187 Source/core/events/EventListenerMap.cpp void EventListenerMap::removeFirstEventListenerCreatedFromMarkup(const AtomicString& eventType) AtomicString 201 Source/core/events/EventListenerMap.cpp static void copyListenersNotCreatedFromMarkupToTarget(const AtomicString& eventType, EventListenerVector* listenerVector, EventTarget* target) AtomicString 52 Source/core/events/EventListenerMap.h bool contains(const AtomicString& eventType) const; AtomicString 53 Source/core/events/EventListenerMap.h bool containsCapturing(const AtomicString& eventType) const; AtomicString 56 Source/core/events/EventListenerMap.h bool add(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture); AtomicString 57 Source/core/events/EventListenerMap.h bool remove(const AtomicString& eventType, EventListener*, bool useCapture, size_t& indexOfRemovedListener); AtomicString 58 Source/core/events/EventListenerMap.h EventListenerVector* find(const AtomicString& eventType); AtomicString 59 Source/core/events/EventListenerMap.h Vector<AtomicString> eventTypes() const; AtomicString 61 Source/core/events/EventListenerMap.h void removeFirstEventListenerCreatedFromMarkup(const AtomicString& eventType); AtomicString 69 Source/core/events/EventListenerMap.h Vector<std::pair<AtomicString, OwnPtr<EventListenerVector> >, 2> m_entries; AtomicString 81 Source/core/events/EventPath.cpp const AtomicString eventType = event->type(); AtomicString 38 Source/core/events/EventSender.h explicit EventSender(const AtomicString& eventType); AtomicString 40 Source/core/events/EventSender.h const AtomicString& eventType() const { return m_eventType; } AtomicString 55 Source/core/events/EventSender.h AtomicString m_eventType; AtomicString 61 Source/core/events/EventSender.h template<typename T> EventSender<T>::EventSender(const AtomicString& eventType) AtomicString 82 Source/core/events/EventTarget.cpp bool EventTarget::addEventListener(const AtomicString& eventType, PassRefPtr<EventListener> listener, bool useCapture) AtomicString 96 Source/core/events/EventTarget.cpp bool EventTarget::removeEventListener(const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 129 Source/core/events/EventTarget.cpp bool EventTarget::setAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener> listener) AtomicString 137 Source/core/events/EventTarget.cpp EventListener* EventTarget::getAttributeEventListener(const AtomicString& eventType) AtomicString 148 Source/core/events/EventTarget.cpp bool EventTarget::clearAttributeEventListener(const AtomicString& eventType) AtomicString 191 Source/core/events/EventTarget.cpp static const AtomicString& legacyType(const Event* event) AtomicString 211 Source/core/events/EventTarget.cpp void EventTarget::countLegacyEvents(const AtomicString& legacyTypeName, EventListenerVector* listenersVector, EventListenerVector* legacyListenersVector) AtomicString 264 Source/core/events/EventTarget.cpp AtomicString legacyTypeName = legacyType(event); AtomicString 276 Source/core/events/EventTarget.cpp AtomicString unprefixedTypeName = event->type(); AtomicString 337 Source/core/events/EventTarget.cpp const EventListenerVector& EventTarget::getEventListeners(const AtomicString& eventType) AtomicString 352 Source/core/events/EventTarget.cpp Vector<AtomicString> EventTarget::eventTypes() AtomicString 355 Source/core/events/EventTarget.cpp return d ? d->eventListenerMap.eventTypes() : Vector<AtomicString>(); AtomicString 76 Source/core/events/EventTarget.h FiringEventIterator(const AtomicString& eventType, size_t& iterator, size_t& end) AtomicString 83 Source/core/events/EventTarget.h const AtomicString& eventType; AtomicString 104 Source/core/events/EventTarget.h virtual const AtomicString& interfaceName() const = 0; AtomicString 115 Source/core/events/EventTarget.h bool addEventListener(const AtomicString& eventType) { return false; } AtomicString 116 Source/core/events/EventTarget.h virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false); AtomicString 118 Source/core/events/EventTarget.h bool removeEventListener(const AtomicString& eventType) { return false; } AtomicString 119 Source/core/events/EventTarget.h virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture = false); AtomicString 126 Source/core/events/EventTarget.h bool setAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener>); AtomicString 127 Source/core/events/EventTarget.h EventListener* getAttributeEventListener(const AtomicString& eventType); AtomicString 130 Source/core/events/EventTarget.h bool hasEventListeners(const AtomicString& eventType) const; AtomicString 131 Source/core/events/EventTarget.h bool hasCapturingEventListeners(const AtomicString& eventType); AtomicString 132 Source/core/events/EventTarget.h const EventListenerVector& getEventListeners(const AtomicString& eventType); AtomicString 133 Source/core/events/EventTarget.h Vector<AtomicString> eventTypes(); AtomicString 151 Source/core/events/EventTarget.h void countLegacyEvents(const AtomicString& legacyTypeName, EventListenerVector*, EventListenerVector*); AtomicString 153 Source/core/events/EventTarget.h bool clearAttributeEventListener(const AtomicString& eventType); AtomicString 220 Source/core/events/EventTarget.h inline bool EventTarget::hasEventListeners(const AtomicString& eventType) const AtomicString 228 Source/core/events/EventTarget.h inline bool EventTarget::hasCapturingEventListeners(const AtomicString& eventType) AtomicString 39 Source/core/events/FocusEvent.cpp const AtomicString& FocusEvent::interfaceName() const AtomicString 54 Source/core/events/FocusEvent.cpp FocusEvent::FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) AtomicString 61 Source/core/events/FocusEvent.cpp FocusEvent::FocusEvent(const AtomicString& type, const FocusEventInit& initializer) AtomicString 49 Source/core/events/FocusEvent.h static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail, EventTarget* relatedTarget) AtomicString 54 Source/core/events/FocusEvent.h static PassRefPtrWillBeRawPtr<FocusEvent> create(const AtomicString& type, const FocusEventInit& initializer) AtomicString 63 Source/core/events/FocusEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 70 Source/core/events/FocusEvent.h FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int, EventTarget*); AtomicString 71 Source/core/events/FocusEvent.h FocusEvent(const AtomicString& type, const FocusEventInit&); AtomicString 35 Source/core/events/GestureEvent.cpp AtomicString eventType; AtomicString 71 Source/core/events/GestureEvent.cpp const AtomicString& GestureEvent::interfaceName() const AtomicString 90 Source/core/events/GestureEvent.cpp GestureEvent::GestureEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY) AtomicString 43 Source/core/events/GestureEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 52 Source/core/events/GestureEvent.h GestureEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView>, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY); AtomicString 49 Source/core/events/HashChangeEvent.h static PassRefPtrWillBeRawPtr<HashChangeEvent> create(const AtomicString& type, const HashChangeEventInit& initializer) AtomicString 54 Source/core/events/HashChangeEvent.h void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL) AtomicString 68 Source/core/events/HashChangeEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::HashChangeEvent; } AtomicString 86 Source/core/events/HashChangeEvent.h HashChangeEvent(const AtomicString& type, const HashChangeEventInit& initializer) AtomicString 31 Source/core/events/KeyboardEvent.cpp static inline const AtomicString& eventTypeForKeyboardEventType(PlatformEvent::Type type) AtomicString 118 Source/core/events/KeyboardEvent.cpp KeyboardEvent::KeyboardEvent(const AtomicString& eventType, const KeyboardEventInit& initializer) AtomicString 128 Source/core/events/KeyboardEvent.cpp KeyboardEvent::KeyboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, AbstractView *view, AtomicString 144 Source/core/events/KeyboardEvent.cpp void KeyboardEvent::initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, AtomicString 202 Source/core/events/KeyboardEvent.cpp const AtomicString& KeyboardEvent::interfaceName() const AtomicString 67 Source/core/events/KeyboardEvent.h static PassRefPtrWillBeRawPtr<KeyboardEvent> create(const AtomicString& type, const KeyboardEventInit& initializer) AtomicString 72 Source/core/events/KeyboardEvent.h static PassRefPtrWillBeRawPtr<KeyboardEvent> create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, AtomicString 82 Source/core/events/KeyboardEvent.h void initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*, AtomicString 99 Source/core/events/KeyboardEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 108 Source/core/events/KeyboardEvent.h KeyboardEvent(const AtomicString&, const KeyboardEventInit&); AtomicString 109 Source/core/events/KeyboardEvent.h KeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView*, AtomicString 51 Source/core/events/MessageEvent.cpp MessageEvent::MessageEvent(const AtomicString& type, const MessageEventInit& initializer) AtomicString 136 Source/core/events/MessageEvent.cpp PassRefPtrWillBeRawPtr<MessageEvent> MessageEvent::create(const AtomicString& type, const MessageEventInit& initializer, ExceptionState& exceptionState) AtomicString 145 Source/core/events/MessageEvent.cpp void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports) AtomicString 159 Source/core/events/MessageEvent.cpp void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray> ports) AtomicString 177 Source/core/events/MessageEvent.cpp const AtomicString& MessageEvent::interfaceName() const AtomicString 80 Source/core/events/MessageEvent.h static PassRefPtrWillBeRawPtr<MessageEvent> create(const AtomicString& type, const MessageEventInit& initializer, ExceptionState&); AtomicString 83 Source/core/events/MessageEvent.h void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>); AtomicString 84 Source/core/events/MessageEvent.h void initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<SerializedScriptValue> data, const String& origin, const String& lastEventId, DOMWindow* source, PassOwnPtr<MessagePortArray>); AtomicString 93 Source/core/events/MessageEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 120 Source/core/events/MessageEvent.h MessageEvent(const AtomicString&, const MessageEventInit&); AtomicString 47 Source/core/events/MouseEvent.cpp PassRefPtrWillBeRawPtr<MouseEvent> MouseEvent::create(const AtomicString& type, const MouseEventInit& initializer) AtomicString 52 Source/core/events/MouseEvent.cpp PassRefPtrWillBeRawPtr<MouseEvent> MouseEvent::create(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView> view, const PlatformMouseEvent& event, int detail, PassRefPtr<Node> relatedTarget) AtomicString 68 Source/core/events/MouseEvent.cpp PassRefPtrWillBeRawPtr<MouseEvent> MouseEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, AtomicString 87 Source/core/events/MouseEvent.cpp MouseEvent::MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, AtomicString 105 Source/core/events/MouseEvent.cpp MouseEvent::MouseEvent(const AtomicString& eventType, const MouseEventInit& initializer) AtomicString 123 Source/core/events/MouseEvent.cpp void MouseEvent::initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, AtomicString 148 Source/core/events/MouseEvent.cpp const AtomicString& MouseEvent::interfaceName() const AtomicString 160 Source/core/events/MouseEvent.cpp const AtomicString& t = type(); AtomicString 199 Source/core/events/MouseEvent.cpp PassRefPtrWillBeRawPtr<SimulatedMouseEvent> SimulatedMouseEvent::create(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView> view, PassRefPtrWillBeRawPtr<Event> underlyingEvent) AtomicString 208 Source/core/events/MouseEvent.cpp SimulatedMouseEvent::SimulatedMouseEvent(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView> view, PassRefPtrWillBeRawPtr<Event> underlyingEvent) AtomicString 58 Source/core/events/MouseEvent.h static PassRefPtrWillBeRawPtr<MouseEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, AtomicString 64 Source/core/events/MouseEvent.h static PassRefPtrWillBeRawPtr<MouseEvent> create(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView>, const PlatformMouseEvent&, int detail, PassRefPtr<Node> relatedTarget); AtomicString 66 Source/core/events/MouseEvent.h static PassRefPtrWillBeRawPtr<MouseEvent> create(const AtomicString& eventType, const MouseEventInit&); AtomicString 70 Source/core/events/MouseEvent.h void initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, AtomicString 88 Source/core/events/MouseEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 97 Source/core/events/MouseEvent.h MouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, AtomicString 103 Source/core/events/MouseEvent.h MouseEvent(const AtomicString& type, const MouseEventInit&); AtomicString 116 Source/core/events/MouseEvent.h static PassRefPtrWillBeRawPtr<SimulatedMouseEvent> create(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView>, PassRefPtrWillBeRawPtr<Event> underlyingEvent); AtomicString 122 Source/core/events/MouseEvent.h SimulatedMouseEvent(const AtomicString& eventType, PassRefPtrWillBeRawPtr<AbstractView>, PassRefPtrWillBeRawPtr<Event> underlyingEvent); AtomicString 55 Source/core/events/MouseRelatedEvent.cpp MouseRelatedEvent::MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> abstractView, AtomicString 64 Source/core/events/MouseRelatedEvent.h MouseRelatedEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, AtomicString 34 Source/core/events/MutationEvent.cpp MutationEvent::MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, AtomicString 51 Source/core/events/MutationEvent.cpp void MutationEvent::initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, AtomicString 67 Source/core/events/MutationEvent.cpp const AtomicString& MutationEvent::interfaceName() const AtomicString 47 Source/core/events/MutationEvent.h static PassRefPtrWillBeRawPtr<MutationEvent> create(const AtomicString& type, bool canBubble, PassRefPtr<Node> relatedNode = nullptr, AtomicString 53 Source/core/events/MutationEvent.h void initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, AtomicString 63 Source/core/events/MutationEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 69 Source/core/events/MutationEvent.h MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, AtomicString 63 Source/core/events/OverflowEvent.cpp OverflowEvent::OverflowEvent(const AtomicString& type, const OverflowEventInit& initializer) AtomicString 72 Source/core/events/OverflowEvent.cpp const AtomicString& OverflowEvent::interfaceName() const AtomicString 57 Source/core/events/OverflowEvent.h static PassRefPtrWillBeRawPtr<OverflowEvent> create(const AtomicString& type, const OverflowEventInit& initializer) AtomicString 66 Source/core/events/OverflowEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 73 Source/core/events/OverflowEvent.h OverflowEvent(const AtomicString&, const OverflowEventInit&); AtomicString 42 Source/core/events/PageTransitionEvent.cpp PageTransitionEvent::PageTransitionEvent(const AtomicString& type, bool persisted) AtomicString 49 Source/core/events/PageTransitionEvent.cpp PageTransitionEvent::PageTransitionEvent(const AtomicString& type, const PageTransitionEventInit& initializer) AtomicString 60 Source/core/events/PageTransitionEvent.cpp const AtomicString& PageTransitionEvent::interfaceName() const AtomicString 45 Source/core/events/PageTransitionEvent.h static PassRefPtrWillBeRawPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) AtomicString 49 Source/core/events/PageTransitionEvent.h static PassRefPtrWillBeRawPtr<PageTransitionEvent> create(const AtomicString& type, const PageTransitionEventInit& initializer) AtomicString 56 Source/core/events/PageTransitionEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 64 Source/core/events/PageTransitionEvent.h PageTransitionEvent(const AtomicString& type, bool persisted); AtomicString 65 Source/core/events/PageTransitionEvent.h PageTransitionEvent(const AtomicString&, const PageTransitionEventInit&); AtomicString 43 Source/core/events/PopStateEvent.cpp PopStateEvent::PopStateEvent(const AtomicString& type, const PopStateEventInit& initializer) AtomicString 72 Source/core/events/PopStateEvent.cpp PassRefPtrWillBeRawPtr<PopStateEvent> PopStateEvent::create(const AtomicString& type, const PopStateEventInit& initializer) AtomicString 77 Source/core/events/PopStateEvent.cpp const AtomicString& PopStateEvent::interfaceName() const AtomicString 45 Source/core/events/PopStateEvent.h static PassRefPtrWillBeRawPtr<PopStateEvent> create(const AtomicString&, const PopStateEventInit&); AtomicString 55 Source/core/events/PopStateEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 61 Source/core/events/PopStateEvent.h PopStateEvent(const AtomicString&, const PopStateEventInit&); AtomicString 46 Source/core/events/ProgressEvent.cpp ProgressEvent::ProgressEvent(const AtomicString& type, const ProgressEventInit& initializer) AtomicString 55 Source/core/events/ProgressEvent.cpp ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) AtomicString 64 Source/core/events/ProgressEvent.cpp const AtomicString& ProgressEvent::interfaceName() const AtomicString 47 Source/core/events/ProgressEvent.h static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) AtomicString 51 Source/core/events/ProgressEvent.h static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, const ProgressEventInit& initializer) AtomicString 60 Source/core/events/ProgressEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 66 Source/core/events/ProgressEvent.h ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total); AtomicString 67 Source/core/events/ProgressEvent.h ProgressEvent(const AtomicString&, const ProgressEventInit&); AtomicString 37 Source/core/events/ResourceProgressEvent.cpp ResourceProgressEvent::ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url) AtomicString 49 Source/core/events/ResourceProgressEvent.cpp const AtomicString& ResourceProgressEvent::interfaceName() const AtomicString 51 Source/core/events/ResourceProgressEvent.h static PassRefPtrWillBeRawPtr<ResourceProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url) AtomicString 58 Source/core/events/ResourceProgressEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 64 Source/core/events/ResourceProgressEvent.h ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url); AtomicString 56 Source/core/events/SecurityPolicyViolationEvent.h static PassRefPtrWillBeRawPtr<SecurityPolicyViolationEvent> create(const AtomicString& type, const SecurityPolicyViolationEventInit& initializer) AtomicString 72 Source/core/events/SecurityPolicyViolationEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::SecurityPolicyViolationEvent; } AtomicString 82 Source/core/events/SecurityPolicyViolationEvent.h SecurityPolicyViolationEvent(const AtomicString& type, const SecurityPolicyViolationEventInit& initializer) AtomicString 94 Source/core/events/TextEvent.cpp void TextEvent::initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data) AtomicString 104 Source/core/events/TextEvent.cpp const AtomicString& TextEvent::interfaceName() const AtomicString 48 Source/core/events/TextEvent.h void initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, const String& data); AtomicString 52 Source/core/events/TextEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 34 Source/core/events/ThreadLocalEventNames.h inline bool isTouchEventType(const AtomicString& eventType) AtomicString 41 Source/core/events/TouchEvent.cpp TouchList* changedTouches, const AtomicString& type, AtomicString 60 Source/core/events/TouchEvent.cpp TouchList* changedTouches, const AtomicString& type, AtomicString 80 Source/core/events/TouchEvent.cpp const AtomicString& TouchEvent::interfaceName() const AtomicString 46 Source/core/events/TouchEvent.h const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, AtomicString 56 Source/core/events/TouchEvent.h TouchList* changedTouches, const AtomicString& type, AtomicString 71 Source/core/events/TouchEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 78 Source/core/events/TouchEvent.h TouchList* changedTouches, const AtomicString& type, AtomicString 43 Source/core/events/TransitionEvent.cpp TransitionEvent::TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) AtomicString 52 Source/core/events/TransitionEvent.cpp TransitionEvent::TransitionEvent(const AtomicString& type, const TransitionEventInit& initializer) AtomicString 80 Source/core/events/TransitionEvent.cpp const AtomicString& TransitionEvent::interfaceName() const AtomicString 48 Source/core/events/TransitionEvent.h static PassRefPtrWillBeRawPtr<TransitionEvent> create(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) AtomicString 52 Source/core/events/TransitionEvent.h static PassRefPtrWillBeRawPtr<TransitionEvent> create(const AtomicString& type, const TransitionEventInit& initializer) AtomicString 63 Source/core/events/TransitionEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 69 Source/core/events/TransitionEvent.h TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement); AtomicString 70 Source/core/events/TransitionEvent.h TransitionEvent(const AtomicString& type, const TransitionEventInit& initializer); AtomicString 41 Source/core/events/UIEvent.cpp UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtrWillBeRawPtr<AbstractView> viewArg, int detailArg) AtomicString 49 Source/core/events/UIEvent.cpp UIEvent::UIEvent(const AtomicString& eventType, const UIEventInit& initializer) AtomicString 61 Source/core/events/UIEvent.cpp void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassRefPtrWillBeRawPtr<AbstractView> viewArg, int detailArg) AtomicString 77 Source/core/events/UIEvent.cpp const AtomicString& UIEvent::interfaceName() const AtomicString 48 Source/core/events/UIEvent.h static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, int detail) AtomicString 52 Source/core/events/UIEvent.h static PassRefPtrWillBeRawPtr<UIEvent> create(const AtomicString& type, const UIEventInit& initializer) AtomicString 58 Source/core/events/UIEvent.h void initUIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail); AtomicString 64 Source/core/events/UIEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 82 Source/core/events/UIEvent.h UIEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView>, int detail); AtomicString 83 Source/core/events/UIEvent.h UIEvent(const AtomicString&, const UIEventInit&); AtomicString 47 Source/core/events/UIEventWithKeyState.h UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<AbstractView> view, AtomicString 43 Source/core/events/WebKitAnimationEvent.cpp WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const WebKitAnimationEventInit& initializer) AtomicString 51 Source/core/events/WebKitAnimationEvent.cpp WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) AtomicString 73 Source/core/events/WebKitAnimationEvent.cpp const AtomicString& WebKitAnimationEvent::interfaceName() const AtomicString 49 Source/core/events/WebKitAnimationEvent.h static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) AtomicString 53 Source/core/events/WebKitAnimationEvent.h static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const WebKitAnimationEventInit& initializer) AtomicString 63 Source/core/events/WebKitAnimationEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 69 Source/core/events/WebKitAnimationEvent.h WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime); AtomicString 70 Source/core/events/WebKitAnimationEvent.h WebKitAnimationEvent(const AtomicString&, const WebKitAnimationEventInit&); AtomicString 52 Source/core/events/WheelEvent.cpp WheelEvent::WheelEvent(const AtomicString& type, const WheelEventInit& initializer) AtomicString 113 Source/core/events/WheelEvent.cpp const AtomicString& WheelEvent::interfaceName() const AtomicString 62 Source/core/events/WheelEvent.h static PassRefPtrWillBeRawPtr<WheelEvent> create(const AtomicString& type, const WheelEventInit& initializer) AtomicString 96 Source/core/events/WheelEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 104 Source/core/events/WheelEvent.h WheelEvent(const AtomicString&, const WheelEventInit&); AtomicString 45 Source/core/fetch/CSSStyleSheetResource.cpp DEFINE_STATIC_LOCAL(const AtomicString, acceptCSS, ("text/css,*/*;q=0.1", AtomicString::ConstructFromLiteral)); AtomicString 142 Source/core/fetch/CSSStyleSheetResource.cpp const AtomicString& mimeType = extractMIMETypeFromMediaType(response().httpHeaderField("Content-Type")); AtomicString 48 Source/core/fetch/CrossOriginAccessControl.cpp bool isOnAccessControlSimpleRequestHeaderWhitelist(const AtomicString& name, const AtomicString& value) AtomicString 59 Source/core/fetch/CrossOriginAccessControl.cpp AtomicString mimeType = extractMIMETypeFromMediaType(value); AtomicString 134 Source/core/fetch/CrossOriginAccessControl.cpp preflightRequest.setHTTPHeaderField("Access-Control-Request-Headers", AtomicString(headerBuffer.toString().lower())); AtomicString 147 Source/core/fetch/CrossOriginAccessControl.cpp AtomicallyInitializedStatic(AtomicString&, accessControlAllowOrigin = *new AtomicString("access-control-allow-origin", AtomicString::ConstructFromLiteral)); AtomicString 148 Source/core/fetch/CrossOriginAccessControl.cpp AtomicallyInitializedStatic(AtomicString&, accessControlAllowCredentials = *new AtomicString("access-control-allow-credentials", AtomicString::ConstructFromLiteral)); AtomicString 155 Source/core/fetch/CrossOriginAccessControl.cpp const AtomicString& accessControlOriginString = response.httpHeaderField(accessControlAllowOrigin); AtomicString 181 Source/core/fetch/CrossOriginAccessControl.cpp const AtomicString& accessControlCredentialsString = response.httpHeaderField(accessControlAllowCredentials); AtomicString 59 Source/core/fetch/CrossOriginAccessControl.h bool isOnAccessControlSimpleRequestHeaderWhitelist(const AtomicString& name, const AtomicString& value); AtomicString 42 Source/core/fetch/FetchInitiatorInfo.h AtomicString name; AtomicString 34 Source/core/fetch/FetchRequest.cpp FetchRequest::FetchRequest(const ResourceRequest& resourceRequest, const AtomicString& initiator, const String& charset, ResourceLoadPriority priority) AtomicString 46 Source/core/fetch/FetchRequest.cpp FetchRequest::FetchRequest(const ResourceRequest& resourceRequest, const AtomicString& initiator, const ResourceLoaderOptions& options) AtomicString 86 Source/core/fetch/FetchRequest.cpp void FetchRequest::setCrossOriginAccessControl(SecurityOrigin* origin, const AtomicString& crossOriginMode) AtomicString 44 Source/core/fetch/FetchRequest.h explicit FetchRequest(const ResourceRequest&, const AtomicString& initiator, const String& charset = String(), ResourceLoadPriority = ResourceLoadPriorityUnresolved); AtomicString 45 Source/core/fetch/FetchRequest.h FetchRequest(const ResourceRequest&, const AtomicString& initiator, const ResourceLoaderOptions&); AtomicString 64 Source/core/fetch/FetchRequest.h void setCrossOriginAccessControl(SecurityOrigin*, const AtomicString& crossOriginMode); AtomicString 306 Source/core/fetch/ImageResource.cpp DEFINE_STATIC_LOCAL(const AtomicString, acceptWebP, ("image/webp,*/*;q=0.8", AtomicString::ConstructFromLiteral)); AtomicString 129 Source/core/fetch/RawResource.cpp static bool shouldIgnoreHeaderForCacheReuse(AtomicString headerName) AtomicString 132 Source/core/fetch/RawResource.cpp DEFINE_STATIC_LOCAL(HashSet<AtomicString>, m_headers, ()); AtomicString 169 Source/core/fetch/RawResource.cpp AtomicString headerName = i->key; AtomicString 176 Source/core/fetch/RawResource.cpp AtomicString headerName = i->key; AtomicString 81 Source/core/fetch/Resource.cpp static inline bool shouldUpdateHeaderAfterRevalidation(const AtomicString& header) AtomicString 894 Source/core/fetch/Resource.cpp static const char* initatorTypeNameToString(const AtomicString& initiatorTypeName) AtomicString 206 Source/core/fetch/Resource.h AtomicString accept() const { return m_accept; } AtomicString 207 Source/core/fetch/Resource.h void setAccept(const AtomicString& accept) { m_accept = accept; } AtomicString 327 Source/core/fetch/Resource.h AtomicString m_accept; AtomicString 788 Source/core/fetch/ResourceFetcher.cpp const AtomicString& lastModified = resource->response().httpHeaderField("Last-Modified"); AtomicString 789 Source/core/fetch/ResourceFetcher.cpp const AtomicString& eTag = resource->response().httpHeaderField("ETag"); AtomicString 41 Source/core/fetch/ScriptResource.cpp DEFINE_STATIC_LOCAL(const AtomicString, acceptScript, ("*/*", AtomicString::ConstructFromLiteral)); AtomicString 63 Source/core/fetch/ScriptResource.cpp AtomicString ScriptResource::mimeType() const AtomicString 81 Source/core/fetch/ScriptResource.cpp m_script = AtomicString(script); AtomicString 47 Source/core/fetch/ScriptResource.h AtomicString mimeType() const; AtomicString 52 Source/core/fetch/ScriptResource.h AtomicString m_script; AtomicString 44 Source/core/fetch/XSLStyleSheetResource.cpp DEFINE_STATIC_LOCAL(const AtomicString, acceptXSLT, ("text/xml, application/xml, application/xhtml+xml, text/xsl, application/rss+xml, application/atom+xml", AtomicString::ConstructFromLiteral)); AtomicString 157 Source/core/fileapi/FileReader.cpp const AtomicString& FileReader::interfaceName() const AtomicString 374 Source/core/fileapi/FileReader.cpp void FileReader::fireEvent(const AtomicString& type) AtomicString 84 Source/core/fileapi/FileReader.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 110 Source/core/fileapi/FileReader.h void fireEvent(const AtomicString& type); AtomicString 105 Source/core/fileapi/FileReaderLoader.cpp request.setHTTPHeaderField("Range", AtomicString(String::format("bytes=%d-%d", m_rangeStart, m_rangeEnd))); AtomicString 515 Source/core/frame/DOMWindow.cpp const AtomicString& DOMWindow::interfaceName() const AtomicString 1194 Source/core/frame/DOMWindow.cpp const AtomicString& DOMWindow::name() const AtomicString 1202 Source/core/frame/DOMWindow.cpp void DOMWindow::setName(const AtomicString& name) AtomicString 1316 Source/core/frame/DOMWindow.cpp CSSSelector::PseudoType pseudoType = CSSSelector::parsePseudoType(AtomicString(pseudoElement.substring(colonStart))); AtomicString 1517 Source/core/frame/DOMWindow.cpp bool DOMWindow::addEventListener(const AtomicString& eventType, PassRefPtr<EventListener> listener, bool useCapture) AtomicString 1551 Source/core/frame/DOMWindow.cpp bool DOMWindow::removeEventListener(const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 1767 Source/core/frame/DOMWindow.cpp PassRefPtrWillBeRawPtr<DOMWindow> DOMWindow::open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString, AtomicString 107 Source/core/frame/DOMWindow.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 155 Source/core/frame/DOMWindow.h PassRefPtrWillBeRawPtr<DOMWindow> open(const String& urlString, const AtomicString& frameName, const String& windowFeaturesString, AtomicString 187 Source/core/frame/DOMWindow.h const AtomicString& name() const; AtomicString 188 Source/core/frame/DOMWindow.h void setName(const AtomicString&); AtomicString 255 Source/core/frame/DOMWindow.h virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) OVERRIDE; AtomicString 256 Source/core/frame/DOMWindow.h virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture = false) OVERRIDE; AtomicString 62 Source/core/frame/DOMWindowLifecycleNotifier.cpp void DOMWindowLifecycleNotifier::notifyAddEventListener(DOMWindow* window, const AtomicString& eventType) AtomicString 69 Source/core/frame/DOMWindowLifecycleNotifier.cpp void DOMWindowLifecycleNotifier::notifyRemoveEventListener(DOMWindow* window, const AtomicString& eventType) AtomicString 43 Source/core/frame/DOMWindowLifecycleNotifier.h void notifyAddEventListener(DOMWindow*, const AtomicString& eventType); AtomicString 44 Source/core/frame/DOMWindowLifecycleNotifier.h void notifyRemoveEventListener(DOMWindow*, const AtomicString& eventType); AtomicString 47 Source/core/frame/DOMWindowLifecycleObserver.h virtual void didAddEventListener(DOMWindow*, const AtomicString&) { } AtomicString 48 Source/core/frame/DOMWindowLifecycleObserver.h virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) { } AtomicString 1203 Source/core/frame/FrameView.cpp void FrameView::setMediaType(const AtomicString& mediaType) AtomicString 1210 Source/core/frame/FrameView.cpp AtomicString FrameView::mediaType() const AtomicString 1216 Source/core/frame/FrameView.cpp return AtomicString(overrideType); AtomicString 163 Source/core/frame/FrameView.h AtomicString mediaType() const; AtomicString 164 Source/core/frame/FrameView.h void setMediaType(const AtomicString&); AtomicString 464 Source/core/frame/FrameView.h AtomicString m_mediaType; AtomicString 465 Source/core/frame/FrameView.h AtomicString m_mediaTypeWhenNotPrinting; AtomicString 61 Source/core/frame/Navigator.cpp AtomicString Navigator::language() const AtomicString 52 Source/core/frame/Navigator.h AtomicString language() const; AtomicString 123 Source/core/frame/Screen.cpp const AtomicString& Screen::interfaceName() const AtomicString 64 Source/core/frame/Screen.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 50 Source/core/html/ClassList.cpp const AtomicString ClassList::item(unsigned index) const AtomicString 53 Source/core/html/ClassList.cpp return AtomicString(); AtomicString 57 Source/core/html/ClassList.cpp bool ClassList::containsInternal(const AtomicString& token) const AtomicString 52 Source/core/html/ClassList.h virtual const AtomicString item(unsigned index) const OVERRIDE; AtomicString 61 Source/core/html/ClassList.h virtual bool containsInternal(const AtomicString&) const OVERRIDE; AtomicString 65 Source/core/html/ClassList.h virtual const AtomicString& value() const OVERRIDE { return m_element->getAttribute(HTMLNames::classAttr); } AtomicString 66 Source/core/html/ClassList.h virtual void setValue(const AtomicString& value) OVERRIDE { m_element->setAttribute(HTMLNames::classAttr, value); } AtomicString 42 Source/core/html/FormAssociatedElement.cpp static PassOwnPtr<FormAttributeTargetObserver> create(const AtomicString& id, FormAssociatedElement*); AtomicString 46 Source/core/html/FormAssociatedElement.cpp FormAttributeTargetObserver(const AtomicString& id, FormAssociatedElement*); AtomicString 102 Source/core/html/FormAssociatedElement.cpp const AtomicString& formId(element->fastGetAttribute(formAttr)); AtomicString 165 Source/core/html/FormAssociatedElement.cpp const AtomicString& formId(element->fastGetAttribute(formAttr)); AtomicString 259 Source/core/html/FormAssociatedElement.cpp const AtomicString& formId(element->fastGetAttribute(formAttr)); AtomicString 271 Source/core/html/FormAssociatedElement.cpp const AtomicString& FormAssociatedElement::name() const AtomicString 273 Source/core/html/FormAssociatedElement.cpp const AtomicString& name = toHTMLElement(this)->getNameAttribute(); AtomicString 306 Source/core/html/FormAssociatedElement.cpp PassOwnPtr<FormAttributeTargetObserver> FormAttributeTargetObserver::create(const AtomicString& id, FormAssociatedElement* element) AtomicString 311 Source/core/html/FormAssociatedElement.cpp FormAttributeTargetObserver::FormAttributeTargetObserver(const AtomicString& id, FormAssociatedElement* element) AtomicString 61 Source/core/html/FormAssociatedElement.h virtual const AtomicString& name() const; AtomicString 49 Source/core/html/HTMLAllCollection.cpp Element* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const AtomicString 68 Source/core/html/HTMLAllCollection.cpp void HTMLAllCollection::namedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<NodeList>& returnValue0, bool& returnValue1Enabled, RefPtr<Element>& returnValue1) AtomicString 38 Source/core/html/HTMLAllCollection.h Element* namedItemWithIndex(const AtomicString& name, unsigned index) const; AtomicString 39 Source/core/html/HTMLAllCollection.h void namedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&); AtomicString 261 Source/core/html/HTMLAnchorElement.cpp void HTMLAnchorElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 319 Source/core/html/HTMLAnchorElement.cpp const AtomicString& value = getAttribute(draggableAttr); AtomicString 332 Source/core/html/HTMLAnchorElement.cpp void HTMLAnchorElement::setHref(const AtomicString& value) AtomicString 344 Source/core/html/HTMLAnchorElement.cpp setHref(AtomicString(url.string())); AtomicString 354 Source/core/html/HTMLAnchorElement.cpp setHref(AtomicString(value)); AtomicString 362 Source/core/html/HTMLAnchorElement.cpp void HTMLAnchorElement::setRel(const AtomicString& value) AtomicString 371 Source/core/html/HTMLAnchorElement.cpp const AtomicString& HTMLAnchorElement::name() const AtomicString 382 Source/core/html/HTMLAnchorElement.cpp AtomicString HTMLAnchorElement::target() const AtomicString 400 Source/core/html/HTMLAnchorElement.cpp const AtomicString& pingValue = getAttribute(pingAttr); AtomicString 65 Source/core/html/HTMLAnchorElement.h void setHref(const AtomicString&); AtomicString 67 Source/core/html/HTMLAnchorElement.h const AtomicString& name() const; AtomicString 82 Source/core/html/HTMLAnchorElement.h void setRel(const AtomicString&); AtomicString 90 Source/core/html/HTMLAnchorElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 107 Source/core/html/HTMLAnchorElement.h AtomicString target() const; AtomicString 59 Source/core/html/HTMLAppletElement.cpp void HTMLAppletElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 128 Source/core/html/HTMLAppletElement.cpp const AtomicString& codeBase = getAttribute(codebaseAttr); AtomicString 135 Source/core/html/HTMLAppletElement.cpp const AtomicString& archive = getAttribute(archiveAttr); AtomicString 141 Source/core/html/HTMLAppletElement.cpp const AtomicString& code = getAttribute(codeAttr); AtomicString 159 Source/core/html/HTMLAppletElement.cpp const AtomicString& name = document().isHTMLDocument() ? getNameAttribute() : getIdAttribute(); AtomicString 169 Source/core/html/HTMLAppletElement.cpp const AtomicString& mayScript = getAttribute(mayscriptAttr); AtomicString 42 Source/core/html/HTMLAppletElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 54 Source/core/html/HTMLAreaElement.cpp void HTMLAreaElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 52 Source/core/html/HTMLAreaElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 48 Source/core/html/HTMLAudioElement.cpp PassRefPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document& document, const AtomicString& src) AtomicString 51 Source/core/html/HTMLAudioElement.cpp audio->setPreload(AtomicString("auto", AtomicString::ConstructFromLiteral)); AtomicString 39 Source/core/html/HTMLAudioElement.h static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src); AtomicString 53 Source/core/html/HTMLBRElement.cpp void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 41 Source/core/html/HTMLBRElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 47 Source/core/html/HTMLBaseElement.cpp void HTMLBaseElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 81 Source/core/html/HTMLBaseElement.cpp const AtomicString& attributeValue = fastGetAttribute(hrefAttr); AtomicString 95 Source/core/html/HTMLBaseElement.cpp void HTMLBaseElement::setHref(const AtomicString& value) AtomicString 35 Source/core/html/HTMLBaseElement.h void setHref(const AtomicString&); AtomicString 41 Source/core/html/HTMLBaseElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 66 Source/core/html/HTMLBodyElement.cpp void HTMLBodyElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 92 Source/core/html/HTMLBodyElement.cpp void HTMLBodyElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 49 Source/core/html/HTMLBodyElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 51 Source/core/html/HTMLBodyElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 54 Source/core/html/HTMLButtonElement.cpp void HTMLButtonElement::setType(const AtomicString& type) AtomicString 64 Source/core/html/HTMLButtonElement.cpp const AtomicString& HTMLButtonElement::formControlType() const AtomicString 68 Source/core/html/HTMLButtonElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, submit, ("submit", AtomicString::ConstructFromLiteral)); AtomicString 72 Source/core/html/HTMLButtonElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, button, ("button", AtomicString::ConstructFromLiteral)); AtomicString 76 Source/core/html/HTMLButtonElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, reset, ("reset", AtomicString::ConstructFromLiteral)); AtomicString 96 Source/core/html/HTMLButtonElement.cpp void HTMLButtonElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 196 Source/core/html/HTMLButtonElement.cpp const AtomicString& HTMLButtonElement::value() const AtomicString 35 Source/core/html/HTMLButtonElement.h void setType(const AtomicString&); AtomicString 37 Source/core/html/HTMLButtonElement.h const AtomicString& value() const; AtomicString 46 Source/core/html/HTMLButtonElement.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 53 Source/core/html/HTMLButtonElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 103 Source/core/html/HTMLCanvasElement.cpp void HTMLCanvasElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 154 Source/core/html/HTMLCanvasElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 380 Source/core/html/HTMLCollection.cpp Element* HTMLCollection::namedItem(const AtomicString& name) const AtomicString 401 Source/core/html/HTMLCollection.cpp bool HTMLCollection::namedPropertyQuery(const AtomicString& name, ExceptionState&) AtomicString 416 Source/core/html/HTMLCollection.cpp HashSet<AtomicString> existingNames; AtomicString 418 Source/core/html/HTMLCollection.cpp const AtomicString& idAttribute = element->getIdAttribute(); AtomicString 420 Source/core/html/HTMLCollection.cpp HashSet<AtomicString>::AddResult addResult = existingNames.add(idAttribute); AtomicString 426 Source/core/html/HTMLCollection.cpp const AtomicString& nameAttribute = element->getNameAttribute(); AtomicString 428 Source/core/html/HTMLCollection.cpp HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute); AtomicString 447 Source/core/html/HTMLCollection.cpp const AtomicString& idAttrVal = element->getIdAttribute(); AtomicString 452 Source/core/html/HTMLCollection.cpp const AtomicString& nameAttrVal = element->getNameAttribute(); AtomicString 458 Source/core/html/HTMLCollection.cpp void HTMLCollection::namedItems(const AtomicString& name, Vector<RefPtr<Element> >& result) const AtomicString 50 Source/core/html/HTMLCollection.h virtual Element* namedItem(const AtomicString& name) const; AtomicString 51 Source/core/html/HTMLCollection.h bool namedPropertyQuery(const AtomicString&, ExceptionState&); AtomicString 55 Source/core/html/HTMLCollection.h void namedItems(const AtomicString& name, Vector<RefPtr<Element> >&) const; AtomicString 70 Source/core/html/HTMLCollection.h Vector<Element*>* getElementsById(const AtomicString& id) const { return m_idCache.get(id.impl()); } AtomicString 71 Source/core/html/HTMLCollection.h Vector<Element*>* getElementsByName(const AtomicString& name) const { return m_nameCache.get(name.impl()); } AtomicString 72 Source/core/html/HTMLCollection.h void addElementWithId(const AtomicString& id, Element* element) { addElementToMap(m_idCache, id, element); } AtomicString 73 Source/core/html/HTMLCollection.h void addElementWithName(const AtomicString& name, Element* element) { addElementToMap(m_nameCache, name, element); } AtomicString 77 Source/core/html/HTMLCollection.h static void addElementToMap(StringToElementsMap& map, const AtomicString& key, Element* element) AtomicString 73 Source/core/html/HTMLContentElement.cpp void HTMLContentElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 55 Source/core/html/HTMLContentElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 64 Source/core/html/HTMLContentElement.h AtomicString m_select; AtomicString 62 Source/core/html/HTMLDetailsElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, summarySelector, ("summary:first-of-type", AtomicString::ConstructFromLiteral)); AtomicString 90 Source/core/html/HTMLDetailsElement.cpp void HTMLDetailsElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 39 Source/core/html/HTMLDetailsElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 45 Source/core/html/HTMLDivElement.cpp void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 38 Source/core/html/HTMLDivElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 82 Source/core/html/HTMLDocument.cpp const AtomicString& HTMLDocument::dir() AtomicString 90 Source/core/html/HTMLDocument.cpp void HTMLDocument::setDir(const AtomicString& value) AtomicString 120 Source/core/html/HTMLDocument.cpp const AtomicString& HTMLDocument::bodyAttributeValue(const QualifiedName& name) const AtomicString 127 Source/core/html/HTMLDocument.cpp void HTMLDocument::setBodyAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 139 Source/core/html/HTMLDocument.cpp const AtomicString& HTMLDocument::bgColor() const AtomicString 144 Source/core/html/HTMLDocument.cpp void HTMLDocument::setBgColor(const AtomicString& value) AtomicString 149 Source/core/html/HTMLDocument.cpp const AtomicString& HTMLDocument::fgColor() const AtomicString 154 Source/core/html/HTMLDocument.cpp void HTMLDocument::setFgColor(const AtomicString& value) AtomicString 159 Source/core/html/HTMLDocument.cpp const AtomicString& HTMLDocument::alinkColor() const AtomicString 164 Source/core/html/HTMLDocument.cpp void HTMLDocument::setAlinkColor(const AtomicString& value) AtomicString 169 Source/core/html/HTMLDocument.cpp const AtomicString& HTMLDocument::linkColor() const AtomicString 174 Source/core/html/HTMLDocument.cpp void HTMLDocument::setLinkColor(const AtomicString& value) AtomicString 179 Source/core/html/HTMLDocument.cpp const AtomicString& HTMLDocument::vlinkColor() const AtomicString 184 Source/core/html/HTMLDocument.cpp void HTMLDocument::setVlinkColor(const AtomicString& value) AtomicString 198 Source/core/html/HTMLDocument.cpp void HTMLDocument::addItemToMap(HashCountedSet<AtomicString>& map, const AtomicString& name) AtomicString 207 Source/core/html/HTMLDocument.cpp void HTMLDocument::removeItemFromMap(HashCountedSet<AtomicString>& map, const AtomicString& name) AtomicString 216 Source/core/html/HTMLDocument.cpp void HTMLDocument::addNamedItem(const AtomicString& name) AtomicString 221 Source/core/html/HTMLDocument.cpp void HTMLDocument::removeNamedItem(const AtomicString& name) AtomicString 226 Source/core/html/HTMLDocument.cpp void HTMLDocument::addExtraNamedItem(const AtomicString& name) AtomicString 231 Source/core/html/HTMLDocument.cpp void HTMLDocument::removeExtraNamedItem(const AtomicString& name) AtomicString 44 Source/core/html/HTMLDocument.h const AtomicString& dir(); AtomicString 45 Source/core/html/HTMLDocument.h void setDir(const AtomicString&); AtomicString 50 Source/core/html/HTMLDocument.h const AtomicString& bgColor() const; AtomicString 51 Source/core/html/HTMLDocument.h void setBgColor(const AtomicString&); AtomicString 52 Source/core/html/HTMLDocument.h const AtomicString& fgColor() const; AtomicString 53 Source/core/html/HTMLDocument.h void setFgColor(const AtomicString&); AtomicString 54 Source/core/html/HTMLDocument.h const AtomicString& alinkColor() const; AtomicString 55 Source/core/html/HTMLDocument.h void setAlinkColor(const AtomicString&); AtomicString 56 Source/core/html/HTMLDocument.h const AtomicString& linkColor() const; AtomicString 57 Source/core/html/HTMLDocument.h void setLinkColor(const AtomicString&); AtomicString 58 Source/core/html/HTMLDocument.h const AtomicString& vlinkColor() const; AtomicString 59 Source/core/html/HTMLDocument.h void setVlinkColor(const AtomicString&); AtomicString 66 Source/core/html/HTMLDocument.h void addNamedItem(const AtomicString& name); AtomicString 67 Source/core/html/HTMLDocument.h void removeNamedItem(const AtomicString& name); AtomicString 68 Source/core/html/HTMLDocument.h bool hasNamedItem(const AtomicString& name); AtomicString 70 Source/core/html/HTMLDocument.h void addExtraNamedItem(const AtomicString& name); AtomicString 71 Source/core/html/HTMLDocument.h void removeExtraNamedItem(const AtomicString& name); AtomicString 72 Source/core/html/HTMLDocument.h bool hasExtraNamedItem(const AtomicString& name); AtomicString 89 Source/core/html/HTMLDocument.h const AtomicString& bodyAttributeValue(const QualifiedName&) const; AtomicString 90 Source/core/html/HTMLDocument.h void setBodyAttribute(const QualifiedName&, const AtomicString&); AtomicString 92 Source/core/html/HTMLDocument.h void addItemToMap(HashCountedSet<AtomicString>&, const AtomicString&); AtomicString 93 Source/core/html/HTMLDocument.h void removeItemFromMap(HashCountedSet<AtomicString>&, const AtomicString&); AtomicString 95 Source/core/html/HTMLDocument.h HashCountedSet<AtomicString> m_namedItemCounts; AtomicString 96 Source/core/html/HTMLDocument.h HashCountedSet<AtomicString> m_extraNamedItemCounts; AtomicString 99 Source/core/html/HTMLDocument.h inline bool HTMLDocument::hasNamedItem(const AtomicString& name) AtomicString 104 Source/core/html/HTMLDocument.h inline bool HTMLDocument::hasExtraNamedItem(const AtomicString& name) AtomicString 119 Source/core/html/HTMLElement.cpp unsigned HTMLElement::parseBorderWidthAttribute(const AtomicString& value) const AtomicString 127 Source/core/html/HTMLElement.cpp void HTMLElement::applyBorderAttributeToStyle(const AtomicString& value, MutableStylePropertySet* style) AtomicString 133 Source/core/html/HTMLElement.cpp void HTMLElement::mapLanguageAttributeToLocale(const AtomicString& value, MutableStylePropertySet* style) AtomicString 151 Source/core/html/HTMLElement.cpp static inline bool isValidDirAttribute(const AtomicString& value) AtomicString 156 Source/core/html/HTMLElement.cpp void HTMLElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 203 Source/core/html/HTMLElement.cpp const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& attrName) AtomicString 208 Source/core/html/HTMLElement.cpp typedef HashMap<AtomicString, AtomicString> StringToStringMap; AtomicString 300 Source/core/html/HTMLElement.cpp void HTMLElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 321 Source/core/html/HTMLElement.cpp const AtomicString& eventName = eventNameForAttributeName(name); AtomicString 454 Source/core/html/HTMLElement.cpp void HTMLElement::applyAlignmentAttributeToStyle(const AtomicString& alignment, MutableStylePropertySet* style) AtomicString 523 Source/core/html/HTMLElement.cpp const AtomicString& value = fastGetAttribute(contenteditableAttr); AtomicString 601 Source/core/html/HTMLElement.cpp const AtomicString& value = getAttribute(translateAttr); AtomicString 673 Source/core/html/HTMLElement.cpp const AtomicString& direction = fastGetAttribute(dirAttr); AtomicString 710 Source/core/html/HTMLElement.cpp AtomicString dirAttributeValue = toElement(node)->fastGetAttribute(dirAttr); AtomicString 733 Source/core/html/HTMLElement.cpp void HTMLElement::dirAttributeChanged(const AtomicString& value) AtomicString 89 Source/core/html/HTMLElement.h static const AtomicString& eventNameForAttributeName(const QualifiedName& attrName); AtomicString 97 Source/core/html/HTMLElement.h void applyAlignmentAttributeToStyle(const AtomicString&, MutableStylePropertySet*); AtomicString 98 Source/core/html/HTMLElement.h void applyBorderAttributeToStyle(const AtomicString&, MutableStylePropertySet*); AtomicString 100 Source/core/html/HTMLElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 102 Source/core/html/HTMLElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 103 Source/core/html/HTMLElement.h unsigned parseBorderWidthAttribute(const AtomicString&) const; AtomicString 111 Source/core/html/HTMLElement.h void mapLanguageAttributeToLocale(const AtomicString&, MutableStylePropertySet*); AtomicString 115 Source/core/html/HTMLElement.h void dirAttributeChanged(const AtomicString&); AtomicString 78 Source/core/html/HTMLEmbedElement.cpp void HTMLEmbedElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 90 Source/core/html/HTMLEmbedElement.cpp void HTMLEmbedElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 188 Source/core/html/HTMLEmbedElement.cpp const AtomicString HTMLEmbedElement::imageSourceURL() const AtomicString 39 Source/core/html/HTMLEmbedElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 41 Source/core/html/HTMLEmbedElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 47 Source/core/html/HTMLEmbedElement.h virtual const AtomicString imageSourceURL() const OVERRIDE; AtomicString 79 Source/core/html/HTMLFieldSetElement.cpp const AtomicString& HTMLFieldSetElement::formControlType() const AtomicString 81 Source/core/html/HTMLFieldSetElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, fieldset, ("fieldset", AtomicString::ConstructFromLiteral)); AtomicString 52 Source/core/html/HTMLFieldSetElement.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 187 Source/core/html/HTMLFontElement.cpp void HTMLFontElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 41 Source/core/html/HTMLFontElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 72 Source/core/html/HTMLFormControlElement.cpp const AtomicString& formEnctypeAttr = fastGetAttribute(formenctypeAttr); AtomicString 78 Source/core/html/HTMLFormControlElement.cpp void HTMLFormControlElement::setFormEnctype(const AtomicString& value) AtomicString 85 Source/core/html/HTMLFormControlElement.cpp const AtomicString& formMethodAttr = fastGetAttribute(formmethodAttr); AtomicString 91 Source/core/html/HTMLFormControlElement.cpp void HTMLFormControlElement::setFormMethod(const AtomicString& value) AtomicString 128 Source/core/html/HTMLFormControlElement.cpp void HTMLFormControlElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 47 Source/core/html/HTMLFormControlElement.h void setFormEnctype(const AtomicString&); AtomicString 49 Source/core/html/HTMLFormControlElement.h void setFormMethod(const AtomicString&); AtomicString 74 Source/core/html/HTMLFormControlElement.h const AtomicString& type() const { return formControlType(); } AtomicString 76 Source/core/html/HTMLFormControlElement.h virtual const AtomicString& formControlType() const = 0; AtomicString 120 Source/core/html/HTMLFormControlElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 137 Source/core/html/HTMLFormControlsCollection.cpp Element* HTMLFormControlsCollection::namedItem(const AtomicString& name) const AtomicString 165 Source/core/html/HTMLFormControlsCollection.cpp const AtomicString& idAttrVal = element->getIdAttribute(); AtomicString 166 Source/core/html/HTMLFormControlsCollection.cpp const AtomicString& nameAttrVal = element->getNameAttribute(); AtomicString 182 Source/core/html/HTMLFormControlsCollection.cpp const AtomicString& idAttrVal = element->getIdAttribute(); AtomicString 183 Source/core/html/HTMLFormControlsCollection.cpp const AtomicString& nameAttrVal = element->getNameAttribute(); AtomicString 192 Source/core/html/HTMLFormControlsCollection.cpp void HTMLFormControlsCollection::namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtr<RadioNodeList>& radioNodeList, bool& elementEnabled, RefPtr<Element>& element) AtomicString 217 Source/core/html/HTMLFormControlsCollection.cpp HashSet<AtomicString> existingNames; AtomicString 222 Source/core/html/HTMLFormControlsCollection.cpp const AtomicString& idAttribute = element->getIdAttribute(); AtomicString 224 Source/core/html/HTMLFormControlsCollection.cpp HashSet<AtomicString>::AddResult addResult = existingNames.add(idAttribute); AtomicString 228 Source/core/html/HTMLFormControlsCollection.cpp const AtomicString& nameAttribute = element->getNameAttribute(); AtomicString 230 Source/core/html/HTMLFormControlsCollection.cpp HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute); AtomicString 46 Source/core/html/HTMLFormControlsCollection.h virtual Element* namedItem(const AtomicString& name) const OVERRIDE; AtomicString 47 Source/core/html/HTMLFormControlsCollection.h void namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtr<RadioNodeList>&, bool& elementEnabled, RefPtr<Element>&); AtomicString 466 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 605 Source/core/html/HTMLFormElement.cpp const AtomicString& HTMLFormElement::action() const AtomicString 610 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::setEnctype(const AtomicString& value) AtomicString 620 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::setMethod(const AtomicString& value) AtomicString 676 Source/core/html/HTMLFormElement.cpp Element* HTMLFormElement::elementFromPastNamesMap(const AtomicString& pastName) AtomicString 696 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::addToPastNamesMap(Element* element, const AtomicString& pastName) AtomicString 718 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::getNamedElements(const AtomicString& name, Vector<RefPtr<Element> >& namedItems) AtomicString 750 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::anonymousNamedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<RadioNodeList>& returnValue0, bool& returnValue1Enabled, RefPtr<Element>& returnValue1) AtomicString 53 Source/core/html/HTMLFormElement.h void getNamedElements(const AtomicString&, Vector<RefPtr<Element> >&); AtomicString 59 Source/core/html/HTMLFormElement.h void setEnctype(const AtomicString&); AtomicString 62 Source/core/html/HTMLFormElement.h void setEncoding(const AtomicString& value) { setEnctype(value); } AtomicString 86 Source/core/html/HTMLFormElement.h const AtomicString& action() const; AtomicString 89 Source/core/html/HTMLFormElement.h void setMethod(const AtomicString&); AtomicString 116 Source/core/html/HTMLFormElement.h void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<RadioNodeList>&, bool&, RefPtr<Element>&); AtomicString 128 Source/core/html/HTMLFormElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 152 Source/core/html/HTMLFormElement.h Element* elementFromPastNamesMap(const AtomicString&); AtomicString 153 Source/core/html/HTMLFormElement.h void addToPastNamesMap(Element*, const AtomicString& pastName); AtomicString 74 Source/core/html/HTMLFrameElement.cpp void HTMLFrameElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 47 Source/core/html/HTMLFrameElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 78 Source/core/html/HTMLFrameElementBase.cpp m_URL = AtomicString(blankURL().string()); AtomicString 99 Source/core/html/HTMLFrameElementBase.cpp void HTMLFrameElementBase::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 171 Source/core/html/HTMLFrameElementBase.cpp m_URL = AtomicString(str); AtomicString 49 Source/core/html/HTMLFrameElementBase.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 68 Source/core/html/HTMLFrameElementBase.h AtomicString m_URL; AtomicString 69 Source/core/html/HTMLFrameElementBase.h AtomicString m_frameName; AtomicString 215 Source/core/html/HTMLFrameOwnerElement.cpp bool HTMLFrameOwnerElement::loadOrRedirectSubframe(const KURL& url, const AtomicString& frameName, bool lockBackForwardList) AtomicString 82 Source/core/html/HTMLFrameOwnerElement.h bool loadOrRedirectSubframe(const KURL&, const AtomicString& frameName, bool lockBackForwardList); AtomicString 68 Source/core/html/HTMLFrameSetElement.cpp void HTMLFrameSetElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 76 Source/core/html/HTMLFrameSetElement.cpp void HTMLFrameSetElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 215 Source/core/html/HTMLFrameSetElement.cpp DOMWindow* HTMLFrameSetElement::anonymousNamedGetter(const AtomicString& name) AtomicString 48 Source/core/html/HTMLFrameSetElement.h DOMWindow* anonymousNamedGetter(const AtomicString&); AtomicString 61 Source/core/html/HTMLFrameSetElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 63 Source/core/html/HTMLFrameSetElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 54 Source/core/html/HTMLHRElement.cpp void HTMLHRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 40 Source/core/html/HTMLHRElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 68 Source/core/html/HTMLHtmlElement.cpp const AtomicString& manifest = fastGetAttribute(manifestAttr); AtomicString 56 Source/core/html/HTMLIFrameElement.cpp void HTMLIFrameElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 75 Source/core/html/HTMLIFrameElement.cpp void HTMLIFrameElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 38 Source/core/html/HTMLIFrameElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 40 Source/core/html/HTMLIFrameElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 52 Source/core/html/HTMLIFrameElement.h AtomicString m_name; AtomicString 95 Source/core/html/HTMLImageElement.cpp void HTMLImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 117 Source/core/html/HTMLImageElement.cpp const AtomicString HTMLImageElement::imageSourceURL() const AtomicString 151 Source/core/html/HTMLImageElement.cpp void HTMLImageElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 179 Source/core/html/HTMLImageElement.cpp const AtomicString& HTMLImageElement::altText() const AtomicString 184 Source/core/html/HTMLImageElement.cpp const AtomicString& alt = fastGetAttribute(altAttr); AtomicString 331 Source/core/html/HTMLImageElement.cpp const AtomicString& HTMLImageElement::alt() const AtomicString 354 Source/core/html/HTMLImageElement.cpp setAttribute(srcAttr, AtomicString(value)); AtomicString 400 Source/core/html/HTMLImageElement.cpp const AtomicString& usemap = fastGetAttribute(usemapAttr); AtomicString 53 Source/core/html/HTMLImageElement.h const AtomicString& altText() const; AtomicString 62 Source/core/html/HTMLImageElement.h const AtomicString& alt() const; AtomicString 83 Source/core/html/HTMLImageElement.h virtual const AtomicString imageSourceURL() const OVERRIDE; AtomicString 102 Source/core/html/HTMLImageElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 104 Source/core/html/HTMLImageElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 130 Source/core/html/HTMLImageElement.h AtomicString m_bestFitImageURL; AtomicString 55 Source/core/html/HTMLImageLoader.cpp String HTMLImageLoader::sourceURI(const AtomicString& attr) const AtomicString 36 Source/core/html/HTMLImageLoader.h virtual String sourceURI(const AtomicString&) const OVERRIDE; AtomicString 88 Source/core/html/HTMLInputElement.cpp static PassOwnPtr<ListAttributeTargetObserver> create(const AtomicString& id, HTMLInputElement*); AtomicString 92 Source/core/html/HTMLInputElement.cpp ListAttributeTargetObserver(const AtomicString& id, HTMLInputElement*); AtomicString 173 Source/core/html/HTMLInputElement.cpp const AtomicString& HTMLInputElement::name() const AtomicString 395 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setType(const AtomicString& type) AtomicString 402 Source/core/html/HTMLInputElement.cpp const AtomicString& newTypeName = InputType::normalizeTypeName(fastGetAttribute(typeAttr)); AtomicString 445 Source/core/html/HTMLInputElement.cpp setAttribute(valueAttr, AtomicString(m_valueIfDirty)); AtomicString 449 Source/core/html/HTMLInputElement.cpp AtomicString valueString = fastGetAttribute(valueAttr); AtomicString 485 Source/core/html/HTMLInputElement.cpp const AtomicString& HTMLInputElement::formControlType() const AtomicString 599 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 622 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 942 Source/core/html/HTMLInputElement.cpp AtomicString valueString = fastGetAttribute(valueAttr); AtomicString 1223 Source/core/html/HTMLInputElement.cpp const AtomicString& HTMLInputElement::defaultValue() const AtomicString 1228 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setDefaultValue(const AtomicString& value) AtomicString 1287 Source/core/html/HTMLInputElement.cpp const AtomicString& HTMLInputElement::alt() const AtomicString 1669 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::parseMaxLengthAttribute(const AtomicString& value) AtomicString 1779 Source/core/html/HTMLInputElement.cpp PassOwnPtr<ListAttributeTargetObserver> ListAttributeTargetObserver::create(const AtomicString& id, HTMLInputElement* element) AtomicString 1784 Source/core/html/HTMLInputElement.cpp ListAttributeTargetObserver::ListAttributeTargetObserver(const AtomicString& id, HTMLInputElement* element) AtomicString 1827 Source/core/html/HTMLInputElement.cpp AtomicString computedLocale = computeInheritedLanguage(); AtomicString 134 Source/core/html/HTMLInputElement.h void setType(const AtomicString&); AtomicString 188 Source/core/html/HTMLInputElement.h const AtomicString& defaultValue() const; AtomicString 189 Source/core/html/HTMLInputElement.h void setDefaultValue(const AtomicString&); AtomicString 193 Source/core/html/HTMLInputElement.h const AtomicString& alt() const; AtomicString 258 Source/core/html/HTMLInputElement.h virtual const AtomicString& name() const OVERRIDE FINAL; AtomicString 310 Source/core/html/HTMLInputElement.h virtual const AtomicString& formControlType() const OVERRIDE FINAL; AtomicString 320 Source/core/html/HTMLInputElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 322 Source/core/html/HTMLInputElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE FINAL; AtomicString 366 Source/core/html/HTMLInputElement.h void parseMaxLengthAttribute(const AtomicString&); AtomicString 377 Source/core/html/HTMLInputElement.h AtomicString m_name; AtomicString 54 Source/core/html/HTMLKeygenElement.cpp DEFINE_STATIC_LOCAL(AtomicString, keygenSelectPseudoId, ("-webkit-keygen-select", AtomicString::ConstructFromLiteral)); AtomicString 71 Source/core/html/HTMLKeygenElement.cpp void HTMLKeygenElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 83 Source/core/html/HTMLKeygenElement.cpp const AtomicString& keyType = fastGetAttribute(keytypeAttr); AtomicString 93 Source/core/html/HTMLKeygenElement.cpp const AtomicString& HTMLKeygenElement::formControlType() const AtomicString 95 Source/core/html/HTMLKeygenElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, keygen, ("keygen", AtomicString::ConstructFromLiteral)); AtomicString 49 Source/core/html/HTMLKeygenElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 52 Source/core/html/HTMLKeygenElement.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 54 Source/core/html/HTMLLIElement.cpp void HTMLLIElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 73 Source/core/html/HTMLLIElement.cpp void HTMLLIElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 113 Source/core/html/HTMLLIElement.cpp inline void HTMLLIElement::parseValue(const AtomicString& value) AtomicString 37 Source/core/html/HTMLLIElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 39 Source/core/html/HTMLLIElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 43 Source/core/html/HTMLLIElement.h void parseValue(const AtomicString&); AtomicString 65 Source/core/html/HTMLLabelElement.cpp const AtomicString& controlId = getAttribute(forAttr); AtomicString 122 Source/core/html/HTMLLinkElement.cpp void HTMLLinkElement::parseSizesAttribute(const AtomicString& value, Vector<IntSize>& iconSizes) AtomicString 158 Source/core/html/HTMLLinkElement.cpp void HTMLLinkElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 398 Source/core/html/HTMLLinkElement.cpp const AtomicString& HTMLLinkElement::rel() const AtomicString 403 Source/core/html/HTMLLinkElement.cpp const AtomicString& HTMLLinkElement::type() const AtomicString 668 Source/core/html/HTMLLinkElement.cpp AtomicString crossOriginMode = m_owner->fastGetAttribute(HTMLNames::crossoriginAttr); AtomicString 127 Source/core/html/HTMLLinkElement.h const AtomicString& rel() const; AtomicString 132 Source/core/html/HTMLLinkElement.h const AtomicString& type() const; AtomicString 168 Source/core/html/HTMLLinkElement.h static void parseSizesAttribute(const AtomicString& value, Vector<IntSize>& iconSizes); AtomicString 171 Source/core/html/HTMLLinkElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 19 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp AtomicString sizesAttribute = "32x33"; AtomicString 90 Source/core/html/HTMLMapElement.cpp void HTMLMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 107 Source/core/html/HTMLMapElement.cpp m_name = AtomicString(document().isHTMLDocument() ? mapName.lower() : mapName); AtomicString 38 Source/core/html/HTMLMapElement.h const AtomicString& getName() const { return m_name; } AtomicString 48 Source/core/html/HTMLMapElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 53 Source/core/html/HTMLMapElement.h AtomicString m_name; AtomicString 73 Source/core/html/HTMLMarqueeElement.cpp void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 62 Source/core/html/HTMLMarqueeElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 394 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 511 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::scheduleEvent(const AtomicString& eventName) AtomicString 544 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::setSrc(const AtomicString& url) AtomicString 1985 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::setPreload(const AtomicString& preload) AtomicString 2296 Source/core/html/HTMLMediaElement.cpp PassRefPtr<TextTrack> HTMLMediaElement::addTextTrack(const AtomicString& kind, const AtomicString& label, const AtomicString& language, ExceptionState& exceptionState) AtomicString 2391 Source/core/html/HTMLMediaElement.cpp Vector<AtomicString> languages = userPreferredLanguages(); AtomicString 3470 Source/core/html/HTMLMediaElement.cpp const AtomicString& HTMLMediaElement::mediaGroup() const AtomicString 3475 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::setMediaGroup(const AtomicString& group) AtomicString 3607 Source/core/html/HTMLMediaElement.cpp const AtomicString& crossOriginMode = fastGetAttribute(crossoriginAttr); AtomicString 106 Source/core/html/HTMLMediaElement.h void setSrc(const AtomicString&); AtomicString 113 Source/core/html/HTMLMediaElement.h void setPreload(const AtomicString&); AtomicString 164 Source/core/html/HTMLMediaElement.h PassRefPtr<TextTrack> addTextTrack(const AtomicString& kind, const AtomicString& label, const AtomicString& language, ExceptionState&); AtomicString 165 Source/core/html/HTMLMediaElement.h PassRefPtr<TextTrack> addTextTrack(const AtomicString& kind, const AtomicString& label, ExceptionState& exceptionState) { return addTextTrack(kind, label, emptyAtom, exceptionState); } AtomicString 166 Source/core/html/HTMLMediaElement.h PassRefPtr<TextTrack> addTextTrack(const AtomicString& kind, ExceptionState& exceptionState) { return addTextTrack(kind, emptyAtom, emptyAtom, exceptionState); } AtomicString 276 Source/core/html/HTMLMediaElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 346 Source/core/html/HTMLMediaElement.h void scheduleEvent(const AtomicString& eventName); // FIXME: Rename to scheduleNamedEvent for clarity. AtomicString 410 Source/core/html/HTMLMediaElement.h const AtomicString& mediaGroup() const; AtomicString 411 Source/core/html/HTMLMediaElement.h void setMediaGroup(const AtomicString&); AtomicString 412 Source/core/html/HTMLMetaElement-in.cpp void HTMLMetaElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 452 Source/core/html/HTMLMetaElement-in.cpp const AtomicString& contentValue = fastGetAttribute(contentAttr); AtomicString 456 Source/core/html/HTMLMetaElement-in.cpp const AtomicString& nameValue = fastGetAttribute(nameAttr); AtomicString 472 Source/core/html/HTMLMetaElement-in.cpp const AtomicString& httpEquivValue = fastGetAttribute(http_equivAttr); AtomicString 477 Source/core/html/HTMLMetaElement-in.cpp const AtomicString& HTMLMetaElement::content() const AtomicString 482 Source/core/html/HTMLMetaElement-in.cpp const AtomicString& HTMLMetaElement::httpEquiv() const AtomicString 487 Source/core/html/HTMLMetaElement-in.cpp const AtomicString& HTMLMetaElement::name() const AtomicString 42 Source/core/html/HTMLMetaElement.h const AtomicString& content() const; AtomicString 43 Source/core/html/HTMLMetaElement.h const AtomicString& httpEquiv() const; AtomicString 44 Source/core/html/HTMLMetaElement.h const AtomicString& name() const; AtomicString 53 Source/core/html/HTMLMetaElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 65 Source/core/html/HTMLMeterElement.cpp void HTMLMeterElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 75 Source/core/html/HTMLMeterElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 37 Source/core/html/HTMLNameCollection.cpp HTMLNameCollection::HTMLNameCollection(ContainerNode& document, CollectionType type, const AtomicString& name) AtomicString 36 Source/core/html/HTMLNameCollection.h static PassRefPtr<HTMLNameCollection> create(ContainerNode& document, CollectionType type, const AtomicString& name) AtomicString 44 Source/core/html/HTMLNameCollection.h HTMLNameCollection(ContainerNode&, CollectionType, const AtomicString& name); AtomicString 48 Source/core/html/HTMLNameCollection.h AtomicString m_name; AtomicString 58 Source/core/html/HTMLOListElement.cpp void HTMLOListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 75 Source/core/html/HTMLOListElement.cpp void HTMLOListElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 55 Source/core/html/HTMLOListElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 57 Source/core/html/HTMLOListElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 83 Source/core/html/HTMLObjectElement.cpp void HTMLObjectElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 91 Source/core/html/HTMLObjectElement.cpp void HTMLObjectElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 186 Source/core/html/HTMLObjectElement.cpp const AtomicString& name = attribute.name().localName(); AtomicString 383 Source/core/html/HTMLObjectElement.cpp const AtomicString HTMLObjectElement::imageSourceURL() const AtomicString 71 Source/core/html/HTMLObjectElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 73 Source/core/html/HTMLObjectElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 86 Source/core/html/HTMLObjectElement.h virtual const AtomicString imageSourceURL() const OVERRIDE; AtomicString 67 Source/core/html/HTMLOptGroupElement.cpp void HTMLOptGroupElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 46 Source/core/html/HTMLOptGroupElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 62 Source/core/html/HTMLOptionElement.cpp PassRefPtr<HTMLOptionElement> HTMLOptionElement::createForJSConstructor(Document& document, const String& data, const AtomicString& value, AtomicString 178 Source/core/html/HTMLOptionElement.cpp void HTMLOptionElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 200 Source/core/html/HTMLOptionElement.cpp const AtomicString& value = fastGetAttribute(valueAttr); AtomicString 206 Source/core/html/HTMLOptionElement.cpp void HTMLOptionElement::setValue(const AtomicString& value) AtomicString 272 Source/core/html/HTMLOptionElement.cpp const AtomicString& label = fastGetAttribute(labelAttr); AtomicString 278 Source/core/html/HTMLOptionElement.cpp void HTMLOptionElement::setLabel(const AtomicString& label) AtomicString 39 Source/core/html/HTMLOptionElement.h static PassRefPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value, AtomicString 48 Source/core/html/HTMLOptionElement.h void setValue(const AtomicString&); AtomicString 57 Source/core/html/HTMLOptionElement.h void setLabel(const AtomicString&); AtomicString 77 Source/core/html/HTMLOptionElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 47 Source/core/html/HTMLOptionsCollection.cpp HashSet<AtomicString> existingNames; AtomicString 52 Source/core/html/HTMLOptionsCollection.cpp const AtomicString& idAttribute = element->getIdAttribute(); AtomicString 54 Source/core/html/HTMLOptionsCollection.cpp HashSet<AtomicString>::AddResult addResult = existingNames.add(idAttribute); AtomicString 58 Source/core/html/HTMLOptionsCollection.cpp const AtomicString& nameAttribute = element->getNameAttribute(); AtomicString 60 Source/core/html/HTMLOptionsCollection.cpp HashSet<AtomicString>::AddResult addResult = existingNames.add(nameAttribute); AtomicString 126 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::namedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<NodeList>& returnValue0, bool& returnValue1Enabled, RefPtr<Element>& returnValue1) AtomicString 48 Source/core/html/HTMLOptionsCollection.h void namedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&); AtomicString 53 Source/core/html/HTMLOutputElement.cpp const AtomicString& HTMLOutputElement::formControlType() const AtomicString 55 Source/core/html/HTMLOutputElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, output, ("output", AtomicString::ConstructFromLiteral)); AtomicString 64 Source/core/html/HTMLOutputElement.cpp void HTMLOutputElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 77 Source/core/html/HTMLOutputElement.cpp void HTMLOutputElement::setFor(const AtomicString& value) AtomicString 49 Source/core/html/HTMLOutputElement.h void setFor(const AtomicString&); AtomicString 57 Source/core/html/HTMLOutputElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 58 Source/core/html/HTMLOutputElement.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 45 Source/core/html/HTMLParagraphElement.cpp void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 37 Source/core/html/HTMLParagraphElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 45 Source/core/html/HTMLParamElement.cpp const AtomicString& HTMLParamElement::name() const AtomicString 52 Source/core/html/HTMLParamElement.cpp const AtomicString& HTMLParamElement::value() const AtomicString 34 Source/core/html/HTMLParamElement.h const AtomicString& name() const; AtomicString 35 Source/core/html/HTMLParamElement.h const AtomicString& value() const; AtomicString 285 Source/core/html/HTMLPlugInElement.cpp void HTMLPlugInElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 543 Source/core/html/HTMLPlugInElement.cpp AtomicString declaredMimeType = document().isPluginDocument() && document().ownerElement() ? AtomicString 70 Source/core/html/HTMLPlugInElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 53 Source/core/html/HTMLPreElement.cpp void HTMLPreElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 38 Source/core/html/HTMLPreElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 78 Source/core/html/HTMLProgressElement.cpp void HTMLProgressElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 154 Source/core/html/HTMLProgressElement.cpp inner->setShadowPseudoId(AtomicString("-webkit-progress-inner-element", AtomicString::ConstructFromLiteral)); AtomicString 158 Source/core/html/HTMLProgressElement.cpp bar->setShadowPseudoId(AtomicString("-webkit-progress-bar", AtomicString::ConstructFromLiteral)); AtomicString 161 Source/core/html/HTMLProgressElement.cpp m_value->setShadowPseudoId(AtomicString("-webkit-progress-value", AtomicString::ConstructFromLiteral)); AtomicString 60 Source/core/html/HTMLProgressElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 72 Source/core/html/HTMLScriptElement.cpp void HTMLScriptElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 51 Source/core/html/HTMLScriptElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 91 Source/core/html/HTMLSelectElement.cpp const AtomicString& HTMLSelectElement::formControlType() const AtomicString 93 Source/core/html/HTMLSelectElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple", AtomicString::ConstructFromLiteral)); AtomicString 94 Source/core/html/HTMLSelectElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, selectOne, ("select-one", AtomicString::ConstructFromLiteral)); AtomicString 315 Source/core/html/HTMLSelectElement.cpp void HTMLSelectElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 322 Source/core/html/HTMLSelectElement.cpp AtomicString attrSize = AtomicString::number(size); AtomicString 437 Source/core/html/HTMLSelectElement.cpp Element* HTMLSelectElement::namedItem(const AtomicString& name) AtomicString 1051 Source/core/html/HTMLSelectElement.cpp void HTMLSelectElement::parseMultipleAttribute(const AtomicString& value) AtomicString 1062 Source/core/html/HTMLSelectElement.cpp const AtomicString& name = this->name(); AtomicString 97 Source/core/html/HTMLSelectElement.h Element* namedItem(const AtomicString& name); AtomicString 123 Source/core/html/HTMLSelectElement.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 140 Source/core/html/HTMLSelectElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 170 Source/core/html/HTMLSelectElement.h void parseMultipleAttribute(const AtomicString&); AtomicString 74 Source/core/html/HTMLSourceElement.cpp setAttribute(srcAttr, AtomicString(url)); AtomicString 77 Source/core/html/HTMLSourceElement.cpp const AtomicString& HTMLSourceElement::media() const AtomicString 82 Source/core/html/HTMLSourceElement.cpp void HTMLSourceElement::setMedia(const AtomicString& media) AtomicString 87 Source/core/html/HTMLSourceElement.cpp const AtomicString& HTMLSourceElement::type() const AtomicString 92 Source/core/html/HTMLSourceElement.cpp void HTMLSourceElement::setType(const AtomicString& type) AtomicString 38 Source/core/html/HTMLSourceElement.h const AtomicString& media() const; AtomicString 39 Source/core/html/HTMLSourceElement.h const AtomicString& type() const; AtomicString 41 Source/core/html/HTMLSourceElement.h void setMedia(const AtomicString&); AtomicString 42 Source/core/html/HTMLSourceElement.h void setType(const AtomicString&); AtomicString 71 Source/core/html/HTMLStyleElement.cpp void HTMLStyleElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 222 Source/core/html/HTMLStyleElement.cpp const AtomicString& HTMLStyleElement::media() const AtomicString 227 Source/core/html/HTMLStyleElement.cpp const AtomicString& HTMLStyleElement::type() const AtomicString 42 Source/core/html/HTMLStyleElement.h void setType(const AtomicString&); AtomicString 73 Source/core/html/HTMLStyleElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 85 Source/core/html/HTMLStyleElement.h virtual const AtomicString& media() const OVERRIDE; AtomicString 86 Source/core/html/HTMLStyleElement.h virtual const AtomicString& type() const OVERRIDE; AtomicString 46 Source/core/html/HTMLTableCaptionElement.cpp void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 40 Source/core/html/HTMLTableCaptionElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 58 Source/core/html/HTMLTableCellElement.cpp const AtomicString& colSpanValue = fastGetAttribute(colspanAttr); AtomicString 64 Source/core/html/HTMLTableCellElement.cpp const AtomicString& rowSpanValue = fastGetAttribute(rowspanAttr); AtomicString 87 Source/core/html/HTMLTableCellElement.cpp void HTMLTableCellElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 107 Source/core/html/HTMLTableCellElement.cpp void HTMLTableCellElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 141 Source/core/html/HTMLTableCellElement.cpp const AtomicString& HTMLTableCellElement::abbr() const AtomicString 146 Source/core/html/HTMLTableCellElement.cpp const AtomicString& HTMLTableCellElement::axis() const AtomicString 156 Source/core/html/HTMLTableCellElement.cpp const AtomicString& HTMLTableCellElement::headers() const AtomicString 166 Source/core/html/HTMLTableCellElement.cpp const AtomicString& HTMLTableCellElement::scope() const AtomicString 44 Source/core/html/HTMLTableCellElement.h const AtomicString& abbr() const; AtomicString 45 Source/core/html/HTMLTableCellElement.h const AtomicString& axis() const; AtomicString 47 Source/core/html/HTMLTableCellElement.h const AtomicString& headers() const; AtomicString 49 Source/core/html/HTMLTableCellElement.h const AtomicString& scope() const; AtomicString 56 Source/core/html/HTMLTableCellElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 58 Source/core/html/HTMLTableCellElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 56 Source/core/html/HTMLTableColElement.cpp void HTMLTableColElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 64 Source/core/html/HTMLTableColElement.cpp void HTMLTableColElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 100 Source/core/html/HTMLTableColElement.cpp const AtomicString& HTMLTableColElement::width() const AtomicString 40 Source/core/html/HTMLTableColElement.h const AtomicString& width() const; AtomicString 45 Source/core/html/HTMLTableColElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 47 Source/core/html/HTMLTableColElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 266 Source/core/html/HTMLTableElement.cpp static bool getBordersFromFrameAttributeValue(const AtomicString& value, bool& borderTop, bool& borderRight, bool& borderBottom, bool& borderLeft) AtomicString 292 Source/core/html/HTMLTableElement.cpp void HTMLTableElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 356 Source/core/html/HTMLTableElement.cpp void HTMLTableElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 559 Source/core/html/HTMLTableElement.cpp const AtomicString& HTMLTableElement::rules() const AtomicString 564 Source/core/html/HTMLTableElement.cpp const AtomicString& HTMLTableElement::summary() const AtomicString 65 Source/core/html/HTMLTableElement.h const AtomicString& rules() const; AtomicString 66 Source/core/html/HTMLTableElement.h const AtomicString& summary() const; AtomicString 74 Source/core/html/HTMLTableElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 76 Source/core/html/HTMLTableElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 49 Source/core/html/HTMLTablePartElement.cpp void HTMLTablePartElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 43 Source/core/html/HTMLTablePartElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 103 Source/core/html/HTMLTextAreaElement.cpp const AtomicString& HTMLTextAreaElement::formControlType() const AtomicString 105 Source/core/html/HTMLTextAreaElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, textarea, ("textarea", AtomicString::ConstructFromLiteral)); AtomicString 142 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 156 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 214 Source/core/html/HTMLTextAreaElement.cpp const AtomicString& dirnameAttrValue = fastGetAttribute(dirnameAttr); AtomicString 549 Source/core/html/HTMLTextAreaElement.cpp placeholder->setShadowPseudoId(AtomicString("-webkit-input-placeholder", AtomicString::ConstructFromLiteral)); AtomicString 97 Source/core/html/HTMLTextAreaElement.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 105 Source/core/html/HTMLTextAreaElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 107 Source/core/html/HTMLTextAreaElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 114 Source/core/html/HTMLTextFormControlElement.cpp const AtomicString& attributeValue = fastGetAttribute(placeholderAttr); AtomicString 134 Source/core/html/HTMLTextFormControlElement.cpp const AtomicString& attributeValue = fastGetAttribute(placeholderAttr); AtomicString 373 Source/core/html/HTMLTextFormControlElement.cpp static const AtomicString& directionString(TextFieldSelectionDirection direction) AtomicString 375 Source/core/html/HTMLTextFormControlElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, none, ("none", AtomicString::ConstructFromLiteral)); AtomicString 376 Source/core/html/HTMLTextFormControlElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, forward, ("forward", AtomicString::ConstructFromLiteral)); AtomicString 377 Source/core/html/HTMLTextFormControlElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, backward, ("backward", AtomicString::ConstructFromLiteral)); AtomicString 392 Source/core/html/HTMLTextFormControlElement.cpp const AtomicString& HTMLTextFormControlElement::selectionDirection() const AtomicString 484 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 634 Source/core/html/HTMLTextFormControlElement.cpp const AtomicString& dirAttributeValue = element->fastGetAttribute(dirAttr); AtomicString 63 Source/core/html/HTMLTextFormControlElement.h const AtomicString& selectionDirection() const; AtomicString 94 Source/core/html/HTMLTextFormControlElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 93 Source/core/html/HTMLTrackElement.cpp void HTMLTrackElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 118 Source/core/html/HTMLTrackElement.cpp const AtomicString& HTMLTrackElement::kind() AtomicString 123 Source/core/html/HTMLTrackElement.cpp void HTMLTrackElement::setKind(const AtomicString& kind) AtomicString 259 Source/core/html/HTMLTrackElement.cpp const AtomicString& HTMLTrackElement::mediaElementCrossOriginAttribute() const AtomicString 41 Source/core/html/HTMLTrackElement.h const AtomicString& kind(); AtomicString 42 Source/core/html/HTMLTrackElement.h void setKind(const AtomicString&); AtomicString 55 Source/core/html/HTMLTrackElement.h const AtomicString& mediaElementCrossOriginAttribute() const; AtomicString 61 Source/core/html/HTMLTrackElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 51 Source/core/html/HTMLUListElement.cpp void HTMLUListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 38 Source/core/html/HTMLUListElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 52 Source/core/html/HTMLVideoElement.cpp m_defaultPosterURL = AtomicString(document.settings()->defaultVideoPosterURL()); AtomicString 86 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 103 Source/core/html/HTMLVideoElement.cpp void HTMLVideoElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 154 Source/core/html/HTMLVideoElement.cpp const AtomicString HTMLVideoElement::imageSourceURL() const AtomicString 156 Source/core/html/HTMLVideoElement.cpp const AtomicString& url = getAttribute(posterAttr); AtomicString 84 Source/core/html/HTMLVideoElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 86 Source/core/html/HTMLVideoElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 90 Source/core/html/HTMLVideoElement.h virtual const AtomicString imageSourceURL() const OVERRIDE; AtomicString 99 Source/core/html/HTMLVideoElement.h AtomicString m_defaultPosterURL; AtomicString 135 Source/core/html/HTMLViewSourceDocument.cpp AtomicString tagName(token.name()); AtomicString 147 Source/core/html/HTMLViewSourceDocument.cpp AtomicString name(iter->name); AtomicString 148 Source/core/html/HTMLViewSourceDocument.cpp AtomicString value(StringImpl::create8BitIfPossible(iter->value)); AtomicString 178 Source/core/html/HTMLViewSourceDocument.cpp PassRefPtr<Element> HTMLViewSourceDocument::addSpanWithClassName(const AtomicString& className) AtomicString 191 Source/core/html/HTMLViewSourceDocument.cpp void HTMLViewSourceDocument::addLine(const AtomicString& className) AtomicString 226 Source/core/html/HTMLViewSourceDocument.cpp void HTMLViewSourceDocument::addText(const String& text, const AtomicString& className) AtomicString 252 Source/core/html/HTMLViewSourceDocument.cpp int HTMLViewSourceDocument::addRange(const String& source, int start, int end, const AtomicString& className, bool isLink, bool isAnchor, const AtomicString& link) AtomicString 271 Source/core/html/HTMLViewSourceDocument.cpp PassRefPtr<Element> HTMLViewSourceDocument::addBase(const AtomicString& href) AtomicString 279 Source/core/html/HTMLViewSourceDocument.cpp PassRefPtr<Element> HTMLViewSourceDocument::addLink(const AtomicString& url, bool isAnchor) AtomicString 57 Source/core/html/HTMLViewSourceDocument.h PassRefPtr<Element> addSpanWithClassName(const AtomicString&); AtomicString 58 Source/core/html/HTMLViewSourceDocument.h void addLine(const AtomicString& className); AtomicString 60 Source/core/html/HTMLViewSourceDocument.h void addText(const String& text, const AtomicString& className); AtomicString 61 Source/core/html/HTMLViewSourceDocument.h int addRange(const String& source, int start, int end, const AtomicString& className, bool isLink = false, bool isAnchor = false, const AtomicString& link = nullAtom); AtomicString 62 Source/core/html/HTMLViewSourceDocument.h PassRefPtr<Element> addLink(const AtomicString& url, bool isAnchor); AtomicString 63 Source/core/html/HTMLViewSourceDocument.h PassRefPtr<Element> addBase(const AtomicString& href); AtomicString 71 Source/core/html/LinkResource.h const AtomicString& charset() const { return m_charset; } AtomicString 77 Source/core/html/LinkResource.h AtomicString m_charset; AtomicString 319 Source/core/html/MediaController.cpp static const AtomicString& playbackStateWaiting() AtomicString 321 Source/core/html/MediaController.cpp DEFINE_STATIC_LOCAL(AtomicString, waiting, ("waiting", AtomicString::ConstructFromLiteral)); AtomicString 325 Source/core/html/MediaController.cpp static const AtomicString& playbackStatePlaying() AtomicString 327 Source/core/html/MediaController.cpp DEFINE_STATIC_LOCAL(AtomicString, playing, ("playing", AtomicString::ConstructFromLiteral)); AtomicString 331 Source/core/html/MediaController.cpp static const AtomicString& playbackStateEnded() AtomicString 333 Source/core/html/MediaController.cpp DEFINE_STATIC_LOCAL(AtomicString, ended, ("ended", AtomicString::ConstructFromLiteral)); AtomicString 337 Source/core/html/MediaController.cpp const AtomicString& MediaController::playbackState() const AtomicString 358 Source/core/html/MediaController.cpp static const AtomicString& eventNameForReadyState(HTMLMediaElement::ReadyState state) AtomicString 468 Source/core/html/MediaController.cpp AtomicString eventName; AtomicString 593 Source/core/html/MediaController.cpp void MediaController::scheduleEvent(const AtomicString& eventName) AtomicString 615 Source/core/html/MediaController.cpp const AtomicString& MediaController::interfaceName() const AtomicString 84 Source/core/html/MediaController.h const AtomicString& playbackState() const; AtomicString 98 Source/core/html/MediaController.h void scheduleEvent(const AtomicString& eventName); AtomicString 107 Source/core/html/MediaController.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 43 Source/core/html/MediaKeyEvent.cpp MediaKeyEvent::MediaKeyEvent(const AtomicString& type, const MediaKeyEventInit& initializer) AtomicString 60 Source/core/html/MediaKeyEvent.cpp const AtomicString& MediaKeyEvent::interfaceName() const AtomicString 55 Source/core/html/MediaKeyEvent.h static PassRefPtrWillBeRawPtr<MediaKeyEvent> create(const AtomicString& type, const MediaKeyEventInit& initializer) AtomicString 60 Source/core/html/MediaKeyEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 75 Source/core/html/MediaKeyEvent.h MediaKeyEvent(const AtomicString& type, const MediaKeyEventInit& initializer); AtomicString 102 Source/core/html/PluginDocument.cpp m_embedElement->setAttribute(srcAttr, AtomicString(document()->url().string())); AtomicString 40 Source/core/html/RadioNodeList.cpp RadioNodeList::RadioNodeList(ContainerNode& rootNode, const AtomicString& name, CollectionType type) AtomicString 37 Source/core/html/RadioNodeList.h static PassRefPtr<RadioNodeList> create(ContainerNode& ownerNode, CollectionType type, const AtomicString& name) AtomicString 49 Source/core/html/RadioNodeList.h RadioNodeList(ContainerNode&, const AtomicString& name, CollectionType); AtomicString 55 Source/core/html/RadioNodeList.h AtomicString m_name; AtomicString 40 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) AtomicString 47 Source/core/html/canvas/WebGLContextEvent.cpp WebGLContextEvent::WebGLContextEvent(const AtomicString& type, const WebGLContextEventInit& initializer) AtomicString 58 Source/core/html/canvas/WebGLContextEvent.cpp const AtomicString& WebGLContextEvent::interfaceName() const AtomicString 45 Source/core/html/canvas/WebGLContextEvent.h static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) AtomicString 49 Source/core/html/canvas/WebGLContextEvent.h static PassRefPtrWillBeRawPtr<WebGLContextEvent> create(const AtomicString& type, const WebGLContextEventInit& initializer) AtomicString 57 Source/core/html/canvas/WebGLContextEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 63 Source/core/html/canvas/WebGLContextEvent.h WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage); AtomicString 64 Source/core/html/canvas/WebGLContextEvent.h WebGLContextEvent(const AtomicString&, const WebGLContextEventInit&); AtomicString 79 Source/core/html/forms/BaseButtonInputType.cpp element().setAttribute(valueAttr, AtomicString(sanitizedValue)); AtomicString 106 Source/core/html/forms/BaseCheckableInputType.cpp element().setAttribute(valueAttr, AtomicString(sanitizedValue)); AtomicString 62 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp DEFINE_STATIC_LOCAL(AtomicString, valueContainerPseudo, ("-webkit-date-and-time-value", AtomicString::ConstructFromLiteral)); AtomicString 434 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp AtomicString BaseMultipleFieldsDateAndTimeInputType::localeIdentifier() const AtomicString 509 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp const AtomicString pattern = edit->fastGetAttribute(HTMLNames::patternAttr); AtomicString 69 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h virtual AtomicString localeIdentifier() const OVERRIDE FINAL; AtomicString 42 Source/core/html/forms/BaseTextInputType.cpp const AtomicString& rawPattern = element().fastGetAttribute(patternAttr); AtomicString 44 Source/core/html/forms/ButtonInputType.cpp const AtomicString& ButtonInputType::formControlType() const AtomicString 44 Source/core/html/forms/ButtonInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 48 Source/core/html/forms/CheckboxInputType.cpp const AtomicString& CheckboxInputType::formControlType() const AtomicString 44 Source/core/html/forms/CheckboxInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 95 Source/core/html/forms/ColorInputType.cpp const AtomicString& ColorInputType::formControlType() const AtomicString 132 Source/core/html/forms/ColorInputType.cpp wrapperElement->setShadowPseudoId(AtomicString("-webkit-color-swatch-wrapper", AtomicString::ConstructFromLiteral)); AtomicString 134 Source/core/html/forms/ColorInputType.cpp colorSwatch->setShadowPseudoId(AtomicString("-webkit-color-swatch", AtomicString::ConstructFromLiteral)); AtomicString 56 Source/core/html/forms/ColorInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 66 Source/core/html/forms/DateInputType.cpp const AtomicString& DateInputType::formControlType() const AtomicString 54 Source/core/html/forms/DateInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 63 Source/core/html/forms/DateTimeLocalInputType.cpp const AtomicString& DateTimeLocalInputType::formControlType() const AtomicString 54 Source/core/html/forms/DateTimeLocalInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 155 Source/core/html/forms/EmailInputType.cpp const AtomicString& EmailInputType::formControlType() const AtomicString 45 Source/core/html/forms/EmailInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 74 Source/core/html/forms/FileInputType.cpp const AtomicString& FileInputType::formControlType() const AtomicString 256 Source/core/html/forms/FileInputType.cpp button->setAttribute(valueAttr, AtomicString(locale().queryString(element().multiple() ? WebLocalizedString::FileButtonChooseMultipleFilesLabel : WebLocalizedString::FileButtonChooseFileLabel))); AtomicString 257 Source/core/html/forms/FileInputType.cpp button->setShadowPseudoId(AtomicString("-webkit-file-upload-button", AtomicString::ConstructFromLiteral)); AtomicString 272 Source/core/html/forms/FileInputType.cpp button->setAttribute(valueAttr, AtomicString(locale().queryString(element().multiple() ? WebLocalizedString::FileButtonChooseMultipleFilesLabel : WebLocalizedString::FileButtonChooseFileLabel))); AtomicString 52 Source/core/html/forms/FileInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 184 Source/core/html/forms/FormController.cpp void appendControlState(const AtomicString& name, const AtomicString& type, const FormControlState&); AtomicString 185 Source/core/html/forms/FormController.cpp FormControlState takeControlState(const AtomicString& name, const AtomicString& type); AtomicString 224 Source/core/html/forms/FormController.cpp savedFormState->appendControlState(AtomicString(name), AtomicString(type), state); AtomicString 243 Source/core/html/forms/FormController.cpp void SavedFormState::appendControlState(const AtomicString& name, const AtomicString& type, const FormControlState& state) AtomicString 257 Source/core/html/forms/FormController.cpp FormControlState SavedFormState::takeControlState(const AtomicString& name, const AtomicString& type) AtomicString 297 Source/core/html/forms/FormController.cpp const AtomicString& formKey(const HTMLFormControlElementWithState&); AtomicString 303 Source/core/html/forms/FormController.cpp typedef HashMap<HTMLFormElement*, AtomicString> FormToKeyMap; AtomicString 321 Source/core/html/forms/FormController.cpp AtomicString name = control->name(); AtomicString 345 Source/core/html/forms/FormController.cpp const AtomicString& FormKeyGenerator::formKey(const HTMLFormControlElementWithState& control) AtomicString 349 Source/core/html/forms/FormController.cpp DEFINE_STATIC_LOCAL(const AtomicString, formKeyForNoOwner, ("No owner", AtomicString::ConstructFromLiteral)); AtomicString 456 Source/core/html/forms/FormController.cpp AtomicString formKey = AtomicString(stateVector[i++]); AtomicString 51 Source/core/html/forms/HiddenInputType.cpp const AtomicString& HiddenInputType::formControlType() const AtomicString 67 Source/core/html/forms/HiddenInputType.cpp element().setAttribute(valueAttr, AtomicString(state[0])); AtomicString 97 Source/core/html/forms/HiddenInputType.cpp element().setAttribute(valueAttr, AtomicString(sanitizedValue)); AtomicString 44 Source/core/html/forms/HiddenInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 53 Source/core/html/forms/ImageInputType.cpp const AtomicString& ImageInputType::formControlType() const AtomicString 67 Source/core/html/forms/ImageInputType.cpp const AtomicString& name = element().name(); AtomicString 47 Source/core/html/forms/ImageInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 115 Source/core/html/forms/InputType.cpp PassRefPtr<InputType> InputType::create(HTMLInputElement& element, const AtomicString& typeName) AtomicString 128 Source/core/html/forms/InputType.cpp const AtomicString& InputType::normalizeTypeName(const AtomicString& typeName) AtomicString 136 Source/core/html/forms/InputType.cpp bool InputType::canChangeFromAnotherType(const AtomicString& normalizedTypeName) AtomicString 807 Source/core/html/forms/InputType.cpp const AtomicString& stepString = element().fastGetAttribute(stepAttr); AtomicString 61 Source/core/html/forms/InputType.h static PassRefPtr<InputType> create(HTMLInputElement&, const AtomicString&); AtomicString 63 Source/core/html/forms/InputType.h static const AtomicString& normalizeTypeName(const AtomicString&); AtomicString 66 Source/core/html/forms/InputType.h static bool canChangeFromAnotherType(const AtomicString& normalizedTypeName); AtomicString 68 Source/core/html/forms/InputType.h virtual const AtomicString& formControlType() const = 0; AtomicString 64 Source/core/html/forms/MonthInputType.cpp const AtomicString& MonthInputType::formControlType() const AtomicString 52 Source/core/html/forms/MonthInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 107 Source/core/html/forms/NumberInputType.cpp const AtomicString& NumberInputType::formControlType() const AtomicString 47 Source/core/html/forms/NumberInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 94 Source/core/html/forms/PasswordInputType.cpp const AtomicString& PasswordInputType::formControlType() const AtomicString 48 Source/core/html/forms/PasswordInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 228 Source/core/html/forms/RadioButtonGroupScope.cpp HTMLInputElement* RadioButtonGroupScope::checkedButtonForGroup(const AtomicString& name) const AtomicString 42 Source/core/html/forms/RadioButtonGroupScope.h HTMLInputElement* checkedButtonForGroup(const AtomicString& groupName) const; AtomicString 44 Source/core/html/forms/RadioInputType.cpp const AtomicString& RadioInputType::formControlType() const AtomicString 44 Source/core/html/forms/RadioInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 98 Source/core/html/forms/RangeInputType.cpp const AtomicString& RangeInputType::formControlType() const AtomicString 131 Source/core/html/forms/RangeInputType.cpp const AtomicString& precisionValue = element().fastGetAttribute(precisionAttr); AtomicString 249 Source/core/html/forms/RangeInputType.cpp track->setShadowPseudoId(AtomicString("-webkit-slider-runnable-track", AtomicString::ConstructFromLiteral)); AtomicString 49 Source/core/html/forms/RangeInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 49 Source/core/html/forms/ResetInputType.cpp const AtomicString& ResetInputType::formControlType() const AtomicString 44 Source/core/html/forms/ResetInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 70 Source/core/html/forms/SearchInputType.cpp const AtomicString& SearchInputType::formControlType() const AtomicString 52 Source/core/html/forms/SearchInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 50 Source/core/html/forms/SubmitInputType.cpp const AtomicString& SubmitInputType::formControlType() const AtomicString 44 Source/core/html/forms/SubmitInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 49 Source/core/html/forms/TelephoneInputType.cpp const AtomicString& TelephoneInputType::formControlType() const AtomicString 45 Source/core/html/forms/TelephoneInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 104 Source/core/html/forms/TextFieldInputType.cpp element->setShadowPseudoId(AtomicString("-webkit-calendar-picker-indicator", AtomicString::ConstructFromLiteral)); AtomicString 301 Source/core/html/forms/TextFieldInputType.cpp container->setShadowPseudoId(AtomicString("-webkit-textfield-decoration-container", AtomicString::ConstructFromLiteral)); AtomicString 352 Source/core/html/forms/TextFieldInputType.cpp rpContainer->setShadowPseudoId(AtomicString("-webkit-textfield-decoration-container", AtomicString::ConstructFromLiteral)); AtomicString 470 Source/core/html/forms/TextFieldInputType.cpp placeholder->setShadowPseudoId(AtomicString("-webkit-input-placeholder", AtomicString::ConstructFromLiteral)); AtomicString 483 Source/core/html/forms/TextFieldInputType.cpp const AtomicString& dirnameAttrValue = element().fastGetAttribute(dirnameAttr); AtomicString 52 Source/core/html/forms/TextInputType.cpp const AtomicString& type = element().fastGetAttribute(typeAttr); AtomicString 59 Source/core/html/forms/TextInputType.cpp const AtomicString& TextInputType::formControlType() const AtomicString 45 Source/core/html/forms/TextInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 69 Source/core/html/forms/TimeInputType.cpp const AtomicString& TimeInputType::formControlType() const AtomicString 52 Source/core/html/forms/TimeInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 51 Source/core/html/forms/URLInputType.cpp const AtomicString& URLInputType::formControlType() const AtomicString 45 Source/core/html/forms/URLInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 61 Source/core/html/forms/WeekInputType.cpp const AtomicString& WeekInputType::formControlType() const AtomicString 52 Source/core/html/forms/WeekInputType.h virtual const AtomicString& formControlType() const OVERRIDE; AtomicString 163 Source/core/html/ime/InputMethodContext.cpp const AtomicString& InputMethodContext::interfaceName() const AtomicString 68 Source/core/html/ime/InputMethodContext.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 50 Source/core/html/parser/AtomicHTMLToken.h const AtomicString& name() const AtomicString 56 Source/core/html/parser/AtomicHTMLToken.h void setName(const AtomicString& name) AtomicString 120 Source/core/html/parser/AtomicHTMLToken.h m_name = AtomicString(token.name()); AtomicString 129 Source/core/html/parser/AtomicHTMLToken.h m_name = AtomicString(tagName); AtomicString 131 Source/core/html/parser/AtomicHTMLToken.h m_name = AtomicString(token.name()); AtomicString 153 Source/core/html/parser/AtomicHTMLToken.h m_name = AtomicString(token.data()); AtomicString 166 Source/core/html/parser/AtomicHTMLToken.h QualifiedName name(nullAtom, AtomicString(it->name), nullAtom); AtomicString 169 Source/core/html/parser/AtomicHTMLToken.h m_attributes.append(Attribute(name, AtomicString(it->value))); AtomicString 174 Source/core/html/parser/AtomicHTMLToken.h m_name = AtomicString(token.data()); AtomicString 189 Source/core/html/parser/AtomicHTMLToken.h AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<Attribute>& attributes = Vector<Attribute>()) AtomicString 209 Source/core/html/parser/AtomicHTMLToken.h AtomicString m_name; AtomicString 243 Source/core/html/parser/AtomicHTMLToken.h AtomicString value(attribute.value); AtomicString 228 Source/core/html/parser/HTMLConstructionSite.cpp return AtomicString(string).string(); AtomicString 652 Source/core/html/parser/HTMLConstructionSite.cpp void HTMLConstructionSite::insertForeignElement(AtomicHTMLToken* token, const AtomicString& namespaceURI) AtomicString 721 Source/core/html/parser/HTMLConstructionSite.cpp PassRefPtr<Element> HTMLConstructionSite::createElement(AtomicHTMLToken* token, const AtomicString& namespaceURI) AtomicString 797 Source/core/html/parser/HTMLConstructionSite.cpp void HTMLConstructionSite::generateImpliedEndTagsWithExclusion(const AtomicString& tagName) AtomicString 139 Source/core/html/parser/HTMLConstructionSite.h void insertForeignElement(AtomicHTMLToken*, const AtomicString& namespaceURI); AtomicString 162 Source/core/html/parser/HTMLConstructionSite.h void generateImpliedEndTagsWithExclusion(const AtomicString& tagName); AtomicString 219 Source/core/html/parser/HTMLConstructionSite.h PassRefPtr<Element> createElement(AtomicHTMLToken*, const AtomicString& namespaceURI); AtomicString 213 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::popUntil(const AtomicString& tagName) AtomicString 221 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::popUntilPopped(const AtomicString& tagName) AtomicString 421 Source/core/html/parser/HTMLElementStack.cpp HTMLElementStack::ElementRecord* HTMLElementStack::topmost(const AtomicString& tagName) const AtomicString 435 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::contains(const AtomicString& tagName) const AtomicString 441 Source/core/html/parser/HTMLElementStack.cpp bool inScopeCommon(HTMLElementStack::ElementRecord* top, const AtomicString& targetTag) AtomicString 480 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::inScope(const AtomicString& targetTag) const AtomicString 490 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::inListItemScope(const AtomicString& targetTag) const AtomicString 500 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::inTableScope(const AtomicString& targetTag) const AtomicString 510 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::inButtonScope(const AtomicString& targetTag) const AtomicString 520 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::inSelectScope(const AtomicString& targetTag) const AtomicString 59 Source/core/html/parser/HTMLElementStack.h const AtomicString& namespaceURI() const { return m_item->namespaceURI(); } AtomicString 104 Source/core/html/parser/HTMLElementStack.h ElementRecord* topmost(const AtomicString& tagName) const; AtomicString 115 Source/core/html/parser/HTMLElementStack.h void popUntil(const AtomicString& tagName); AtomicString 117 Source/core/html/parser/HTMLElementStack.h void popUntilPopped(const AtomicString& tagName); AtomicString 137 Source/core/html/parser/HTMLElementStack.h bool contains(const AtomicString& tagName) const; AtomicString 140 Source/core/html/parser/HTMLElementStack.h bool inScope(const AtomicString& tagName) const; AtomicString 142 Source/core/html/parser/HTMLElementStack.h bool inListItemScope(const AtomicString& tagName) const; AtomicString 144 Source/core/html/parser/HTMLElementStack.h bool inTableScope(const AtomicString& tagName) const; AtomicString 146 Source/core/html/parser/HTMLElementStack.h bool inButtonScope(const AtomicString& tagName) const; AtomicString 148 Source/core/html/parser/HTMLElementStack.h bool inSelectScope(const AtomicString& tagName) const; AtomicString 48 Source/core/html/parser/HTMLFormattingElementList.cpp Element* HTMLFormattingElementList::closestElementInScopeWithName(const AtomicString& targetName) AtomicString 107 Source/core/html/parser/HTMLFormattingElementList.h Element* closestElementInScopeWithName(const AtomicString&); AtomicString 330 Source/core/html/parser/HTMLParserIdioms.cpp const String& attributeValue = AtomicString(iter->second); AtomicString 53 Source/core/html/parser/HTMLPreloadScanner.cpp static bool match(const AtomicString& name, const QualifiedName& qName) AtomicString 66 Source/core/html/parser/HTMLPreloadScanner.cpp AtomicString tagName(data); AtomicString 133 Source/core/html/parser/HTMLPreloadScanner.cpp AtomicString attributeName(iter->name); AtomicString 55 Source/core/html/parser/HTMLResourcePreloader.cpp initiatorInfo.name = AtomicString(m_initiatorName); AtomicString 56 Source/core/html/parser/HTMLSrcsetParser.h AtomicString toAtomicString() const AtomicString 58 Source/core/html/parser/HTMLSrcsetParser.h return AtomicString(m_string.toString()); AtomicString 56 Source/core/html/parser/HTMLStackItem.h static PassRefPtr<HTMLStackItem> create(PassRefPtr<ContainerNode> node, AtomicHTMLToken* token, const AtomicString& namespaceURI = HTMLNames::xhtmlNamespaceURI) AtomicString 67 Source/core/html/parser/HTMLStackItem.h const AtomicString& namespaceURI() const { return m_namespaceURI; } AtomicString 68 Source/core/html/parser/HTMLStackItem.h const AtomicString& localName() const { return m_tokenLocalName; } AtomicString 77 Source/core/html/parser/HTMLStackItem.h bool hasLocalName(const AtomicString& name) const { return m_tokenLocalName == name; } AtomicString 80 Source/core/html/parser/HTMLStackItem.h bool matchesHTMLTag(const AtomicString& name) const { return m_tokenLocalName == name && m_namespaceURI == HTMLNames::xhtmlNamespaceURI; } AtomicString 134 Source/core/html/parser/HTMLStackItem.h const AtomicString& tagName = localName(); AtomicString 226 Source/core/html/parser/HTMLStackItem.h HTMLStackItem(PassRefPtr<ContainerNode> node, AtomicHTMLToken* token, const AtomicString& namespaceURI = HTMLNames::xhtmlNamespaceURI) AtomicString 237 Source/core/html/parser/HTMLStackItem.h AtomicString m_tokenLocalName; AtomicString 239 Source/core/html/parser/HTMLStackItem.h AtomicString m_namespaceURI; AtomicString 363 Source/core/html/parser/HTMLToken.h if (AtomicString(m_attributes.at(i).name) == name.localName()) AtomicString 51 Source/core/html/parser/HTMLTokenizer.cpp return QualifiedName(nullAtom, AtomicString(attribute.name), nullAtom); AtomicString 80 Source/core/html/parser/HTMLTreeBuilder.cpp static bool isNumberedHeaderTag(const AtomicString& tagName) AtomicString 90 Source/core/html/parser/HTMLTreeBuilder.cpp static bool isCaptionColOrColgroupTag(const AtomicString& tagName) AtomicString 97 Source/core/html/parser/HTMLTreeBuilder.cpp static bool isTableCellContextTag(const AtomicString& tagName) AtomicString 102 Source/core/html/parser/HTMLTreeBuilder.cpp static bool isTableBodyContextTag(const AtomicString& tagName) AtomicString 109 Source/core/html/parser/HTMLTreeBuilder.cpp static bool isNonAnchorNonNobrFormattingTag(const AtomicString& tagName) AtomicString 125 Source/core/html/parser/HTMLTreeBuilder.cpp static bool isNonAnchorFormattingTag(const AtomicString& tagName) AtomicString 132 Source/core/html/parser/HTMLTreeBuilder.cpp static bool isFormattingTag(const AtomicString& tagName) AtomicString 442 Source/core/html/parser/HTMLTreeBuilder.cpp void HTMLTreeBuilder::processFakeEndTag(const AtomicString& tagName) AtomicString 503 Source/core/html/parser/HTMLTreeBuilder.cpp const AtomicString& localName = name.localName(); AtomicString 504 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicString loweredLocalName = localName.lower(); AtomicString 553 Source/core/html/parser/HTMLTreeBuilder.cpp static void addNamesWithPrefix(PrefixedNameToQualifiedNameMap* map, const AtomicString& prefix, const QualifiedName* const* names, size_t length) AtomicString 557 Source/core/html/parser/HTMLTreeBuilder.cpp const AtomicString& localName = name->localName(); AtomicString 558 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicString prefixColonLocalName = prefix + ':' + localName; AtomicString 2725 Source/core/html/parser/HTMLTreeBuilder.cpp const AtomicString& currentNamespace = adjustedCurrentNode->namespaceURI(); AtomicString 155 Source/core/html/parser/HTMLTreeBuilder.h void processFakeEndTag(const AtomicString&); AtomicString 278 Source/core/html/parser/XSSAuditor.cpp DEFINE_STATIC_LOCAL(const AtomicString, XSSProtectionHeader, ("X-XSS-Protection", AtomicString::ConstructFromLiteral)); AtomicString 279 Source/core/html/parser/XSSAuditor.cpp const AtomicString& headerValue = documentLoader->response().httpHeaderField(XSSProtectionHeader); AtomicString 49 Source/core/html/shadow/ClearButtonElement.cpp element->setShadowPseudoId(AtomicString("-webkit-clear-button", AtomicString::ConstructFromLiteral)); AtomicString 402 Source/core/html/shadow/DateTimeEditElement.cpp DEFINE_STATIC_LOCAL(AtomicString, textPseudoId, ("-webkit-datetime-edit-text", AtomicString::ConstructFromLiteral)); AtomicString 487 Source/core/html/shadow/DateTimeEditElement.cpp container->setShadowPseudoId(AtomicString("-webkit-datetime-edit", AtomicString::ConstructFromLiteral)); AtomicString 652 Source/core/html/shadow/DateTimeEditElement.cpp DEFINE_STATIC_LOCAL(AtomicString, fieldsWrapperPseudoId, ("-webkit-datetime-edit-fields-wrapper", AtomicString::ConstructFromLiteral)); AtomicString 662 Source/core/html/shadow/DateTimeEditElement.cpp const AtomicString focusedFieldId = focusedField ? focusedField->shadowPseudoId() : nullAtom; AtomicString 692 Source/core/html/shadow/DateTimeEditElement.cpp AtomicString DateTimeEditElement::localeIdentifier() const AtomicString 61 Source/core/html/shadow/DateTimeEditElement.h virtual AtomicString localeIdentifier() const = 0; AtomicString 146 Source/core/html/shadow/DateTimeEditElement.h virtual AtomicString localeIdentifier() const OVERRIDE; AtomicString 140 Source/core/html/shadow/DateTimeFieldElement.cpp void DateTimeFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText, int axMinimum, int axMaximum) AtomicString 143 Source/core/html/shadow/DateTimeFieldElement.cpp setAttribute(roleAttr, AtomicString("spinbutton", AtomicString::ConstructFromLiteral)); AtomicString 144 Source/core/html/shadow/DateTimeFieldElement.cpp setAttribute(aria_valuetextAttr, AtomicString(emptyValueAXText())); AtomicString 145 Source/core/html/shadow/DateTimeFieldElement.cpp setAttribute(aria_valueminAttr, AtomicString::number(axMinimum)); AtomicString 146 Source/core/html/shadow/DateTimeFieldElement.cpp setAttribute(aria_valuemaxAttr, AtomicString::number(axMaximum)); AtomicString 148 Source/core/html/shadow/DateTimeFieldElement.cpp setAttribute(aria_helpAttr, AtomicString(axHelpText)); AtomicString 178 Source/core/html/shadow/DateTimeFieldElement.cpp AtomicString DateTimeFieldElement::localeIdentifier() const AtomicString 212 Source/core/html/shadow/DateTimeFieldElement.cpp setAttribute(aria_valuetextAttr, AtomicString(newVisibleValue)); AtomicString 213 Source/core/html/shadow/DateTimeFieldElement.cpp setAttribute(aria_valuenowAttr, AtomicString::number(valueForARIAValueNow())); AtomicString 215 Source/core/html/shadow/DateTimeFieldElement.cpp setAttribute(aria_valuetextAttr, AtomicString(emptyValueAXText())); AtomicString 61 Source/core/html/shadow/DateTimeFieldElement.h virtual AtomicString localeIdentifier() const = 0; AtomicString 84 Source/core/html/shadow/DateTimeFieldElement.h void initialize(const AtomicString& pseudo, const String& axHelpText, int axMinimum, int axMaximum); AtomicString 86 Source/core/html/shadow/DateTimeFieldElement.h AtomicString localeIdentifier() const; AtomicString 52 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, ampmPsuedoId, ("-webkit-datetime-edit-ampm-field", AtomicString::ConstructFromLiteral)); AtomicString 88 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, dayPsuedoId, ("-webkit-datetime-edit-day-field", AtomicString::ConstructFromLiteral)); AtomicString 129 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, hourPsuedoId, ("-webkit-datetime-edit-hour-field", AtomicString::ConstructFromLiteral)); AtomicString 331 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, millisecondPsuedoId, ("-webkit-datetime-edit-millisecond-field", AtomicString::ConstructFromLiteral)); AtomicString 372 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, minutePsuedoId, ("-webkit-datetime-edit-minute-field", AtomicString::ConstructFromLiteral)); AtomicString 413 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, monthPsuedoId, ("-webkit-datetime-edit-month-field", AtomicString::ConstructFromLiteral)); AtomicString 454 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, secondPsuedoId, ("-webkit-datetime-edit-second-field", AtomicString::ConstructFromLiteral)); AtomicString 495 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, monthPsuedoId, ("-webkit-datetime-edit-month-field", AtomicString::ConstructFromLiteral)); AtomicString 539 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, weekPsuedoId, ("-webkit-datetime-edit-week-field", AtomicString::ConstructFromLiteral)); AtomicString 584 Source/core/html/shadow/DateTimeFieldElements.cpp DEFINE_STATIC_LOCAL(AtomicString, yearPsuedoId, ("-webkit-datetime-edit-year-field", AtomicString::ConstructFromLiteral)); AtomicString 154 Source/core/html/shadow/DateTimeNumericFieldElement.cpp void DateTimeNumericFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText) AtomicString 74 Source/core/html/shadow/DateTimeNumericFieldElement.h void initialize(const AtomicString& pseudo, const String& axHelpText); AtomicString 38 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp static AtomicString makeVisibleEmptyValue(const Vector<String>& symbols) AtomicString 95 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp void DateTimeSymbolicFieldElement::initialize(const AtomicString& pseudo, const String& axHelpText) AtomicString 44 Source/core/html/shadow/DateTimeSymbolicFieldElement.h void initialize(const AtomicString& pseudo, const String& axHelpText); AtomicString 73 Source/core/html/shadow/DateTimeSymbolicFieldElement.h const AtomicString m_visibleEmptyValue; AtomicString 56 Source/core/html/shadow/DetailsMarkerControl.h element->setShadowPseudoId(AtomicString("-webkit-details-marker", AtomicString::ConstructFromLiteral)); AtomicString 55 Source/core/html/shadow/MediaControlElements.cpp static const AtomicString& getMediaControlCurrentTimeDisplayElementShadowPseudoId(); AtomicString 56 Source/core/html/shadow/MediaControlElements.cpp static const AtomicString& getMediaControlTimeRemainingDisplayElementShadowPseudoId(); AtomicString 74 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlPanelElement::shadowPseudoId() const AtomicString 76 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-panel", AtomicString::ConstructFromLiteral)); AtomicString 162 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlPanelEnclosureElement::shadowPseudoId() const AtomicString 164 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-enclosure", AtomicString::ConstructFromLiteral)); AtomicString 181 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlOverlayEnclosureElement::shadowPseudoId() const AtomicString 183 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-overlay-enclosure", AtomicString::ConstructFromLiteral)); AtomicString 217 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlMuteButtonElement::shadowPseudoId() const AtomicString 219 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-mute-button", AtomicString::ConstructFromLiteral)); AtomicString 253 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlPlayButtonElement::shadowPseudoId() const AtomicString 255 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-play-button", AtomicString::ConstructFromLiteral)); AtomicString 282 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlOverlayPlayButtonElement::shadowPseudoId() const AtomicString 284 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-overlay-play-button", AtomicString::ConstructFromLiteral)); AtomicString 324 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlToggleClosedCaptionsButtonElement::shadowPseudoId() const AtomicString 326 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-toggle-closed-captions-button", AtomicString::ConstructFromLiteral)); AtomicString 396 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlTimelineElement::shadowPseudoId() const AtomicString 398 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-timeline", AtomicString::ConstructFromLiteral)); AtomicString 459 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlVolumeSliderElement::shadowPseudoId() const AtomicString 461 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-volume-slider", AtomicString::ConstructFromLiteral)); AtomicString 493 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlFullscreenButtonElement::shadowPseudoId() const AtomicString 495 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-fullscreen-button", AtomicString::ConstructFromLiteral)); AtomicString 516 Source/core/html/shadow/MediaControlElements.cpp static const AtomicString& getMediaControlTimeRemainingDisplayElementShadowPseudoId() AtomicString 518 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-time-remaining-display", AtomicString::ConstructFromLiteral)); AtomicString 522 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlTimeRemainingDisplayElement::shadowPseudoId() const AtomicString 539 Source/core/html/shadow/MediaControlElements.cpp static const AtomicString& getMediaControlCurrentTimeDisplayElementShadowPseudoId() AtomicString 541 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-current-time-display", AtomicString::ConstructFromLiteral)); AtomicString 545 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlCurrentTimeDisplayElement::shadowPseudoId() const AtomicString 570 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlTextTrackContainerElement::textTrackContainerElementShadowPseudoId() AtomicString 572 Source/core/html/shadow/MediaControlElements.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-text-track-container", AtomicString::ConstructFromLiteral)); AtomicString 576 Source/core/html/shadow/MediaControlElements.cpp const AtomicString& MediaControlTextTrackContainerElement::shadowPseudoId() const AtomicString 51 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 72 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 83 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 98 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 114 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 129 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 145 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 165 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 182 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 199 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 211 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 222 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 233 Source/core/html/shadow/MediaControlElements.h static const AtomicString& textTrackContainerElementShadowPseudoId(); AtomicString 237 Source/core/html/shadow/MediaControlElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 405 Source/core/html/shadow/MediaControls.cpp const AtomicString& MediaControls::shadowPseudoId() const AtomicString 407 Source/core/html/shadow/MediaControls.cpp DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls")); AtomicString 95 Source/core/html/shadow/MediaControls.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 69 Source/core/html/shadow/MeterShadowElement.cpp element->setShadowPseudoId(AtomicString("-webkit-meter-inner-element", AtomicString::ConstructFromLiteral)); AtomicString 95 Source/core/html/shadow/MeterShadowElement.cpp element->setShadowPseudoId(AtomicString("-webkit-meter-bar", AtomicString::ConstructFromLiteral)); AtomicString 111 Source/core/html/shadow/MeterShadowElement.cpp const AtomicString& MeterValueElement::valuePseudoId() const AtomicString 113 Source/core/html/shadow/MeterShadowElement.cpp DEFINE_STATIC_LOCAL(AtomicString, optimumPseudoId, ("-webkit-meter-optimum-value", AtomicString::ConstructFromLiteral)); AtomicString 114 Source/core/html/shadow/MeterShadowElement.cpp DEFINE_STATIC_LOCAL(AtomicString, suboptimumPseudoId, ("-webkit-meter-suboptimum-value", AtomicString::ConstructFromLiteral)); AtomicString 115 Source/core/html/shadow/MeterShadowElement.cpp DEFINE_STATIC_LOCAL(AtomicString, evenLessGoodPseudoId, ("-webkit-meter-even-less-good-value", AtomicString::ConstructFromLiteral)); AtomicString 77 Source/core/html/shadow/MeterShadowElement.h const AtomicString& valuePseudoId() const; AtomicString 56 Source/core/html/shadow/PickerIndicatorElement.cpp element->setShadowPseudoId(AtomicString("-webkit-calendar-picker-indicator", AtomicString::ConstructFromLiteral)); AtomicString 38 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& detailsContent() AtomicString 40 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("details-content", AtomicString::ConstructFromLiteral)); AtomicString 44 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& detailsSummary() AtomicString 46 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("details-summary", AtomicString::ConstructFromLiteral)); AtomicString 50 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& dateTimeEdit() AtomicString 52 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("date-time-edit", AtomicString::ConstructFromLiteral)); AtomicString 56 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& spinButton() AtomicString 58 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("spin", AtomicString::ConstructFromLiteral)); AtomicString 62 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& clearButton() AtomicString 64 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("clear", AtomicString::ConstructFromLiteral)); AtomicString 68 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& editingViewPort() AtomicString 70 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("editing-view-port", AtomicString::ConstructFromLiteral)); AtomicString 74 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& innerEditor() AtomicString 76 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("inner-editor", AtomicString::ConstructFromLiteral)); AtomicString 80 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& passwordGenerator() AtomicString 82 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("password-generator", AtomicString::ConstructFromLiteral)); AtomicString 86 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& pickerIndicator() AtomicString 88 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("picker", AtomicString::ConstructFromLiteral)); AtomicString 92 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& placeholder() AtomicString 94 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("placeholder", AtomicString::ConstructFromLiteral)); AtomicString 98 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& searchDecoration() AtomicString 100 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("decoration", AtomicString::ConstructFromLiteral)); AtomicString 104 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& sliderThumb() AtomicString 106 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("thumb", AtomicString::ConstructFromLiteral)); AtomicString 110 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& sliderTrack() AtomicString 112 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("track", AtomicString::ConstructFromLiteral)); AtomicString 116 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& speechButton() AtomicString 118 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("speech", AtomicString::ConstructFromLiteral)); AtomicString 122 Source/core/html/shadow/ShadowElementNames.cpp const AtomicString& textFieldContainer() AtomicString 124 Source/core/html/shadow/ShadowElementNames.cpp DEFINE_STATIC_LOCAL(AtomicString, name, ("text-field-container", AtomicString::ConstructFromLiteral)); AtomicString 40 Source/core/html/shadow/ShadowElementNames.h const AtomicString& detailsContent(); AtomicString 41 Source/core/html/shadow/ShadowElementNames.h const AtomicString& detailsSummary(); AtomicString 42 Source/core/html/shadow/ShadowElementNames.h const AtomicString& dateTimeEdit(); AtomicString 43 Source/core/html/shadow/ShadowElementNames.h const AtomicString& spinButton(); AtomicString 44 Source/core/html/shadow/ShadowElementNames.h const AtomicString& clearButton(); AtomicString 45 Source/core/html/shadow/ShadowElementNames.h const AtomicString& editingViewPort(); AtomicString 46 Source/core/html/shadow/ShadowElementNames.h const AtomicString& innerEditor(); AtomicString 47 Source/core/html/shadow/ShadowElementNames.h const AtomicString& passwordGenerator(); AtomicString 48 Source/core/html/shadow/ShadowElementNames.h const AtomicString& pickerIndicator(); AtomicString 49 Source/core/html/shadow/ShadowElementNames.h const AtomicString& placeholder(); AtomicString 50 Source/core/html/shadow/ShadowElementNames.h const AtomicString& searchDecoration(); AtomicString 51 Source/core/html/shadow/ShadowElementNames.h const AtomicString& sliderThumb(); AtomicString 52 Source/core/html/shadow/ShadowElementNames.h const AtomicString& sliderTrack(); AtomicString 53 Source/core/html/shadow/ShadowElementNames.h const AtomicString& speechButton(); AtomicString 54 Source/core/html/shadow/ShadowElementNames.h const AtomicString& textFieldContainer(); AtomicString 347 Source/core/html/shadow/SliderThumbElement.cpp const AtomicString& eventType = event->type(); AtomicString 401 Source/core/html/shadow/SliderThumbElement.cpp static const AtomicString& sliderThumbShadowPartId() AtomicString 403 Source/core/html/shadow/SliderThumbElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, sliderThumb, ("-webkit-slider-thumb", AtomicString::ConstructFromLiteral)); AtomicString 407 Source/core/html/shadow/SliderThumbElement.cpp static const AtomicString& mediaSliderThumbShadowPartId() AtomicString 409 Source/core/html/shadow/SliderThumbElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, mediaSliderThumb, ("-webkit-media-slider-thumb", AtomicString::ConstructFromLiteral)); AtomicString 413 Source/core/html/shadow/SliderThumbElement.cpp const AtomicString& SliderThumbElement::shadowPseudoId() const AtomicString 450 Source/core/html/shadow/SliderThumbElement.cpp const AtomicString& SliderContainerElement::shadowPseudoId() const AtomicString 452 Source/core/html/shadow/SliderThumbElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, mediaSliderContainer, ("-webkit-media-slider-container", AtomicString::ConstructFromLiteral)); AtomicString 453 Source/core/html/shadow/SliderThumbElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, sliderContainer, ("-webkit-slider-container", AtomicString::ConstructFromLiteral)); AtomicString 58 Source/core/html/shadow/SliderThumbElement.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 104 Source/core/html/shadow/SliderThumbElement.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 58 Source/core/html/shadow/SpinButtonElement.cpp element->setShadowPseudoId(AtomicString("-webkit-inner-spin-button", AtomicString::ConstructFromLiteral)); AtomicString 163 Source/core/html/shadow/TextControlInnerElements.cpp const AtomicString& SearchFieldDecorationElement::shadowPseudoId() const AtomicString 165 Source/core/html/shadow/TextControlInnerElements.cpp DEFINE_STATIC_LOCAL(AtomicString, resultsDecorationId, ("-webkit-search-results-decoration", AtomicString::ConstructFromLiteral)); AtomicString 166 Source/core/html/shadow/TextControlInnerElements.cpp DEFINE_STATIC_LOCAL(AtomicString, decorationId, ("-webkit-search-decoration", AtomicString::ConstructFromLiteral)); AtomicString 208 Source/core/html/shadow/TextControlInnerElements.cpp element->setShadowPseudoId(AtomicString("-webkit-search-cancel-button", AtomicString::ConstructFromLiteral)); AtomicString 278 Source/core/html/shadow/TextControlInnerElements.cpp element->setShadowPseudoId(AtomicString("-webkit-input-speech-button", AtomicString::ConstructFromLiteral)); AtomicString 437 Source/core/html/shadow/TextControlInnerElements.cpp AtomicString language = input->computeInheritedLanguage(); AtomicString 80 Source/core/html/shadow/TextControlInnerElements.h virtual const AtomicString& shadowPseudoId() const OVERRIDE; AtomicString 57 Source/core/html/track/LoadableTextTrack.cpp void LoadableTextTrack::setMode(const AtomicString& mode) AtomicString 49 Source/core/html/track/LoadableTextTrack.h virtual void setMode(const AtomicString&) OVERRIDE; AtomicString 50 Source/core/html/track/TextTrack.cpp const AtomicString& TextTrack::subtitlesKeyword() AtomicString 52 Source/core/html/track/TextTrack.cpp DEFINE_STATIC_LOCAL(const AtomicString, subtitles, ("subtitles", AtomicString::ConstructFromLiteral)); AtomicString 56 Source/core/html/track/TextTrack.cpp const AtomicString& TextTrack::captionsKeyword() AtomicString 58 Source/core/html/track/TextTrack.cpp DEFINE_STATIC_LOCAL(const AtomicString, captions, ("captions", AtomicString::ConstructFromLiteral)); AtomicString 62 Source/core/html/track/TextTrack.cpp const AtomicString& TextTrack::descriptionsKeyword() AtomicString 64 Source/core/html/track/TextTrack.cpp DEFINE_STATIC_LOCAL(const AtomicString, descriptions, ("descriptions", AtomicString::ConstructFromLiteral)); AtomicString 68 Source/core/html/track/TextTrack.cpp const AtomicString& TextTrack::chaptersKeyword() AtomicString 70 Source/core/html/track/TextTrack.cpp DEFINE_STATIC_LOCAL(const AtomicString, chapters, ("chapters", AtomicString::ConstructFromLiteral)); AtomicString 74 Source/core/html/track/TextTrack.cpp const AtomicString& TextTrack::metadataKeyword() AtomicString 76 Source/core/html/track/TextTrack.cpp DEFINE_STATIC_LOCAL(const AtomicString, metadata, ("metadata", AtomicString::ConstructFromLiteral)); AtomicString 80 Source/core/html/track/TextTrack.cpp const AtomicString& TextTrack::disabledKeyword() AtomicString 82 Source/core/html/track/TextTrack.cpp DEFINE_STATIC_LOCAL(const AtomicString, open, ("disabled", AtomicString::ConstructFromLiteral)); AtomicString 86 Source/core/html/track/TextTrack.cpp const AtomicString& TextTrack::hiddenKeyword() AtomicString 88 Source/core/html/track/TextTrack.cpp DEFINE_STATIC_LOCAL(const AtomicString, closed, ("hidden", AtomicString::ConstructFromLiteral)); AtomicString 92 Source/core/html/track/TextTrack.cpp const AtomicString& TextTrack::showingKeyword() AtomicString 94 Source/core/html/track/TextTrack.cpp DEFINE_STATIC_LOCAL(const AtomicString, ended, ("showing", AtomicString::ConstructFromLiteral)); AtomicString 98 Source/core/html/track/TextTrack.cpp TextTrack::TextTrack(Document& document, const AtomicString& kind, const AtomicString& label, const AtomicString& language, const AtomicString& id, TextTrackType type) AtomicString 130 Source/core/html/track/TextTrack.cpp bool TextTrack::isValidKindKeyword(const AtomicString& value) AtomicString 155 Source/core/html/track/TextTrack.cpp void TextTrack::setKind(const AtomicString& newKind) AtomicString 157 Source/core/html/track/TextTrack.cpp AtomicString oldKind = kind(); AtomicString 164 Source/core/html/track/TextTrack.cpp void TextTrack::setMode(const AtomicString& mode) AtomicString 421 Source/core/html/track/TextTrack.cpp const AtomicString& TextTrack::interfaceName() const AtomicString 50 Source/core/html/track/TextTrack.h static PassRefPtr<TextTrack> create(Document& document, const AtomicString& kind, const AtomicString& label, const AtomicString& language) AtomicString 59 Source/core/html/track/TextTrack.h virtual void setKind(const AtomicString&) OVERRIDE; AtomicString 61 Source/core/html/track/TextTrack.h static const AtomicString& subtitlesKeyword(); AtomicString 62 Source/core/html/track/TextTrack.h static const AtomicString& captionsKeyword(); AtomicString 63 Source/core/html/track/TextTrack.h static const AtomicString& descriptionsKeyword(); AtomicString 64 Source/core/html/track/TextTrack.h static const AtomicString& chaptersKeyword(); AtomicString 65 Source/core/html/track/TextTrack.h static const AtomicString& metadataKeyword(); AtomicString 66 Source/core/html/track/TextTrack.h static bool isValidKindKeyword(const AtomicString&); AtomicString 68 Source/core/html/track/TextTrack.h static const AtomicString& disabledKeyword(); AtomicString 69 Source/core/html/track/TextTrack.h static const AtomicString& hiddenKeyword(); AtomicString 70 Source/core/html/track/TextTrack.h static const AtomicString& showingKeyword(); AtomicString 72 Source/core/html/track/TextTrack.h AtomicString mode() const { return m_mode; } AtomicString 73 Source/core/html/track/TextTrack.h virtual void setMode(const AtomicString&); AtomicString 116 Source/core/html/track/TextTrack.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 120 Source/core/html/track/TextTrack.h TextTrack(Document&, const AtomicString& kind, const AtomicString& label, const AtomicString& language, const AtomicString& id, TextTrackType); AtomicString 122 Source/core/html/track/TextTrack.h virtual bool isValidKind(const AtomicString& kind) const OVERRIDE { return isValidKindKeyword(kind); } AtomicString 123 Source/core/html/track/TextTrack.h virtual AtomicString defaultKind() const OVERRIDE { return subtitlesKeyword(); } AtomicString 137 Source/core/html/track/TextTrack.h AtomicString m_mode; AtomicString 86 Source/core/html/track/TextTrackCue.cpp void TextTrackCue::setId(const AtomicString& id) AtomicString 172 Source/core/html/track/TextTrackCue.cpp const AtomicString& TextTrackCue::interfaceName() const AtomicString 48 Source/core/html/track/TextTrackCue.h static const AtomicString& cueShadowPseudoId() AtomicString 50 Source/core/html/track/TextTrackCue.h DEFINE_STATIC_LOCAL(const AtomicString, cue, ("cue", AtomicString::ConstructFromLiteral)); AtomicString 59 Source/core/html/track/TextTrackCue.h const AtomicString& id() const { return m_id; } AtomicString 60 Source/core/html/track/TextTrackCue.h void setId(const AtomicString&); AtomicString 88 Source/core/html/track/TextTrackCue.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 104 Source/core/html/track/TextTrackCue.h AtomicString m_id; AtomicString 54 Source/core/html/track/TextTrackCueList.cpp TextTrackCue* TextTrackCueList::getCueById(const AtomicString& id) const AtomicString 50 Source/core/html/track/TextTrackCueList.h TextTrackCue* getCueById(const AtomicString&) const; AtomicString 138 Source/core/html/track/TextTrackList.cpp TextTrack* TextTrackList::getTrackById(const AtomicString& id) AtomicString 258 Source/core/html/track/TextTrackList.cpp const AtomicString& TextTrackList::interfaceName() const AtomicString 274 Source/core/html/track/TextTrackList.cpp void TextTrackList::scheduleTrackEvent(const AtomicString& eventName, PassRefPtr<TextTrack> track) AtomicString 58 Source/core/html/track/TextTrackList.h TextTrack* getTrackById(const AtomicString& id); AtomicString 63 Source/core/html/track/TextTrackList.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 79 Source/core/html/track/TextTrackList.h void scheduleTrackEvent(const AtomicString& eventName, PassRefPtr<TextTrack>); AtomicString 36 Source/core/html/track/TrackBase.cpp TrackBase::TrackBase(Type type, const AtomicString& label, const AtomicString& language, const AtomicString& id) AtomicString 48 Source/core/html/track/TrackBase.cpp void TrackBase::setKind(const AtomicString& kind) AtomicString 41 Source/core/html/track/TrackBase.h const AtomicString& kind() const { return m_kind; } AtomicString 42 Source/core/html/track/TrackBase.h virtual void setKind(const AtomicString&); AtomicString 44 Source/core/html/track/TrackBase.h AtomicString label() const { return m_label; } AtomicString 45 Source/core/html/track/TrackBase.h void setLabel(const AtomicString& label) { m_label = label; } AtomicString 47 Source/core/html/track/TrackBase.h AtomicString language() const { return m_language; } AtomicString 48 Source/core/html/track/TrackBase.h void setLanguage(const AtomicString& language) { m_language = language; } AtomicString 50 Source/core/html/track/TrackBase.h AtomicString id() const { return m_id; } AtomicString 51 Source/core/html/track/TrackBase.h void setId(const AtomicString& id) { m_id = id; } AtomicString 54 Source/core/html/track/TrackBase.h TrackBase(Type, const AtomicString& label, const AtomicString& language, const AtomicString& id); AtomicString 56 Source/core/html/track/TrackBase.h virtual bool isValidKind(const AtomicString&) const = 0; AtomicString 57 Source/core/html/track/TrackBase.h virtual AtomicString defaultKind() const = 0; AtomicString 61 Source/core/html/track/TrackBase.h AtomicString m_kind; AtomicString 62 Source/core/html/track/TrackBase.h AtomicString m_label; AtomicString 63 Source/core/html/track/TrackBase.h AtomicString m_language; AtomicString 64 Source/core/html/track/TrackBase.h AtomicString m_id; AtomicString 42 Source/core/html/track/TrackEvent.cpp TrackEvent::TrackEvent(const AtomicString& type, const TrackEventInit& initializer) AtomicString 53 Source/core/html/track/TrackEvent.cpp const AtomicString& TrackEvent::interfaceName() const AtomicString 49 Source/core/html/track/TrackEvent.h static PassRefPtrWillBeRawPtr<TrackEvent> create(const AtomicString& type, const TrackEventInit& initializer) AtomicString 54 Source/core/html/track/TrackEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 62 Source/core/html/track/TrackEvent.h TrackEvent(const AtomicString& type, const TrackEventInit& initializer); AtomicString 133 Source/core/html/track/vtt/VTTCue.cpp setShadowPseudoId(AtomicString("-webkit-media-text-track-display", AtomicString::ConstructFromLiteral)); AtomicString 57 Source/core/html/track/vtt/VTTElement.h AtomicString language() const { return m_language; } AtomicString 58 Source/core/html/track/vtt/VTTElement.h void setLanguage(AtomicString value) { m_language = value; } AtomicString 79 Source/core/html/track/vtt/VTTElement.h AtomicString m_language; AtomicString 218 Source/core/html/track/vtt/VTTParser.cpp DEFINE_STATIC_LOCAL(const AtomicString, regionHeaderName, ("Region", AtomicString::ConstructFromLiteral)); AtomicString 245 Source/core/html/track/vtt/VTTParser.cpp m_currentId = AtomicString(line); AtomicString 330 Source/core/html/track/vtt/VTTParser.cpp Vector<AtomicString> m_languageStack; AtomicString 75 Source/core/html/track/vtt/VTTParser.h static inline bool isRecognizedTag(const AtomicString& tagName) AtomicString 136 Source/core/html/track/vtt/VTTParser.h AtomicString m_currentId; AtomicString 161 Source/core/html/track/vtt/VTTRegion.cpp const AtomicString VTTRegion::scroll() const AtomicString 163 Source/core/html/track/vtt/VTTRegion.cpp DEFINE_STATIC_LOCAL(const AtomicString, upScrollValueKeyword, ("up", AtomicString::ConstructFromLiteral)); AtomicString 171 Source/core/html/track/vtt/VTTRegion.cpp void VTTRegion::setScroll(const AtomicString& value, ExceptionState& exceptionState) AtomicString 173 Source/core/html/track/vtt/VTTRegion.cpp DEFINE_STATIC_LOCAL(const AtomicString, upScrollValueKeyword, ("up", AtomicString::ConstructFromLiteral)); AtomicString 245 Source/core/html/track/vtt/VTTRegion.cpp DEFINE_STATIC_LOCAL(const AtomicString, scrollUpValueKeyword, ("up", AtomicString::ConstructFromLiteral)); AtomicString 301 Source/core/html/track/vtt/VTTRegion.cpp const AtomicString& VTTRegion::textTrackCueContainerShadowPseudoId() AtomicString 303 Source/core/html/track/vtt/VTTRegion.cpp DEFINE_STATIC_LOCAL(const AtomicString, trackRegionCueContainerPseudoId, AtomicString 304 Source/core/html/track/vtt/VTTRegion.cpp ("-webkit-media-text-track-region-container", AtomicString::ConstructFromLiteral)); AtomicString 309 Source/core/html/track/vtt/VTTRegion.cpp const AtomicString& VTTRegion::textTrackCueContainerScrollingClass() AtomicString 311 Source/core/html/track/vtt/VTTRegion.cpp DEFINE_STATIC_LOCAL(const AtomicString, trackRegionCueContainerScrollingClass, AtomicString 312 Source/core/html/track/vtt/VTTRegion.cpp ("scrolling", AtomicString::ConstructFromLiteral)); AtomicString 317 Source/core/html/track/vtt/VTTRegion.cpp const AtomicString& VTTRegion::textTrackRegionShadowPseudoId() AtomicString 319 Source/core/html/track/vtt/VTTRegion.cpp DEFINE_STATIC_LOCAL(const AtomicString, trackRegionShadowPseudoId, AtomicString 320 Source/core/html/track/vtt/VTTRegion.cpp ("-webkit-media-text-track-region", AtomicString::ConstructFromLiteral)); AtomicString 81 Source/core/html/track/vtt/VTTRegion.h const AtomicString scroll() const; AtomicString 82 Source/core/html/track/vtt/VTTRegion.h void setScroll(const AtomicString&, ExceptionState&); AtomicString 119 Source/core/html/track/vtt/VTTRegion.h static const AtomicString& textTrackCueContainerShadowPseudoId(); AtomicString 120 Source/core/html/track/vtt/VTTRegion.h static const AtomicString& textTrackCueContainerScrollingClass(); AtomicString 121 Source/core/html/track/vtt/VTTRegion.h static const AtomicString& textTrackRegionShadowPseudoId(); AtomicString 57 Source/core/html/track/vtt/VTTToken.h static VTTToken StartTag(const String& tagName, const AtomicString& classes = emptyAtom, const AtomicString& annotation = emptyAtom) AtomicString 76 Source/core/html/track/vtt/VTTToken.h const AtomicString& classes() const { return m_classes; } AtomicString 77 Source/core/html/track/vtt/VTTToken.h const AtomicString& annotation() const { return m_annotation; } AtomicString 86 Source/core/html/track/vtt/VTTToken.h AtomicString m_annotation; AtomicString 87 Source/core/html/track/vtt/VTTToken.h AtomicString m_classes; AtomicString 80 Source/core/inspector/AsyncCallStackTracker.cpp void addEventListenerData(EventTarget* eventTarget, const AtomicString& eventType, const EventListenerAsyncCallChain& item) AtomicString 96 Source/core/inspector/AsyncCallStackTracker.cpp void removeEventListenerData(EventTarget* eventTarget, const AtomicString& eventType, const RegisteredEventListener& item) AtomicString 101 Source/core/inspector/AsyncCallStackTracker.cpp PassRefPtr<AsyncCallChain> findEventListenerData(EventTarget* eventTarget, const AtomicString& eventType, const RegisteredEventListener& item, bool remove = false) AtomicString 141 Source/core/inspector/AsyncCallStackTracker.cpp const AtomicString& interfaceName = eventTarget->interfaceName(); AtomicString 256 Source/core/inspector/AsyncCallStackTracker.cpp void AsyncCallStackTracker::didAddEventListener(EventTarget* eventTarget, const AtomicString& eventType, EventListener* listener, bool useCapture, const ScriptValue& callFrames) AtomicString 280 Source/core/inspector/AsyncCallStackTracker.cpp void AsyncCallStackTracker::didRemoveEventListener(EventTarget* eventTarget, const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 296 Source/core/inspector/AsyncCallStackTracker.cpp void AsyncCallStackTracker::willHandleEvent(EventTarget* eventTarget, const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 320 Source/core/inspector/AsyncCallStackTracker.cpp void AsyncCallStackTracker::willHandleXHREvent(XMLHttpRequest* xhr, EventTarget* eventTarget, const AtomicString& eventType) AtomicString 91 Source/core/inspector/AsyncCallStackTracker.h void didAddEventListener(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture, const ScriptValue& callFrames); AtomicString 92 Source/core/inspector/AsyncCallStackTracker.h void didRemoveEventListener(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture); AtomicString 94 Source/core/inspector/AsyncCallStackTracker.h void willHandleEvent(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture); AtomicString 110 Source/core/inspector/AsyncCallStackTracker.h void willHandleXHREvent(XMLHttpRequest*, EventTarget*, const AtomicString& eventType); AtomicString 133 Source/core/inspector/DOMEditor.cpp RemoveAttributeAction(Element* element, const AtomicString& name) AtomicString 160 Source/core/inspector/DOMEditor.cpp AtomicString m_name; AtomicString 161 Source/core/inspector/DOMEditor.cpp AtomicString m_value; AtomicString 167 Source/core/inspector/DOMEditor.cpp SetAttributeAction(Element* element, const AtomicString& name, const AtomicString& value) AtomicString 178 Source/core/inspector/DOMEditor.cpp const AtomicString& value = m_element->getAttribute(m_name); AtomicString 202 Source/core/inspector/DOMEditor.cpp AtomicString m_name; AtomicString 203 Source/core/inspector/DOMEditor.cpp AtomicString m_value; AtomicString 205 Source/core/inspector/DOMEditor.cpp AtomicString m_oldValue; AtomicString 374 Source/core/inspector/DOMEditor.cpp return m_history->perform(adoptRef(new SetAttributeAction(element, AtomicString(name), AtomicString(value))), exceptionState); AtomicString 379 Source/core/inspector/DOMEditor.cpp return m_history->perform(adoptRef(new RemoveAttributeAction(element, AtomicString(name))), exceptionState); AtomicString 267 Source/core/inspector/InspectorConsoleAgent.cpp void InspectorConsoleAgent::didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long requestIdentifier, ScriptString, const AtomicString& method, const String& url, const String& sendURL, unsigned sendLineNumber) AtomicString 97 Source/core/inspector/InspectorConsoleAgent.h void didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long requestIdentifier, ScriptString, const AtomicString& method, const String& url, const String& sendURL, unsigned sendLineNumber); AtomicString 595 Source/core/inspector/InspectorDOMAgent.cpp RefPtr<Element> element = toContainerNode(node)->querySelector(AtomicString(selectors), exceptionState); AtomicString 612 Source/core/inspector/InspectorDOMAgent.cpp RefPtr<NodeList> nodes = toContainerNode(node)->querySelectorAll(AtomicString(selectors), exceptionState); AtomicString 795 Source/core/inspector/InspectorDOMAgent.cpp RefPtr<Element> newElem = oldNode->document().createElement(AtomicString(tagName), exceptionState); AtomicString 932 Source/core/inspector/InspectorDOMAgent.cpp Vector<AtomicString> eventTypes = ancestor->eventTypes(); AtomicString 934 Source/core/inspector/InspectorDOMAgent.cpp AtomicString& type = eventTypes[j]; AtomicString 1054 Source/core/inspector/InspectorDOMAgent.cpp RefPtr<NodeList> nodeList = document->querySelectorAll(AtomicString(whitespaceTrimmedQuery), exceptionState); AtomicString 1653 Source/core/inspector/InspectorDOMAgent.cpp PassRefPtr<TypeBuilder::DOM::EventListener> InspectorDOMAgent::buildObjectForEventListener(const RegisteredEventListener& registeredEventListener, const AtomicString& eventType, Node* node, const String* objectGroupId) AtomicString 1860 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue) AtomicString 1865 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::didModifyDOMAttr(Element* element, const AtomicString& name, const AtomicString& value) AtomicString 1883 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::didRemoveDOMAttr(Element* element, const AtomicString& name) AtomicString 75 Source/core/inspector/InspectorDOMAgent.h EventListenerInfo(EventTarget* eventTarget, const AtomicString& eventType, const EventListenerVector& eventListenerVector) AtomicString 83 Source/core/inspector/InspectorDOMAgent.h const AtomicString eventType; AtomicString 166 Source/core/inspector/InspectorDOMAgent.h void willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue); AtomicString 167 Source/core/inspector/InspectorDOMAgent.h void didModifyDOMAttr(Element*, const AtomicString& name, const AtomicString& value); AtomicString 168 Source/core/inspector/InspectorDOMAgent.h void didRemoveDOMAttr(Element*, const AtomicString& name); AtomicString 237 Source/core/inspector/InspectorDOMAgent.h PassRefPtr<TypeBuilder::DOM::EventListener> buildObjectForEventListener(const RegisteredEventListener&, const AtomicString& eventType, Node*, const String* objectGroupId); AtomicString 316 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::willModifyDOMAttr(Element* element, const AtomicString&, const AtomicString&) AtomicString 438 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::willHandleEvent(EventTarget*, const AtomicString& eventType, EventListener*, bool) AtomicString 79 Source/core/inspector/InspectorDOMDebuggerAgent.h void willModifyDOMAttr(Element*, const AtomicString&, const AtomicString&); AtomicString 87 Source/core/inspector/InspectorDOMDebuggerAgent.h void willHandleEvent(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture); AtomicString 722 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::didAddEventListener(EventTarget* eventTarget, const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 728 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::didRemoveEventListener(EventTarget* eventTarget, const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 740 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::willHandleEvent(EventTarget* eventTarget, const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 753 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::willLoadXHR(XMLHttpRequest* xhr, ThreadableLoaderClient*, const AtomicString&, const KURL&, bool async, FormData*, const HTTPHeaderMap&, bool) AtomicString 152 Source/core/inspector/InspectorDebuggerAgent.h void didAddEventListener(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture); AtomicString 153 Source/core/inspector/InspectorDebuggerAgent.h void didRemoveEventListener(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture); AtomicString 155 Source/core/inspector/InspectorDebuggerAgent.h void willHandleEvent(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture); AtomicString 157 Source/core/inspector/InspectorDebuggerAgent.h void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, FormData* body, const HTTPHeaderMap& headers, bool includeCrendentials); AtomicString 523 Source/core/inspector/InspectorOverlay.cpp HashSet<AtomicString> usedClassNames; AtomicString 527 Source/core/inspector/InspectorOverlay.cpp const AtomicString& className = classNamesString[i]; AtomicString 945 Source/core/inspector/InspectorPageAgent.cpp const AtomicString& InspectorPageAgent::resourceSourceMapURL(const String& url) AtomicString 947 Source/core/inspector/InspectorPageAgent.cpp DEFINE_STATIC_LOCAL(const AtomicString, sourceMapHttpHeader, ("SourceMap", AtomicString::ConstructFromLiteral)); AtomicString 948 Source/core/inspector/InspectorPageAgent.cpp DEFINE_STATIC_LOCAL(const AtomicString, deprecatedSourceMapHttpHeader, ("X-SourceMap", AtomicString::ConstructFromLiteral)); AtomicString 957 Source/core/inspector/InspectorPageAgent.cpp const AtomicString& deprecatedHeaderSourceMapURL = resource->response().httpHeaderField(deprecatedSourceMapHttpHeader); AtomicString 1080 Source/core/inspector/InspectorPageAgent.cpp AtomicString name = frame->ownerElement()->getNameAttribute(); AtomicString 158 Source/core/inspector/InspectorPageAgent.h const AtomicString& resourceSourceMapURL(const String& url); AtomicString 276 Source/core/inspector/InspectorResourceAgent.cpp AtomicString remoteIPAddress = response.remoteIPAddress(); AtomicString 309 Source/core/inspector/InspectorResourceAgent.cpp request.setHTTPHeaderField(AtomicString(it->key), AtomicString(value)); AtomicString 449 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::willLoadXHR(XMLHttpRequest* xhr, ThreadableLoaderClient* client, const AtomicString& method, const KURL& url, bool async, FormData* formData, const HTTPHeaderMap& headers, bool includeCredentials) AtomicString 464 Source/core/inspector/InspectorResourceAgent.cpp void InspectorResourceAgent::didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient* client, unsigned long identifier, ScriptString sourceString, const AtomicString&, const String&, const String&, unsigned) AtomicString 746 Source/core/inspector/InspectorResourceAgent.cpp request.addHTTPHeaderField(AtomicString(it->key), AtomicString(value)); AtomicString 101 Source/core/inspector/InspectorResourceAgent.h void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, FormData* body, const HTTPHeaderMap& headers, bool includeCrendentials); AtomicString 103 Source/core/inspector/InspectorResourceAgent.h void didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long identifier, ScriptString sourceString, const AtomicString&, const String&, const String&, unsigned); AtomicString 1584 Source/core/inspector/InspectorStyleSheet.cpp m_element->setAttribute("style", AtomicString(text), exceptionState); AtomicString 245 Source/core/inspector/InspectorTimelineAgent.cpp static bool eventHasListeners(const AtomicString& eventType, DOMWindow* window, Node* node, const EventPath& eventPath) AtomicString 49 Source/core/inspector/NetworkResourcesData.cpp PassRefPtr<XHRReplayData> XHRReplayData::create(ExecutionContext* executionContext, const AtomicString& method, const KURL& url, bool async, PassRefPtr<FormData> formData, bool includeCredentials) AtomicString 54 Source/core/inspector/NetworkResourcesData.cpp void XHRReplayData::addHeader(const AtomicString& key, const AtomicString& value) AtomicString 59 Source/core/inspector/NetworkResourcesData.cpp XHRReplayData::XHRReplayData(ExecutionContext* executionContext, const AtomicString& method, const KURL& url, bool async, PassRefPtr<FormData> formData, bool includeCredentials) AtomicString 56 Source/core/inspector/NetworkResourcesData.h static PassRefPtr<XHRReplayData> create(ExecutionContext*, const AtomicString& method, const KURL&, bool async, PassRefPtr<FormData>, bool includeCredentials); AtomicString 58 Source/core/inspector/NetworkResourcesData.h void addHeader(const AtomicString& key, const AtomicString& value); AtomicString 59 Source/core/inspector/NetworkResourcesData.h const AtomicString& method() const { return m_method; } AtomicString 67 Source/core/inspector/NetworkResourcesData.h XHRReplayData(ExecutionContext*, const AtomicString& method, const KURL&, bool async, PassRefPtr<FormData>, bool includeCredentials); AtomicString 69 Source/core/inspector/NetworkResourcesData.h AtomicString m_method; AtomicString 444 Source/core/loader/DocumentLoader.cpp DEFINE_STATIC_LOCAL(AtomicString, xFrameOptionHeader, ("x-frame-options", AtomicString::ConstructFromLiteral)); AtomicString 490 Source/core/loader/DocumentLoader.cpp void DocumentLoader::ensureWriter(const AtomicString& mimeType, const KURL& overridingURL) AtomicString 495 Source/core/loader/DocumentLoader.cpp const AtomicString& encoding = overrideEncoding().isNull() ? response().textEncodingName() : overrideEncoding(); AtomicString 669 Source/core/loader/DocumentLoader.cpp const AtomicString& DocumentLoader::responseMIMEType() const AtomicString 777 Source/core/loader/DocumentLoader.cpp PassRefPtr<DocumentWriter> DocumentLoader::createWriterFor(LocalFrame* frame, const Document* ownerDocument, const KURL& url, const AtomicString& mimeType, const AtomicString& encoding, bool userChosen, bool dispatch) AtomicString 812 Source/core/loader/DocumentLoader.cpp const AtomicString& DocumentLoader::mimeType() const AtomicString 85 Source/core/loader/DocumentLoader.h const AtomicString& mimeType() const; AtomicString 101 Source/core/loader/DocumentLoader.h const AtomicString& responseMIMEType() const; AtomicString 114 Source/core/loader/DocumentLoader.h const AtomicString& overrideEncoding() const { return m_overrideEncoding; } AtomicString 122 Source/core/loader/DocumentLoader.h void setOverrideEncoding(const AtomicString& encoding) { m_overrideEncoding = encoding; } AtomicString 146 Source/core/loader/DocumentLoader.h static PassRefPtr<DocumentWriter> createWriterFor(LocalFrame*, const Document* ownerDocument, const KURL&, const AtomicString& mimeType, const AtomicString& encoding, bool userChosen, bool dispatch); AtomicString 148 Source/core/loader/DocumentLoader.h void ensureWriter(const AtomicString& mimeType, const KURL& overridingURL = KURL()); AtomicString 208 Source/core/loader/DocumentLoader.h AtomicString m_overrideEncoding; AtomicString 47 Source/core/loader/DocumentWriter.cpp PassRefPtr<DocumentWriter> DocumentWriter::create(Document* document, const AtomicString& mimeType, const AtomicString& encoding, bool encodingUserChoosen) AtomicString 52 Source/core/loader/DocumentWriter.cpp DocumentWriter::DocumentWriter(Document* document, const AtomicString& mimeType, const AtomicString& encoding, bool encodingUserChoosen) AtomicString 48 Source/core/loader/DocumentWriter.h static PassRefPtr<DocumentWriter> create(Document*, const AtomicString& mimeType = emptyAtom, const AtomicString& encoding = emptyAtom, bool encodingUserChoosen = false); AtomicString 60 Source/core/loader/DocumentWriter.h const AtomicString& mimeType() const { return m_decoderBuilder.mimeType(); } AtomicString 61 Source/core/loader/DocumentWriter.h const AtomicString& encoding() const { return m_decoderBuilder.encoding(); } AtomicString 72 Source/core/loader/DocumentWriter.h DocumentWriter(Document*, const AtomicString& mimeType, const AtomicString& encoding, bool encodingUserChoosen); AtomicString 125 Source/core/loader/EmptyClients.cpp PassRefPtr<LocalFrame> EmptyFrameLoaderClient::createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*) AtomicString 235 Source/core/loader/EmptyClients.h virtual PassRefPtr<LocalFrame> createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE; AtomicString 92 Source/core/loader/FormSubmission.cpp AtomicString FormSubmission::Attributes::parseEncodingType(const String& type) AtomicString 95 Source/core/loader/FormSubmission.cpp return AtomicString("multipart/form-data", AtomicString::ConstructFromLiteral); AtomicString 97 Source/core/loader/FormSubmission.cpp return AtomicString("text/plain", AtomicString::ConstructFromLiteral); AtomicString 98 Source/core/loader/FormSubmission.cpp return AtomicString("application/x-www-form-urlencoded", AtomicString::ConstructFromLiteral); AtomicString 146 Source/core/loader/FormSubmission.cpp inline FormSubmission::FormSubmission(Method method, const KURL& action, const AtomicString& target, const AtomicString& contentType, PassRefPtr<FormState> state, PassRefPtr<FormData> data, const String& boundary, PassRefPtrWillBeRawPtr<Event> event) AtomicString 181 Source/core/loader/FormSubmission.cpp AtomicString attributeValue; AtomicString 202 Source/core/loader/FormSubmission.cpp AtomicString encodingType = copiedAttributes.encodingType(); AtomicString 207 Source/core/loader/FormSubmission.cpp encodingType = AtomicString("application/x-www-form-urlencoded", AtomicString::ConstructFromLiteral); AtomicString 245 Source/core/loader/FormSubmission.cpp AtomicString targetOrBaseTarget = copiedAttributes.target().isEmpty() ? document.baseTarget() : copiedAttributes.target(); AtomicString 280 Source/core/loader/FormSubmission.cpp FrameLoader::addHTTPOriginIfNeeded(frameRequest.resourceRequest(), AtomicString(m_origin)); AtomicString 61 Source/core/loader/FormSubmission.h , m_encodingType("application/x-www-form-urlencoded", AtomicString::ConstructFromLiteral) AtomicString 73 Source/core/loader/FormSubmission.h const AtomicString& target() const { return m_target; } AtomicString 74 Source/core/loader/FormSubmission.h void setTarget(const AtomicString& target) { m_target = target; } AtomicString 76 Source/core/loader/FormSubmission.h const AtomicString& encodingType() const { return m_encodingType; } AtomicString 77 Source/core/loader/FormSubmission.h static AtomicString parseEncodingType(const String&); AtomicString 91 Source/core/loader/FormSubmission.h AtomicString m_target; AtomicString 92 Source/core/loader/FormSubmission.h AtomicString m_encodingType; AtomicString 104 Source/core/loader/FormSubmission.h const AtomicString& target() const { return m_target; } AtomicString 116 Source/core/loader/FormSubmission.h FormSubmission(Method, const KURL& action, const AtomicString& target, const AtomicString& contentType, PassRefPtr<FormState>, PassRefPtr<FormData>, const String& boundary, PassRefPtrWillBeRawPtr<Event>); AtomicString 123 Source/core/loader/FormSubmission.h AtomicString m_target; AtomicString 124 Source/core/loader/FormSubmission.h AtomicString m_contentType; AtomicString 79 Source/core/loader/FrameFetchContext.cpp FrameLoader::addHTTPOriginIfNeeded(request, AtomicString(outgoingOrigin)); AtomicString 58 Source/core/loader/FrameLoadRequest.h FrameLoadRequest(Document* originDocument, const ResourceRequest& resourceRequest, const AtomicString& frameName) AtomicString 83 Source/core/loader/FrameLoadRequest.h const AtomicString& frameName() const { return m_frameName; } AtomicString 84 Source/core/loader/FrameLoadRequest.h void setFrameName(const AtomicString& frameName) { m_frameName = frameName; } AtomicString 106 Source/core/loader/FrameLoadRequest.h AtomicString m_frameName; AtomicString 367 Source/core/loader/FrameLoader.cpp const AtomicString& dnsPrefetchControl = m_documentLoader->response().httpHeaderField("X-DNS-Prefetch-Control"); AtomicString 377 Source/core/loader/FrameLoader.cpp m_frame->document()->setContentLanguage(AtomicString(headerContentLanguage)); AtomicString 705 Source/core/loader/FrameLoader.cpp RefPtr<LocalFrame> targetFrame = request.formState() ? 0 : findFrameForNavigation(AtomicString(request.frameName()), request.formState() ? request.formState()->sourceDocument() : m_frame->document()); AtomicString 773 Source/core/loader/FrameLoader.cpp void FrameLoader::reload(ReloadPolicy reloadPolicy, const KURL& overrideURL, const AtomicString& overrideEncoding) AtomicString 1121 Source/core/loader/FrameLoader.cpp void FrameLoader::addHTTPOriginIfNeeded(ResourceRequest& request, const AtomicString& origin) AtomicString 1232 Source/core/loader/FrameLoader.cpp void FrameLoader::loadWithNavigationAction(const NavigationAction& action, FrameLoadType type, PassRefPtr<FormState> formState, const SubstituteData& substituteData, ClientRedirectPolicy clientRedirect, const AtomicString& overrideEncoding) AtomicString 1303 Source/core/loader/FrameLoader.cpp request.setHTTPUserAgent(AtomicString(userAgent)); AtomicString 1361 Source/core/loader/FrameLoader.cpp LocalFrame* FrameLoader::findFrameForNavigation(const AtomicString& name, Document* activeDocument) AtomicString 90 Source/core/loader/FrameLoader.h void reload(ReloadPolicy = NormalReload, const KURL& overrideURL = KURL(), const AtomicString& overrideEncoding = nullAtom); AtomicString 135 Source/core/loader/FrameLoader.h static void addHTTPOriginIfNeeded(ResourceRequest&, const AtomicString& origin); AtomicString 172 Source/core/loader/FrameLoader.h LocalFrame* findFrameForNavigation(const AtomicString& name, Document* activeDocument); AtomicString 218 Source/core/loader/FrameLoader.h const SubstituteData&, ClientRedirectPolicy = NotClientRedirect, const AtomicString& overrideEncoding = nullAtom); AtomicString 161 Source/core/loader/FrameLoaderClient.h virtual PassRefPtr<LocalFrame> createFrame(const KURL&, const AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) = 0; AtomicString 164 Source/core/loader/HistoryItem.cpp const AtomicString& HistoryItem::formContentType() const AtomicString 187 Source/core/loader/HistoryItem.cpp void HistoryItem::setFormContentType(const AtomicString& formContentType) AtomicString 63 Source/core/loader/HistoryItem.h const AtomicString& formContentType() const; AtomicString 92 Source/core/loader/HistoryItem.h void setFormContentType(const AtomicString&); AtomicString 132 Source/core/loader/HistoryItem.h AtomicString m_formContentType; AtomicString 133 Source/core/loader/ImageLoader.cpp AtomicString attr = m_element->imageSourceURL(); AtomicString 144 Source/core/loader/ImageLoader.cpp AtomicString crossOriginMode = m_element->fastGetAttribute(HTMLNames::crossoriginAttr); AtomicString 325 Source/core/loader/ImageLoader.cpp const AtomicString& eventType = eventSender->eventType(); AtomicString 406 Source/core/loader/ImageLoader.cpp m_failedLoadURL = AtomicString(); AtomicString 93 Source/core/loader/ImageLoader.h virtual String sourceURI(const AtomicString&) const = 0; AtomicString 115 Source/core/loader/ImageLoader.h AtomicString m_failedLoadURL; AtomicString 113 Source/core/loader/LinkLoader.cpp bool LinkLoader::loadLink(const LinkRelAttribute& relAttribute, const AtomicString& crossOriginMode, const String& type, const KURL& href, Document& document) AtomicString 65 Source/core/loader/LinkLoader.h bool loadLink(const LinkRelAttribute&, const AtomicString& crossOriginMode, const String& type, const KURL&, Document&); AtomicString 92 Source/core/loader/PingLoader.cpp request.setHTTPHeaderField("Ping-To", AtomicString(destinationURL.string())); AtomicString 97 Source/core/loader/PingLoader.cpp request.setHTTPHeaderField("Ping-From", AtomicString(frame->document()->url().string())); AtomicString 48 Source/core/loader/SubstituteData.h SubstituteData(PassRefPtr<SharedBuffer> content, const AtomicString& mimeType, const AtomicString& textEncoding, const KURL& failingURL, SubstituteDataLoadPolicy substituteDataLoadPolicy = LoadNormally) AtomicString 60 Source/core/loader/SubstituteData.h const AtomicString& mimeType() const { return m_mimeType; } AtomicString 61 Source/core/loader/SubstituteData.h const AtomicString& textEncoding() const { return m_textEncoding; } AtomicString 67 Source/core/loader/SubstituteData.h AtomicString m_mimeType; AtomicString 68 Source/core/loader/SubstituteData.h AtomicString m_textEncoding; AtomicString 47 Source/core/loader/TextResourceDecoderBuilder.cpp TextResourceDecoderBuilder::TextResourceDecoderBuilder(const AtomicString& mimeType, const AtomicString& encoding, bool encodingUserChoosen) AtomicString 45 Source/core/loader/TextResourceDecoderBuilder.h TextResourceDecoderBuilder(const AtomicString& mimeType, const AtomicString& encoding, bool encodingUserChoosen); AtomicString 50 Source/core/loader/TextResourceDecoderBuilder.h const AtomicString& mimeType() const { return m_mimeType; } AtomicString 51 Source/core/loader/TextResourceDecoderBuilder.h const AtomicString& encoding() const { return m_encoding; } AtomicString 60 Source/core/loader/TextResourceDecoderBuilder.h AtomicString m_mimeType; AtomicString 61 Source/core/loader/TextResourceDecoderBuilder.h AtomicString m_encoding; AtomicString 107 Source/core/loader/TextTrackLoader.cpp bool TextTrackLoader::load(const KURL& url, const AtomicString& crossOriginMode) AtomicString 59 Source/core/loader/TextTrackLoader.h bool load(const KURL&, const AtomicString& crossOriginMode); AtomicString 73 Source/core/loader/ThreadableLoader.h AtomicString initiator; AtomicString 91 Source/core/loader/appcache/ApplicationCache.cpp const AtomicString& ApplicationCache::interfaceName() const AtomicString 103 Source/core/loader/appcache/ApplicationCache.cpp const AtomicString& ApplicationCache::toEventType(ApplicationCacheHost::EventID id) AtomicString 71 Source/core/loader/appcache/ApplicationCache.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 74 Source/core/loader/appcache/ApplicationCache.h static const AtomicString& toEventType(ApplicationCacheHost::EventID); AtomicString 218 Source/core/loader/appcache/ApplicationCacheHost.cpp const AtomicString& eventType = ApplicationCache::toEventType(id); AtomicString 115 Source/core/page/CreateWindow.cpp LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& windowFeatures, AtomicString 132 Source/core/page/CreateWindow.cpp FrameLoader::addHTTPOriginIfNeeded(request, AtomicString(firstFrame.document()->outgoingOrigin())); AtomicString 40 Source/core/page/CreateWindow.h LocalFrame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&, AtomicString 167 Source/core/page/DragController.cpp anchor->setHref(AtomicString(url)); AtomicString 1744 Source/core/page/EventHandler.cpp bool EventHandler::dispatchDragEvent(const AtomicString& eventType, Node* dragTarget, const PlatformMouseEvent& event, Clipboard* clipboard) AtomicString 1781 Source/core/page/EventHandler.cpp AtomicString dropZoneStr = element->fastGetAttribute(webkitdropzoneAttr); AtomicString 2044 Source/core/page/EventHandler.cpp bool EventHandler::dispatchMouseEvent(const AtomicString& eventType, Node* targetNode, bool /*cancelable*/, int clickCount, const PlatformMouseEvent& mouseEvent, bool setUnder) AtomicString 3169 Source/core/page/EventHandler.cpp static FocusType focusDirectionForKey(const AtomicString& keyIdentifier) AtomicString 3171 Source/core/page/EventHandler.cpp DEFINE_STATIC_LOCAL(AtomicString, Down, ("Down", AtomicString::ConstructFromLiteral)); AtomicString 3172 Source/core/page/EventHandler.cpp DEFINE_STATIC_LOCAL(AtomicString, Up, ("Up", AtomicString::ConstructFromLiteral)); AtomicString 3173 Source/core/page/EventHandler.cpp DEFINE_STATIC_LOCAL(AtomicString, Left, ("Left", AtomicString::ConstructFromLiteral)); AtomicString 3174 Source/core/page/EventHandler.cpp DEFINE_STATIC_LOCAL(AtomicString, Right, ("Right", AtomicString::ConstructFromLiteral)); AtomicString 3203 Source/core/page/EventHandler.cpp FocusType type = focusDirectionForKey(AtomicString(event->keyIdentifier())); AtomicString 3283 Source/core/page/EventHandler.cpp bool EventHandler::dispatchDragSrcEvent(const AtomicString& eventType, const PlatformMouseEvent& event) AtomicString 3559 Source/core/page/EventHandler.cpp static const AtomicString& eventNameForTouchPointState(PlatformTouchPoint::State state) AtomicString 3779 Source/core/page/EventHandler.cpp const AtomicString& stateName(eventNameForTouchPointState(static_cast<PlatformTouchPoint::State>(state))); AtomicString 262 Source/core/page/EventHandler.h bool dispatchMouseEvent(const AtomicString& eventType, Node* target, bool cancelable, int clickCount, const PlatformMouseEvent&, bool setUnder); AtomicString 263 Source/core/page/EventHandler.h bool dispatchDragEvent(const AtomicString& eventType, Node* target, const PlatformMouseEvent&, Clipboard*); AtomicString 271 Source/core/page/EventHandler.h bool dispatchDragSrcEvent(const AtomicString& eventType, const PlatformMouseEvent&); AtomicString 212 Source/core/page/EventSource.cpp const AtomicString& EventSource::interfaceName() const AtomicString 405 Source/core/page/EventSource.cpp m_eventName = valueLength ? AtomicString(&m_receiveBuf[bufPos], valueLength) : ""; AtomicString 407 Source/core/page/EventSource.cpp m_currentlyParsedEventId = valueLength ? AtomicString(&m_receiveBuf[bufPos], valueLength) : ""; AtomicString 79 Source/core/page/EventSource.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 123 Source/core/page/EventSource.h AtomicString m_eventName; AtomicString 125 Source/core/page/EventSource.h AtomicString m_currentlyParsedEventId; AtomicString 126 Source/core/page/EventSource.h AtomicString m_lastEventId; AtomicString 56 Source/core/page/FrameTree.cpp void FrameTree::setName(const AtomicString& name, const AtomicString& fallbackName) AtomicString 63 Source/core/page/FrameTree.cpp m_uniqueName = AtomicString(); // Remove our old frame name so it's not considered in uniqueChildName. AtomicString 119 Source/core/page/FrameTree.cpp bool FrameTree::uniqueNameExists(const AtomicString& name) const AtomicString 128 Source/core/page/FrameTree.cpp AtomicString FrameTree::uniqueChildName(const AtomicString& requestedName) const AtomicString 189 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::scopedChild(const AtomicString& name) const AtomicString 235 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::child(const AtomicString& name) const AtomicString 243 Source/core/page/FrameTree.cpp LocalFrame* FrameTree::find(const AtomicString& name) const AtomicString 36 Source/core/page/FrameTree.h const AtomicString& name() const { return m_name; } AtomicString 37 Source/core/page/FrameTree.h const AtomicString& uniqueName() const { return m_uniqueName; } AtomicString 40 Source/core/page/FrameTree.h void setName(const AtomicString& name, const AtomicString& fallbackName = nullAtom); AtomicString 54 Source/core/page/FrameTree.h LocalFrame* child(const AtomicString& name) const; AtomicString 55 Source/core/page/FrameTree.h LocalFrame* find(const AtomicString& name) const; AtomicString 59 Source/core/page/FrameTree.h LocalFrame* scopedChild(const AtomicString& name) const; AtomicString 65 Source/core/page/FrameTree.h AtomicString uniqueChildName(const AtomicString& requestedName) const; AtomicString 66 Source/core/page/FrameTree.h bool uniqueNameExists(const AtomicString& name) const; AtomicString 71 Source/core/page/FrameTree.h AtomicString m_name; // The actual frame name (may be empty). AtomicString 72 Source/core/page/FrameTree.h AtomicString m_uniqueName; AtomicString 94 Source/core/page/Page.cpp AtomicString eventName = online ? EventTypeNames::online : EventTypeNames::offline; AtomicString 471 Source/core/page/Page.cpp m_mainFrame->view()->setMediaType(AtomicString(settings().mediaTypeOverride())); AtomicString 167 Source/core/page/PageSerializer.cpp appendAttribute(out, element, Attribute(frameOwnerURLAttributeName(frameOwner), AtomicString(url.string())), namespaces); AtomicString 131 Source/core/page/PointerLockController.cpp void PointerLockController::dispatchLockedMouseEvent(const PlatformMouseEvent& event, const AtomicString& eventType) AtomicString 149 Source/core/page/PointerLockController.cpp void PointerLockController::enqueueEvent(const AtomicString& type, Element* element) AtomicString 155 Source/core/page/PointerLockController.cpp void PointerLockController::enqueueEvent(const AtomicString& type, Document* document) AtomicString 55 Source/core/page/PointerLockController.h void dispatchLockedMouseEvent(const PlatformMouseEvent&, const AtomicString& eventType); AtomicString 60 Source/core/page/PointerLockController.h void enqueueEvent(const AtomicString& type, Element*); AtomicString 61 Source/core/page/PointerLockController.h void enqueueEvent(const AtomicString& type, Document*); AtomicString 273 Source/core/page/PrintContext.cpp const AtomicString& href = toElement(node)->getAttribute(HTMLNames::hrefAttr); AtomicString 59 Source/core/plugins/DOMMimeTypeArray.cpp bool DOMMimeTypeArray::canGetItemsForName(const AtomicString& propertyName) AtomicString 72 Source/core/plugins/DOMMimeTypeArray.cpp PassRefPtrWillBeRawPtr<DOMMimeType> DOMMimeTypeArray::namedItem(const AtomicString& propertyName) AtomicString 48 Source/core/plugins/DOMMimeTypeArray.h bool canGetItemsForName(const AtomicString& propertyName); AtomicString 49 Source/core/plugins/DOMMimeTypeArray.h PassRefPtrWillBeRawPtr<DOMMimeType> namedItem(const AtomicString& propertyName); AtomicString 74 Source/core/plugins/DOMPlugin.cpp bool DOMPlugin::canGetItemsForName(const AtomicString& propertyName) AtomicString 83 Source/core/plugins/DOMPlugin.cpp PassRefPtrWillBeRawPtr<DOMMimeType> DOMPlugin::namedItem(const AtomicString& propertyName) AtomicString 51 Source/core/plugins/DOMPlugin.h bool canGetItemsForName(const AtomicString& propertyName); AtomicString 52 Source/core/plugins/DOMPlugin.h PassRefPtrWillBeRawPtr<DOMMimeType> namedItem(const AtomicString& propertyName); AtomicString 59 Source/core/plugins/DOMPluginArray.cpp bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName) AtomicString 72 Source/core/plugins/DOMPluginArray.cpp PassRefPtrWillBeRawPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString& propertyName) AtomicString 48 Source/core/plugins/DOMPluginArray.h bool canGetItemsForName(const AtomicString& propertyName); AtomicString 49 Source/core/plugins/DOMPluginArray.h PassRefPtrWillBeRawPtr<DOMPlugin> namedItem(const AtomicString& propertyName); AtomicString 68 Source/core/rendering/ClipPathOperation.h static PassRefPtr<ReferenceClipPathOperation> create(const String& url, const AtomicString& fragment) AtomicString 74 Source/core/rendering/ClipPathOperation.h const AtomicString& fragment() const { return m_fragment; } AtomicString 82 Source/core/rendering/ClipPathOperation.h ReferenceClipPathOperation(const String& url, const AtomicString& fragment) AtomicString 90 Source/core/rendering/ClipPathOperation.h AtomicString m_fragment; AtomicString 237 Source/core/rendering/CounterNode.cpp void CounterNode::insertAfter(CounterNode* newChild, CounterNode* refChild, const AtomicString& identifier) AtomicString 68 Source/core/rendering/CounterNode.h void insertAfter(CounterNode* newChild, CounterNode* beforeChild, const AtomicString& identifier); AtomicString 32 Source/core/rendering/EllipsisBox.h EllipsisBox(RenderObject& obj, const AtomicString& ellipsisStr, InlineFlowBox* parent, AtomicString 58 Source/core/rendering/EllipsisBox.h AtomicString m_str; AtomicString 51 Source/core/rendering/FastTextAutosizer.cpp static void writeDebugInfo(RenderObject* renderObject, const AtomicString& output) AtomicString 66 Source/core/rendering/FastTextAutosizer.cpp AtomicString(String::format("bm %f * (lw %d / fw %d)", AtomicString 754 Source/core/rendering/FastTextAutosizer.cpp AtomicString(String::format("cluster: %f %s", cluster->m_multiplier, explanation.utf8().data()))); AtomicString 102 Source/core/rendering/GraphicsContextAnnotator.cpp const AtomicString id = element->getIdAttribute(); AtomicString 237 Source/core/rendering/HitTestResult.cpp const AtomicString& HitTestResult::altDisplayString() const AtomicString 285 Source/core/rendering/HitTestResult.cpp AtomicString urlString; AtomicString 324 Source/core/rendering/HitTestResult.cpp AtomicString urlString; AtomicString 101 Source/core/rendering/HitTestResult.h const AtomicString& altDisplayString() const; AtomicString 390 Source/core/rendering/InlineTextBox.cpp const AtomicString& emphasisMark, int emphasisMarkOffset, AtomicString 683 Source/core/rendering/InlineTextBox.cpp const AtomicString& emphasisMark = hasTextEmphasis ? styleToUse->textEmphasisMarkString() : nullAtom; AtomicString 1521 Source/core/rendering/InlineTextBox.cpp const AtomicString& hyphenString = style->hyphenString(); AtomicString 2101 Source/core/rendering/RenderBlockLineLayout.cpp DEFINE_STATIC_LOCAL(AtomicString, ellipsisStr, (&horizontalEllipsis, 1)); AtomicString 48 Source/core/rendering/RenderCounter.cpp static CounterNode* makeCounterNode(RenderObject&, const AtomicString& identifier, bool alwaysCreateCounter); AtomicString 105 Source/core/rendering/RenderCounter.cpp static bool planCounter(RenderObject& object, const AtomicString& identifier, bool& isReset, int& value) AtomicString 183 Source/core/rendering/RenderCounter.cpp static bool findPlaceForCounter(RenderObject& counterOwner, const AtomicString& identifier, bool isReset, RefPtr<CounterNode>& parent, RefPtr<CounterNode>& previousSibling) AtomicString 296 Source/core/rendering/RenderCounter.cpp static CounterNode* makeCounterNode(RenderObject& object, const AtomicString& identifier, bool alwaysCreateCounter) AtomicString 431 Source/core/rendering/RenderCounter.cpp static void destroyCounterNodeWithoutMapRemoval(const AtomicString& identifier, CounterNode* node) AtomicString 459 Source/core/rendering/RenderCounter.cpp void RenderCounter::destroyCounterNode(RenderObject& owner, const AtomicString& identifier) AtomicString 605 Source/core/rendering/RenderCounter.cpp AtomicString identifier(counterName); AtomicString 38 Source/core/rendering/RenderCounter.h static void destroyCounterNode(RenderObject&, const AtomicString& identifier); AtomicString 938 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp DEFINE_STATIC_LOCAL(AtomicString, ellipsisAndSpaceStr, (ellipsisAndSpace, 2)); AtomicString 939 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp DEFINE_STATIC_LOCAL(AtomicString, ellipsisStr, (&horizontalEllipsis, 1)); AtomicString 1162 Source/core/rendering/RenderObject.cpp const AtomicString& href = toElement(n)->getAttribute(hrefAttr); AtomicString 232 Source/core/rendering/RenderQuote.cpp const QuotesData* quotesDataForLanguage(const AtomicString& lang) AtomicString 156 Source/core/rendering/RenderTableCell.cpp const AtomicString& nowrap = toElement(node())->getAttribute(nowrapAttr); AtomicString 203 Source/core/rendering/RenderTextControl.cpp bool RenderTextControl::hasValidAvgCharWidth(AtomicString family) AtomicString 205 Source/core/rendering/RenderTextControl.cpp static HashSet<AtomicString>* fontFamiliesWithInvalidCharWidthMap = 0; AtomicString 211 Source/core/rendering/RenderTextControl.cpp fontFamiliesWithInvalidCharWidthMap = new HashSet<AtomicString>; AtomicString 214 Source/core/rendering/RenderTextControl.cpp fontFamiliesWithInvalidCharWidthMap->add(AtomicString(fontFamiliesWithInvalidCharWidth[i])); AtomicString 220 Source/core/rendering/RenderTextControl.cpp float RenderTextControl::getAvgCharWidth(AtomicString family) AtomicString 243 Source/core/rendering/RenderTextControl.cpp AtomicString family = style()->font().fontDescription().family().family(); AtomicString 57 Source/core/rendering/RenderTextControl.h static bool hasValidAvgCharWidth(AtomicString family); AtomicString 58 Source/core/rendering/RenderTextControl.h virtual float getAvgCharWidth(AtomicString family); AtomicString 51 Source/core/rendering/RenderTextControlMultiLine.cpp float RenderTextControlMultiLine::getAvgCharWidth(AtomicString family) AtomicString 41 Source/core/rendering/RenderTextControlMultiLine.h virtual float getAvgCharWidth(AtomicString family) OVERRIDE; AtomicString 298 Source/core/rendering/RenderTextControlSingleLine.cpp float RenderTextControlSingleLine::getAvgCharWidth(AtomicString family) AtomicString 320 Source/core/rendering/RenderTextControlSingleLine.cpp AtomicString family = style()->font().fontDescription().family().family(); AtomicString 71 Source/core/rendering/RenderTextControlSingleLine.h virtual float getAvgCharWidth(AtomicString family) OVERRIDE FINAL; AtomicString 1123 Source/core/rendering/RenderTheme.cpp bool RenderTheme::supportsCalendarPicker(const AtomicString& type) const AtomicString 120 Source/core/rendering/RenderTheme.h virtual bool supportsCalendarPicker(const AtomicString&) const; AtomicString 49 Source/core/rendering/RenderThemeChromiumFontProvider.cpp const AtomicString& RenderThemeChromiumFontProvider::defaultGUIFont() AtomicString 51 Source/core/rendering/RenderThemeChromiumFontProvider.cpp DEFINE_STATIC_LOCAL(const AtomicString, fontFace, ("Arial", AtomicString::ConstructFromLiteral)); AtomicString 45 Source/core/rendering/RenderThemeChromiumFontProvider.h static const WTF::AtomicString& defaultGUIFont(); AtomicString 126 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp AtomicString faceName; AtomicString 134 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp faceName = AtomicString(metrics.lfSmCaptionFont.lfFaceName, wcslen(metrics.lfSmCaptionFont.lfFaceName)); AtomicString 143 Source/core/rendering/RenderThemeChromiumFontProviderWin.cpp faceName = AtomicString(metrics.lfMenuFont.lfFaceName, wcslen(metrics.lfMenuFont.lfFaceName)); AtomicString 126 Source/core/rendering/RootInlineBox.cpp float RootInlineBox::placeEllipsis(const AtomicString& ellipsisStr, bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, AtomicString 100 Source/core/rendering/RootInlineBox.h float placeEllipsis(const AtomicString& ellipsisStr, bool ltr, float blockLeftEdge, float blockRightEdge, float ellipsisWidth, InlineBox* markupBox = 0); AtomicString 73 Source/core/rendering/TextAutosizer.cpp static void writeDebugInfo(RenderObject* renderObject, const AtomicString& output) AtomicString 276 Source/core/rendering/TextAutosizer.cpp writeDebugInfo(clusterInfo.root, AtomicString(String::format("cluster:%f", multiplier))); AtomicString 36 Source/core/rendering/style/CounterContent.h CounterContent(const AtomicString& identifier, EListStyleType style, const AtomicString& separator) AtomicString 43 Source/core/rendering/style/CounterContent.h const AtomicString& identifier() const { return m_identifier; } AtomicString 45 Source/core/rendering/style/CounterContent.h const AtomicString& separator() const { return m_separator; } AtomicString 48 Source/core/rendering/style/CounterContent.h AtomicString m_identifier; AtomicString 50 Source/core/rendering/style/CounterContent.h AtomicString m_separator; AtomicString 71 Source/core/rendering/style/KeyframeList.h KeyframeList(RenderObject&, const AtomicString& animationName) AtomicString 79 Source/core/rendering/style/KeyframeList.h const AtomicString& animationName() const { return m_animationName; } AtomicString 94 Source/core/rendering/style/KeyframeList.h AtomicString m_animationName; AtomicString 1036 Source/core/rendering/style/RenderStyle.cpp const CounterDirectives RenderStyle::getCounterDirectives(const AtomicString& identifier) const AtomicString 1043 Source/core/rendering/style/RenderStyle.cpp const AtomicString& RenderStyle::hyphenString() const AtomicString 1045 Source/core/rendering/style/RenderStyle.cpp const AtomicString& hyphenationString = rareInheritedData.get()->hyphenationString; AtomicString 1050 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, hyphenMinusString, (&hyphenMinus, 1)); AtomicString 1051 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, hyphenString, (&hyphen, 1)); AtomicString 1055 Source/core/rendering/style/RenderStyle.cpp const AtomicString& RenderStyle::textEmphasisMarkString() const AtomicString 1063 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, filledDotString, (&bullet, 1)); AtomicString 1064 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, openDotString, (&whiteBullet, 1)); AtomicString 1068 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, filledCircleString, (&blackCircle, 1)); AtomicString 1069 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, openCircleString, (&whiteCircle, 1)); AtomicString 1073 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, filledDoubleCircleString, (&fisheye, 1)); AtomicString 1074 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, openDoubleCircleString, (&bullseye, 1)); AtomicString 1078 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, filledTriangleString, (&blackUpPointingTriangle, 1)); AtomicString 1079 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, openTriangleString, (&whiteUpPointingTriangle, 1)); AtomicString 1083 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, filledSesameString, (&sesameDot, 1)); AtomicString 1084 Source/core/rendering/style/RenderStyle.cpp DEFINE_STATIC_LOCAL(AtomicString, openSesameString, (&whiteSesameDot, 1)); AtomicString 831 Source/core/rendering/style/RenderStyle.h const AtomicString& highlight() const { return rareInheritedData->highlight; } AtomicString 832 Source/core/rendering/style/RenderStyle.h const AtomicString& hyphenationString() const { return rareInheritedData->hyphenationString; } AtomicString 833 Source/core/rendering/style/RenderStyle.h const AtomicString& locale() const { return rareInheritedData->locale; } AtomicString 869 Source/core/rendering/style/RenderStyle.h const AtomicString& textEmphasisCustomMark() const { return rareInheritedData->textEmphasisCustomMark; } AtomicString 871 Source/core/rendering/style/RenderStyle.h const AtomicString& textEmphasisMarkString() const; AtomicString 1300 Source/core/rendering/style/RenderStyle.h void setHighlight(const AtomicString& h) { SET_VAR(rareInheritedData, highlight, h); } AtomicString 1302 Source/core/rendering/style/RenderStyle.h void setHyphenationString(const AtomicString& h) { SET_VAR(rareInheritedData, hyphenationString, h); } AtomicString 1303 Source/core/rendering/style/RenderStyle.h void setLocale(const AtomicString& locale) { SET_VAR(rareInheritedData, locale, locale); } AtomicString 1333 Source/core/rendering/style/RenderStyle.h void setTextEmphasisCustomMark(const AtomicString& mark) { SET_VAR(rareInheritedData, textEmphasisCustomMark, mark); } AtomicString 1471 Source/core/rendering/style/RenderStyle.h const CounterDirectives getCounterDirectives(const AtomicString& identifier) const; AtomicString 1476 Source/core/rendering/style/RenderStyle.h const AtomicString& hyphenString() const; AtomicString 1613 Source/core/rendering/style/RenderStyle.h static const AtomicString& initialHighlight() { return nullAtom; } AtomicString 1615 Source/core/rendering/style/RenderStyle.h static const AtomicString& initialHyphenationString() { return nullAtom; } AtomicString 1616 Source/core/rendering/style/RenderStyle.h static const AtomicString& initialLocale() { return nullAtom; } AtomicString 1642 Source/core/rendering/style/RenderStyle.h static const AtomicString& initialTextEmphasisCustomMark() { return nullAtom; } AtomicString 89 Source/core/rendering/style/SVGRenderStyle.h static const AtomicString& initialClipperResource() { return nullAtom; } AtomicString 90 Source/core/rendering/style/SVGRenderStyle.h static const AtomicString& initialFilterResource() { return nullAtom; } AtomicString 91 Source/core/rendering/style/SVGRenderStyle.h static const AtomicString& initialMaskerResource() { return nullAtom; } AtomicString 92 Source/core/rendering/style/SVGRenderStyle.h static const AtomicString& initialMarkerStartResource() { return nullAtom; } AtomicString 93 Source/core/rendering/style/SVGRenderStyle.h static const AtomicString& initialMarkerMidResource() { return nullAtom; } AtomicString 94 Source/core/rendering/style/SVGRenderStyle.h static const AtomicString& initialMarkerEndResource() { return nullAtom; } AtomicString 266 Source/core/rendering/style/SVGRenderStyle.h void setClipperResource(const AtomicString& obj) AtomicString 272 Source/core/rendering/style/SVGRenderStyle.h void setFilterResource(const AtomicString& obj) AtomicString 278 Source/core/rendering/style/SVGRenderStyle.h void setMaskerResource(const AtomicString& obj) AtomicString 285 Source/core/rendering/style/SVGRenderStyle.h void setMarkerStartResource(const AtomicString& obj) AtomicString 291 Source/core/rendering/style/SVGRenderStyle.h void setMarkerMidResource(const AtomicString& obj) AtomicString 297 Source/core/rendering/style/SVGRenderStyle.h void setMarkerEndResource(const AtomicString& obj) AtomicString 340 Source/core/rendering/style/SVGRenderStyle.h const AtomicString& clipperResource() const { return resources->clipper; } AtomicString 341 Source/core/rendering/style/SVGRenderStyle.h const AtomicString& filterResource() const { return resources->filter; } AtomicString 342 Source/core/rendering/style/SVGRenderStyle.h const AtomicString& maskerResource() const { return resources->masker; } AtomicString 343 Source/core/rendering/style/SVGRenderStyle.h const AtomicString& markerStartResource() const { return inheritedResources->markerStart; } AtomicString 344 Source/core/rendering/style/SVGRenderStyle.h const AtomicString& markerMidResource() const { return inheritedResources->markerMid; } AtomicString 345 Source/core/rendering/style/SVGRenderStyle.h const AtomicString& markerEndResource() const { return inheritedResources->markerEnd; } AtomicString 239 Source/core/rendering/style/SVGRenderStyleDefs.h AtomicString clipper; AtomicString 240 Source/core/rendering/style/SVGRenderStyleDefs.h AtomicString filter; AtomicString 241 Source/core/rendering/style/SVGRenderStyleDefs.h AtomicString masker; AtomicString 260 Source/core/rendering/style/SVGRenderStyleDefs.h AtomicString markerStart; AtomicString 261 Source/core/rendering/style/SVGRenderStyleDefs.h AtomicString markerMid; AtomicString 262 Source/core/rendering/style/SVGRenderStyleDefs.h AtomicString markerEnd; AtomicString 40 Source/core/rendering/style/StyleRareInheritedData.cpp AtomicString atomicStrings[4]; AtomicString 85 Source/core/rendering/style/StyleRareInheritedData.h AtomicString highlight; // Apple-specific extension for custom highlight rendering. AtomicString 127 Source/core/rendering/style/StyleRareInheritedData.h AtomicString hyphenationString; AtomicString 132 Source/core/rendering/style/StyleRareInheritedData.h AtomicString locale; AtomicString 134 Source/core/rendering/style/StyleRareInheritedData.h AtomicString textEmphasisCustomMark; AtomicString 170 Source/core/rendering/svg/ReferenceFilterBuilder.cpp builder->add(AtomicString(effectElement->result()->currentValue()->value()), effect); AtomicString 77 Source/core/rendering/svg/RenderSVGResourceContainer.h AtomicString m_id; AtomicString 89 Source/core/rendering/svg/RenderSVGResourceContainer.h inline RenderSVGResourceContainer* getRenderSVGResourceContainerById(Document& document, const AtomicString& id) AtomicString 101 Source/core/rendering/svg/RenderSVGResourceContainer.h Renderer* getRenderSVGResourceById(Document& document, const AtomicString& id) AtomicString 100 Source/core/rendering/svg/RenderSVGResourceFilter.cpp builder->add(AtomicString(effectElement->result()->currentValue()->value()), effect); AtomicString 496 Source/core/rendering/svg/SVGRenderTreeAsText.cpp const AtomicString& id = element->getIdAttribute(); AtomicString 46 Source/core/rendering/svg/SVGResources.cpp static HashSet<AtomicString>& clipperFilterMaskerTags() AtomicString 48 Source/core/rendering/svg/SVGResources.cpp DEFINE_STATIC_LOCAL(HashSet<AtomicString>, s_tagList, ()); AtomicString 96 Source/core/rendering/svg/SVGResources.cpp DEFINE_STATIC_LOCAL(HashSet<AtomicString>, s_tagList, ()); AtomicString 107 Source/core/rendering/svg/SVGResources.cpp static HashSet<AtomicString>& fillAndStrokeTags() AtomicString 109 Source/core/rendering/svg/SVGResources.cpp DEFINE_STATIC_LOCAL(HashSet<AtomicString>, s_tagList, ()); AtomicString 127 Source/core/rendering/svg/SVGResources.cpp static HashSet<AtomicString>& chainableResourceTags() AtomicString 129 Source/core/rendering/svg/SVGResources.cpp DEFINE_STATIC_LOCAL(HashSet<AtomicString>, s_tagList, ()); AtomicString 140 Source/core/rendering/svg/SVGResources.cpp static inline AtomicString targetReferenceFromResource(SVGElement& element) AtomicString 170 Source/core/rendering/svg/SVGResources.cpp static inline RenderSVGResourceContainer* paintingResourceFromSVGPaint(Document& document, const SVGPaint::SVGPaintType& paintType, const String& paintUri, AtomicString& id, bool& hasPendingResource) AtomicString 189 Source/core/rendering/svg/SVGResources.cpp static inline void registerPendingResource(SVGDocumentExtensions& extensions, const AtomicString& id, SVGElement* element) AtomicString 228 Source/core/rendering/svg/SVGResources.cpp const AtomicString& tagName = element->localName(); AtomicString 235 Source/core/rendering/svg/SVGResources.cpp AtomicString id = style->clipperResource(); AtomicString 241 Source/core/rendering/svg/SVGResources.cpp AtomicString id = style->filterResource(); AtomicString 247 Source/core/rendering/svg/SVGResources.cpp AtomicString id = style->maskerResource(); AtomicString 254 Source/core/rendering/svg/SVGResources.cpp const AtomicString& markerStartId = style->markerStartResource(); AtomicString 258 Source/core/rendering/svg/SVGResources.cpp const AtomicString& markerMidId = style->markerMidResource(); AtomicString 262 Source/core/rendering/svg/SVGResources.cpp const AtomicString& markerEndId = style->markerEndResource(); AtomicString 270 Source/core/rendering/svg/SVGResources.cpp AtomicString id; AtomicString 279 Source/core/rendering/svg/SVGResources.cpp AtomicString id; AtomicString 288 Source/core/rendering/svg/SVGResources.cpp AtomicString id = targetReferenceFromResource(*element); AtomicString 100 Source/core/speech/SpeechInput.cpp bool SpeechInput::startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin* origin) AtomicString 69 Source/core/speech/SpeechInput.h bool startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*); AtomicString 56 Source/core/speech/SpeechInputClient.h virtual bool startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*) = 0; AtomicString 44 Source/core/speech/SpeechInputEvent.cpp PassRefPtrWillBeRawPtr<SpeechInputEvent> SpeechInputEvent::create(const AtomicString& eventType, const SpeechInputResultArray& results) AtomicString 54 Source/core/speech/SpeechInputEvent.cpp SpeechInputEvent::SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results) AtomicString 65 Source/core/speech/SpeechInputEvent.cpp const AtomicString& SpeechInputEvent::interfaceName() const AtomicString 41 Source/core/speech/SpeechInputEvent.h static PassRefPtrWillBeRawPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results); AtomicString 46 Source/core/speech/SpeechInputEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 52 Source/core/speech/SpeechInputEvent.h SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results); AtomicString 56 Source/core/storage/Storage.cpp return anonymousNamedGetter(AtomicString::number(index), exceptionState); AtomicString 59 Source/core/storage/Storage.cpp String Storage::anonymousNamedGetter(const AtomicString& name, ExceptionState& exceptionState) AtomicString 70 Source/core/storage/Storage.cpp bool Storage::anonymousNamedSetter(const AtomicString& name, const AtomicString& value, ExceptionState& exceptionState) AtomicString 76 Source/core/storage/Storage.cpp bool Storage::anonymousIndexedSetter(unsigned index, const AtomicString& value, ExceptionState& exceptionState) AtomicString 78 Source/core/storage/Storage.cpp return anonymousNamedSetter(AtomicString::number(index), value, exceptionState); AtomicString 81 Source/core/storage/Storage.cpp DeleteResult Storage::anonymousNamedDeleter(const AtomicString& name, ExceptionState& exceptionState) AtomicString 96 Source/core/storage/Storage.cpp DeleteResult result = anonymousNamedDeleter(AtomicString::number(index), exceptionState); AtomicString 118 Source/core/storage/Storage.cpp bool Storage::namedPropertyQuery(const AtomicString& name, ExceptionState& exceptionState) AtomicString 59 Source/core/storage/Storage.h String anonymousNamedGetter(const AtomicString&, ExceptionState&); AtomicString 60 Source/core/storage/Storage.h bool anonymousNamedSetter(const AtomicString& name, const AtomicString& value, ExceptionState&); AtomicString 61 Source/core/storage/Storage.h bool anonymousIndexedSetter(unsigned, const AtomicString&, ExceptionState&); AtomicString 62 Source/core/storage/Storage.h DeleteResult anonymousNamedDeleter(const AtomicString&, ExceptionState&); AtomicString 65 Source/core/storage/Storage.h bool namedPropertyQuery(const AtomicString&, ExceptionState&); AtomicString 51 Source/core/storage/StorageEvent.cpp PassRefPtrWillBeRawPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) AtomicString 56 Source/core/storage/StorageEvent.cpp PassRefPtrWillBeRawPtr<StorageEvent> StorageEvent::create(const AtomicString& type, const StorageEventInit& initializer) AtomicString 61 Source/core/storage/StorageEvent.cpp StorageEvent::StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) AtomicString 72 Source/core/storage/StorageEvent.cpp StorageEvent::StorageEvent(const AtomicString& type, const StorageEventInit& initializer) AtomicString 83 Source/core/storage/StorageEvent.cpp void StorageEvent::initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) AtomicString 97 Source/core/storage/StorageEvent.cpp const AtomicString& StorageEvent::interfaceName() const AtomicString 50 Source/core/storage/StorageEvent.h static PassRefPtrWillBeRawPtr<StorageEvent> create(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); AtomicString 51 Source/core/storage/StorageEvent.h static PassRefPtrWillBeRawPtr<StorageEvent> create(const AtomicString&, const StorageEventInit&); AtomicString 61 Source/core/storage/StorageEvent.h void initStorageEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); AtomicString 66 Source/core/storage/StorageEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 72 Source/core/storage/StorageEvent.h StorageEvent(const AtomicString& type, const String& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea); AtomicString 73 Source/core/storage/StorageEvent.h StorageEvent(const AtomicString&, const StorageEventInit&); AtomicString 73 Source/core/svg/SVGAElement.cpp const AtomicString& title = fastGetAttribute(XLinkNames::titleAttr); AtomicString 91 Source/core/svg/SVGAElement.cpp void SVGAElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 151 Source/core/svg/SVGAElement.cpp Element* targetElement = treeScope().getElementById(AtomicString(url.substring(1))); AtomicString 162 Source/core/svg/SVGAElement.cpp AtomicString target(m_svgTarget->currentValue()->value()); AtomicString 164 Source/core/svg/SVGAElement.cpp target = AtomicString("_blank", AtomicString::ConstructFromLiteral); AtomicString 43 Source/core/svg/SVGAElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 43 Source/core/svg/SVGAltGlyphDefElement.cpp bool SVGAltGlyphDefElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const AtomicString 95 Source/core/svg/SVGAltGlyphDefElement.cpp AtomicString referredGlyphName; AtomicString 109 Source/core/svg/SVGAltGlyphDefElement.cpp Vector<AtomicString> referredGlyphNames; AtomicString 34 Source/core/svg/SVGAltGlyphDefElement.h bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; AtomicString 50 Source/core/svg/SVGAltGlyphElement.cpp void SVGAltGlyphElement::setGlyphRef(const AtomicString&, ExceptionState& exceptionState) AtomicString 55 Source/core/svg/SVGAltGlyphElement.cpp const AtomicString& SVGAltGlyphElement::glyphRef() const AtomicString 60 Source/core/svg/SVGAltGlyphElement.cpp void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionState& exceptionState) AtomicString 65 Source/core/svg/SVGAltGlyphElement.cpp const AtomicString& SVGAltGlyphElement::format() const AtomicString 75 Source/core/svg/SVGAltGlyphElement.cpp bool SVGAltGlyphElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const AtomicString 77 Source/core/svg/SVGAltGlyphElement.cpp AtomicString target; AtomicString 41 Source/core/svg/SVGAltGlyphElement.h const AtomicString& glyphRef() const; AtomicString 42 Source/core/svg/SVGAltGlyphElement.h void setGlyphRef(const AtomicString&, ExceptionState&); AtomicString 43 Source/core/svg/SVGAltGlyphElement.h const AtomicString& format() const; AtomicString 44 Source/core/svg/SVGAltGlyphElement.h void setFormat(const AtomicString&, ExceptionState&); AtomicString 46 Source/core/svg/SVGAltGlyphElement.h bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; AtomicString 41 Source/core/svg/SVGAltGlyphItemElement.cpp bool SVGAltGlyphItemElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const AtomicString 52 Source/core/svg/SVGAltGlyphItemElement.cpp AtomicString referredGlyphName; AtomicString 34 Source/core/svg/SVGAltGlyphItemElement.h bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; AtomicString 107 Source/core/svg/SVGAnimateMotionElement.cpp void SVGAnimateMotionElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 126 Source/core/svg/SVGAnimateMotionElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, autoVal, ("auto", AtomicString::ConstructFromLiteral)); AtomicString 127 Source/core/svg/SVGAnimateMotionElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, autoReverse, ("auto-reverse", AtomicString::ConstructFromLiteral)); AtomicString 128 Source/core/svg/SVGAnimateMotionElement.cpp const AtomicString& rotate = getAttribute(SVGNames::rotateAttr); AtomicString 45 Source/core/svg/SVGAnimateMotionElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 64 Source/core/svg/SVGAnimateTransformElement.cpp void SVGAnimateTransformElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 45 Source/core/svg/SVGAnimateTransformElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 54 Source/core/svg/SVGAnimatedAngle.cpp AtomicString value; AtomicString 58 Source/core/svg/SVGAnimatedAngle.cpp value = AtomicString(currentValue()->valueAsString()); AtomicString 161 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 293 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::setCalcMode(const AtomicString& calcMode) AtomicString 295 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, discrete, ("discrete", AtomicString::ConstructFromLiteral)); AtomicString 296 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, linear, ("linear", AtomicString::ConstructFromLiteral)); AtomicString 297 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, paced, ("paced", AtomicString::ConstructFromLiteral)); AtomicString 298 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, spline, ("spline", AtomicString::ConstructFromLiteral)); AtomicString 311 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::setAttributeType(const AtomicString& attributeType) AtomicString 313 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, css, ("CSS", AtomicString::ConstructFromLiteral)); AtomicString 314 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, xml, ("XML", AtomicString::ConstructFromLiteral)); AtomicString 341 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, sum, ("sum", AtomicString::ConstructFromLiteral)); AtomicString 342 Source/core/svg/SVGAnimationElement.cpp const AtomicString& value = fastGetAttribute(SVGNames::additiveAttr); AtomicString 348 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, sum, ("sum", AtomicString::ConstructFromLiteral)); AtomicString 349 Source/core/svg/SVGAnimationElement.cpp const AtomicString& value = fastGetAttribute(SVGNames::accumulateAttr); AtomicString 682 Source/core/svg/SVGAnimationElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, inherit, ("inherit", AtomicString::ConstructFromLiteral)); AtomicString 144 Source/core/svg/SVGAnimationElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 177 Source/core/svg/SVGAnimationElement.h void setAttributeType(const AtomicString&); AtomicString 197 Source/core/svg/SVGAnimationElement.h void setCalcMode(const AtomicString&); AtomicString 61 Source/core/svg/SVGCircleElement.cpp void SVGCircleElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 45 Source/core/svg/SVGCircleElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 53 Source/core/svg/SVGClipPathElement.cpp void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 45 Source/core/svg/SVGClipPathElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 83 Source/core/svg/SVGComponentTransferFunctionElement.cpp void SVGComponentTransferFunctionElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 50 Source/core/svg/SVGComponentTransferFunctionElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL; AtomicString 69 Source/core/svg/SVGCursorElement.cpp void SVGCursorElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 54 Source/core/svg/SVGCursorElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 60 Source/core/svg/SVGDocumentExtensions.cpp void SVGDocumentExtensions::addResource(const AtomicString& id, RenderSVGResourceContainer* resource) AtomicString 71 Source/core/svg/SVGDocumentExtensions.cpp void SVGDocumentExtensions::removeResource(const AtomicString& id) AtomicString 79 Source/core/svg/SVGDocumentExtensions.cpp RenderSVGResourceContainer* SVGDocumentExtensions::resourceById(const AtomicString& id) const AtomicString 163 Source/core/svg/SVGDocumentExtensions.cpp void SVGDocumentExtensions::addPendingResource(const AtomicString& id, Element* element) AtomicString 171 Source/core/svg/SVGDocumentExtensions.cpp HashMap<AtomicString, OwnPtr<SVGPendingElements> >::AddResult result = m_pendingResources.add(id, nullptr); AtomicString 179 Source/core/svg/SVGDocumentExtensions.cpp bool SVGDocumentExtensions::hasPendingResource(const AtomicString& id) const AtomicString 194 Source/core/svg/SVGDocumentExtensions.cpp HashMap<AtomicString, OwnPtr<SVGPendingElements> >::const_iterator end = m_pendingResources.end(); AtomicString 195 Source/core/svg/SVGDocumentExtensions.cpp for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::const_iterator it = m_pendingResources.begin(); it != end; ++it) { AtomicString 205 Source/core/svg/SVGDocumentExtensions.cpp bool SVGDocumentExtensions::isElementPendingResource(Element* element, const AtomicString& id) const AtomicString 227 Source/core/svg/SVGDocumentExtensions.cpp Vector<AtomicString> toBeRemoved; AtomicString 228 Source/core/svg/SVGDocumentExtensions.cpp HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator end = m_pendingResources.end(); AtomicString 229 Source/core/svg/SVGDocumentExtensions.cpp for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator it = m_pendingResources.begin(); it != end; ++it) { AtomicString 242 Source/core/svg/SVGDocumentExtensions.cpp Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end(); AtomicString 243 Source/core/svg/SVGDocumentExtensions.cpp for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != vectorEnd; ++it) AtomicString 249 Source/core/svg/SVGDocumentExtensions.cpp Vector<AtomicString> toBeRemoved; AtomicString 250 Source/core/svg/SVGDocumentExtensions.cpp HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator end = m_pendingResourcesForRemoval.end(); AtomicString 251 Source/core/svg/SVGDocumentExtensions.cpp for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator it = m_pendingResourcesForRemoval.begin(); it != end; ++it) { AtomicString 262 Source/core/svg/SVGDocumentExtensions.cpp Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end(); AtomicString 263 Source/core/svg/SVGDocumentExtensions.cpp for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != vectorEnd; ++it) AtomicString 268 Source/core/svg/SVGDocumentExtensions.cpp PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::removePendingResource(const AtomicString& id) AtomicString 274 Source/core/svg/SVGDocumentExtensions.cpp PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::removePendingResourceForRemoval(const AtomicString& id) AtomicString 280 Source/core/svg/SVGDocumentExtensions.cpp void SVGDocumentExtensions::markPendingResourcesForRemoval(const AtomicString& id) AtomicString 292 Source/core/svg/SVGDocumentExtensions.cpp Element* SVGDocumentExtensions::removeElementFromPendingResourcesForRemoval(const AtomicString& id) AtomicString 53 Source/core/svg/SVGDocumentExtensions.h void addResource(const AtomicString& id, RenderSVGResourceContainer*); AtomicString 54 Source/core/svg/SVGDocumentExtensions.h void removeResource(const AtomicString& id); AtomicString 55 Source/core/svg/SVGDocumentExtensions.h RenderSVGResourceContainer* resourceById(const AtomicString& id) const; AtomicString 97 Source/core/svg/SVGDocumentExtensions.h HashMap<AtomicString, RenderSVGResourceContainer*> m_resources; AtomicString 98 Source/core/svg/SVGDocumentExtensions.h HashMap<AtomicString, OwnPtr<SVGPendingElements> > m_pendingResources; // Resources that are pending. AtomicString 99 Source/core/svg/SVGDocumentExtensions.h HashMap<AtomicString, OwnPtr<SVGPendingElements> > m_pendingResourcesForRemoval; // Resources that are pending and scheduled for removal. AtomicString 111 Source/core/svg/SVGDocumentExtensions.h void addPendingResource(const AtomicString& id, Element*); AtomicString 112 Source/core/svg/SVGDocumentExtensions.h bool hasPendingResource(const AtomicString& id) const; AtomicString 114 Source/core/svg/SVGDocumentExtensions.h bool isElementPendingResource(Element*, const AtomicString& id) const; AtomicString 117 Source/core/svg/SVGDocumentExtensions.h PassOwnPtr<SVGPendingElements> removePendingResource(const AtomicString& id); AtomicString 122 Source/core/svg/SVGDocumentExtensions.h void markPendingResourcesForRemoval(const AtomicString&); AtomicString 123 Source/core/svg/SVGDocumentExtensions.h Element* removeElementFromPendingResourcesForRemoval(const AtomicString&); AtomicString 126 Source/core/svg/SVGDocumentExtensions.h PassOwnPtr<SVGPendingElements> removePendingResourceForRemoval(const AtomicString&); AtomicString 137 Source/core/svg/SVGElement.cpp AtomicString resourceId = getIdAttribute(); AtomicString 208 Source/core/svg/SVGElement.cpp void SVGElement::reportAttributeParsingError(SVGParsingError error, const QualifiedName& name, const AtomicString& value) AtomicString 276 Source/core/svg/SVGElement.cpp const AtomicString& SVGElement::xmlbase() const AtomicString 281 Source/core/svg/SVGElement.cpp void SVGElement::setXMLbase(const AtomicString& value) AtomicString 286 Source/core/svg/SVGElement.cpp const AtomicString& SVGElement::xmllang() const AtomicString 291 Source/core/svg/SVGElement.cpp void SVGElement::setXMLlang(const AtomicString& value) AtomicString 296 Source/core/svg/SVGElement.cpp const AtomicString& SVGElement::xmlspace() const AtomicString 301 Source/core/svg/SVGElement.cpp void SVGElement::setXMLspace(const AtomicString& value) AtomicString 611 Source/core/svg/SVGElement.cpp void SVGElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 624 Source/core/svg/SVGElement.cpp const AtomicString& eventName = HTMLElement::eventNameForAttributeName(name); AtomicString 725 Source/core/svg/SVGElement.cpp void SVGElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 752 Source/core/svg/SVGElement.cpp bool SVGElement::addEventListener(const AtomicString& eventType, PassRefPtr<EventListener> prpListener, bool useCapture) AtomicString 775 Source/core/svg/SVGElement.cpp bool SVGElement::removeEventListener(const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 896 Source/core/svg/SVGElement.cpp void SVGElement::attributeChanged(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason) AtomicString 918 Source/core/svg/SVGElement.cpp classAttributeChanged(AtomicString(m_className->currentValue()->value())); AtomicString 70 Source/core/svg/SVGElement.h const AtomicString& xmlbase() const; AtomicString 71 Source/core/svg/SVGElement.h void setXMLbase(const AtomicString&); AtomicString 73 Source/core/svg/SVGElement.h const AtomicString& xmllang() const; AtomicString 74 Source/core/svg/SVGElement.h void setXMLlang(const AtomicString&); AtomicString 76 Source/core/svg/SVGElement.h const AtomicString& xmlspace() const; AtomicString 77 Source/core/svg/SVGElement.h void setXMLspace(const AtomicString&); AtomicString 137 Source/core/svg/SVGElement.h virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) OVERRIDE FINAL; AtomicString 138 Source/core/svg/SVGElement.h virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture = false) OVERRIDE FINAL; AtomicString 152 Source/core/svg/SVGElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 155 Source/core/svg/SVGElement.h virtual void attributeChanged(const QualifiedName&, const AtomicString&, AttributeModificationReason = ModifiedDirectly) OVERRIDE; AtomicString 158 Source/core/svg/SVGElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 180 Source/core/svg/SVGElement.h void reportAttributeParsingError(SVGParsingError, const QualifiedName&, const AtomicString&); AtomicString 202 Source/core/svg/SVGElementInstance.cpp const AtomicString& SVGElementInstance::interfaceName() const AtomicString 212 Source/core/svg/SVGElementInstance.cpp bool SVGElementInstance::addEventListener(const AtomicString& eventType, PassRefPtr<EventListener> listener, bool useCapture) AtomicString 217 Source/core/svg/SVGElementInstance.cpp bool SVGElementInstance::removeEventListener(const AtomicString& eventType, EventListener* listener, bool useCapture) AtomicString 50 Source/core/svg/SVGElementInstance.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 53 Source/core/svg/SVGElementInstance.h virtual bool addEventListener(const AtomicString& eventType, PassRefPtr<EventListener>, bool useCapture = false) OVERRIDE; AtomicString 54 Source/core/svg/SVGElementInstance.h virtual bool removeEventListener(const AtomicString& eventType, EventListener*, bool useCapture = false) OVERRIDE; AtomicString 64 Source/core/svg/SVGEllipseElement.cpp void SVGEllipseElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 46 Source/core/svg/SVGEllipseElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 74 Source/core/svg/SVGFEBlendElement.cpp void SVGFEBlendElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 129 Source/core/svg/SVGFEBlendElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 130 Source/core/svg/SVGFEBlendElement.cpp FilterEffect* input2 = filterBuilder->getEffectById(AtomicString(m_in2->currentValue()->value())); AtomicString 43 Source/core/svg/SVGFEBlendElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 74 Source/core/svg/SVGFEColorMatrixElement.cpp void SVGFEColorMatrixElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 131 Source/core/svg/SVGFEColorMatrixElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 45 Source/core/svg/SVGFEColorMatrixElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 57 Source/core/svg/SVGFEComponentTransferElement.cpp void SVGFEComponentTransferElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 76 Source/core/svg/SVGFEComponentTransferElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 39 Source/core/svg/SVGFEComponentTransferElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 88 Source/core/svg/SVGFECompositeElement.cpp void SVGFECompositeElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 164 Source/core/svg/SVGFECompositeElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 165 Source/core/svg/SVGFECompositeElement.cpp FilterEffect* input2 = filterBuilder->getEffectById(AtomicString(m_in2->currentValue()->value())); AtomicString 49 Source/core/svg/SVGFECompositeElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 97 Source/core/svg/SVGFEConvolveMatrixElement.cpp void SVGFEConvolveMatrixElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 191 Source/core/svg/SVGFEConvolveMatrixElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 58 Source/core/svg/SVGFEConvolveMatrixElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 66 Source/core/svg/SVGFEDiffuseLightingElement.cpp void SVGFEDiffuseLightingElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 170 Source/core/svg/SVGFEDiffuseLightingElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 49 Source/core/svg/SVGFEDiffuseLightingElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 79 Source/core/svg/SVGFEDisplacementMapElement.cpp void SVGFEDisplacementMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 142 Source/core/svg/SVGFEDisplacementMapElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 143 Source/core/svg/SVGFEDisplacementMapElement.cpp FilterEffect* input2 = filterBuilder->getEffectById(AtomicString(m_in2->currentValue()->value())); AtomicString 48 Source/core/svg/SVGFEDisplacementMapElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 72 Source/core/svg/SVGFEDropShadowElement.cpp void SVGFEDropShadowElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 130 Source/core/svg/SVGFEDropShadowElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 46 Source/core/svg/SVGFEDropShadowElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 50 Source/core/svg/SVGFEDropShadowElement.h static const AtomicString& stdDeviationXIdentifier(); AtomicString 51 Source/core/svg/SVGFEDropShadowElement.h static const AtomicString& stdDeviationYIdentifier(); AtomicString 66 Source/core/svg/SVGFEGaussianBlurElement.cpp void SVGFEGaussianBlurElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 104 Source/core/svg/SVGFEGaussianBlurElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 44 Source/core/svg/SVGFEGaussianBlurElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 89 Source/core/svg/SVGFEImageElement.cpp AtomicString id; AtomicString 117 Source/core/svg/SVGFEImageElement.cpp void SVGFEImageElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 51 Source/core/svg/SVGFEImageElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 91 Source/core/svg/SVGFELightElement.cpp void SVGFELightElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 64 Source/core/svg/SVGFELightElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL; AtomicString 48 Source/core/svg/SVGFEMergeElement.cpp FilterEffect* mergeEffect = filterBuilder->getEffectById(AtomicString(element->in1()->currentValue()->value())); AtomicString 51 Source/core/svg/SVGFEMergeNodeElement.cpp void SVGFEMergeNodeElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 39 Source/core/svg/SVGFEMergeNodeElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 79 Source/core/svg/SVGFEMorphologyElement.cpp void SVGFEMorphologyElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 140 Source/core/svg/SVGFEMorphologyElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 47 Source/core/svg/SVGFEMorphologyElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 61 Source/core/svg/SVGFEOffsetElement.cpp void SVGFEOffsetElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 101 Source/core/svg/SVGFEOffsetElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 41 Source/core/svg/SVGFEOffsetElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 69 Source/core/svg/SVGFESpecularLightingElement.cpp void SVGFESpecularLightingElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 177 Source/core/svg/SVGFESpecularLightingElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 49 Source/core/svg/SVGFESpecularLightingElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 54 Source/core/svg/SVGFESpecularLightingElement.h static const AtomicString& kernelUnitLengthXIdentifier(); AtomicString 55 Source/core/svg/SVGFESpecularLightingElement.h static const AtomicString& kernelUnitLengthYIdentifier(); AtomicString 53 Source/core/svg/SVGFETileElement.cpp void SVGFETileElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 89 Source/core/svg/SVGFETileElement.cpp FilterEffect* input1 = filterBuilder->getEffectById(AtomicString(m_in1->currentValue()->value())); AtomicString 38 Source/core/svg/SVGFETileElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 88 Source/core/svg/SVGFETurbulenceElement.cpp void SVGFETurbulenceElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 57 Source/core/svg/SVGFETurbulenceElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 94 Source/core/svg/SVGFilterElement.cpp void SVGFilterElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 62 Source/core/svg/SVGFilterElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 70 Source/core/svg/SVGFilterPrimitiveStandardAttributes.cpp void SVGFilterPrimitiveStandardAttributes::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 63 Source/core/svg/SVGFilterPrimitiveStandardAttributes.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 53 Source/core/svg/SVGFitToViewBox.h bool parseAttribute(const QualifiedName& name, const AtomicString& value, Document& document, SVGParsingError& parseError) AtomicString 176 Source/core/svg/SVGFontData.cpp Vector<AtomicString> altGlyphNames; AtomicString 171 Source/core/svg/SVGFontElement.cpp AtomicString unicode = glyph.fastGetAttribute(SVGNames::unicodeAttr); AtomicString 172 Source/core/svg/SVGFontElement.cpp AtomicString glyphId = glyph.getIdAttribute(); AtomicString 112 Source/core/svg/SVGFontFaceElement.cpp void SVGFontFaceElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 126 Source/core/svg/SVGFontFaceElement.cpp const AtomicString& value = fastGetAttribute(units_per_emAttr); AtomicString 179 Source/core/svg/SVGFontFaceElement.cpp const AtomicString& value = m_fontElement->fastGetAttribute(vert_origin_xAttr); AtomicString 194 Source/core/svg/SVGFontFaceElement.cpp const AtomicString& value = m_fontElement->fastGetAttribute(vert_origin_yAttr); AtomicString 208 Source/core/svg/SVGFontFaceElement.cpp const AtomicString& value = m_fontElement->fastGetAttribute(vert_adv_yAttr); AtomicString 221 Source/core/svg/SVGFontFaceElement.cpp const AtomicString& ascentValue = fastGetAttribute(ascentAttr); AtomicString 226 Source/core/svg/SVGFontFaceElement.cpp const AtomicString& vertOriginY = m_fontElement->fastGetAttribute(vert_origin_yAttr); AtomicString 240 Source/core/svg/SVGFontFaceElement.cpp const AtomicString& descentValue = fastGetAttribute(descentAttr); AtomicString 250 Source/core/svg/SVGFontFaceElement.cpp const AtomicString& vertOriginY = m_fontElement->fastGetAttribute(vert_origin_yAttr); AtomicString 58 Source/core/svg/SVGFontFaceElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 57 Source/core/svg/SVGFontFaceUriElement.cpp AtomicString value(fastGetAttribute(formatAttr)); AtomicString 62 Source/core/svg/SVGFontFaceUriElement.cpp void SVGFontFaceUriElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 93 Source/core/svg/SVGFontFaceUriElement.cpp const AtomicString& href = getAttribute(XLinkNames::hrefAttr); AtomicString 44 Source/core/svg/SVGFontFaceUriElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 68 Source/core/svg/SVGForeignObjectElement.cpp void SVGForeignObjectElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 44 Source/core/svg/SVGForeignObjectElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 50 Source/core/svg/SVGGElement.cpp void SVGGElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 42 Source/core/svg/SVGGElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 51 Source/core/svg/SVGGlyphElement.cpp void SVGGlyphElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 72 Source/core/svg/SVGGlyphElement.cpp static inline SVGGlyph::ArabicForm parseArabicForm(const AtomicString& value) AtomicString 86 Source/core/svg/SVGGlyphElement.cpp static inline SVGGlyph::Orientation parseOrientation(const AtomicString& value) AtomicString 113 Source/core/svg/SVGGlyphElement.cpp AtomicString value(element->fastGetAttribute(name)); AtomicString 51 Source/core/svg/SVGGlyphElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 47 Source/core/svg/SVGGlyphRefElement.cpp bool SVGGlyphRefElement::hasValidGlyphElement(AtomicString& glyphName) const AtomicString 56 Source/core/svg/SVGGlyphRefElement.cpp void SVGGlyphRefElement::parseAttributeInternal(const QualifiedName& name, const AtomicString& value) AtomicString 78 Source/core/svg/SVGGlyphRefElement.cpp void SVGGlyphRefElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 86 Source/core/svg/SVGGlyphRefElement.cpp const AtomicString& SVGGlyphRefElement::glyphRef() const AtomicString 91 Source/core/svg/SVGGlyphRefElement.cpp void SVGGlyphRefElement::setGlyphRef(const AtomicString&) AtomicString 35 Source/core/svg/SVGGlyphRefElement.h bool hasValidGlyphElement(AtomicString& glyphName) const; AtomicString 36 Source/core/svg/SVGGlyphRefElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 39 Source/core/svg/SVGGlyphRefElement.h const AtomicString& glyphRef() const; AtomicString 40 Source/core/svg/SVGGlyphRefElement.h void setGlyphRef(const AtomicString&); AtomicString 54 Source/core/svg/SVGGlyphRefElement.h void parseAttributeInternal(const QualifiedName&, const AtomicString&); AtomicString 75 Source/core/svg/SVGGradientElement.cpp void SVGGradientElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 63 Source/core/svg/SVGGradientElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 173 Source/core/svg/SVGGraphicsElement.cpp void SVGGraphicsElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 75 Source/core/svg/SVGGraphicsElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 93 Source/core/svg/SVGImageElement.cpp void SVGImageElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 103 Source/core/svg/SVGImageElement.cpp void SVGImageElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 221 Source/core/svg/SVGImageElement.cpp const AtomicString SVGImageElement::imageSourceURL() const AtomicString 223 Source/core/svg/SVGImageElement.cpp return AtomicString(hrefString()); AtomicString 54 Source/core/svg/SVGImageElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 56 Source/core/svg/SVGImageElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE; AtomicString 64 Source/core/svg/SVGImageElement.h virtual const AtomicString imageSourceURL() const OVERRIDE; AtomicString 47 Source/core/svg/SVGImageLoader.cpp String SVGImageLoader::sourceURI(const AtomicString& attribute) const AtomicString 35 Source/core/svg/SVGImageLoader.h virtual String sourceURI(const AtomicString&) const OVERRIDE; AtomicString 63 Source/core/svg/SVGLineElement.cpp void SVGLineElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 46 Source/core/svg/SVGLineElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 71 Source/core/svg/SVGLinearGradientElement.cpp void SVGLinearGradientElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 47 Source/core/svg/SVGLinearGradientElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 56 Source/core/svg/SVGMPathElement.cpp AtomicString id; AtomicString 106 Source/core/svg/SVGMPathElement.cpp void SVGMPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 53 Source/core/svg/SVGMPathElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 94 Source/core/svg/SVGMarkerElement.cpp void SVGMarkerElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 78 Source/core/svg/SVGMarkerElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 81 Source/core/svg/SVGMaskElement.cpp void SVGMaskElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 52 Source/core/svg/SVGMaskElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 195 Source/core/svg/SVGPathElement.cpp void SVGPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 104 Source/core/svg/SVGPathElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 82 Source/core/svg/SVGPatternElement.cpp void SVGPatternElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 68 Source/core/svg/SVGPatternElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 49 Source/core/svg/SVGPolyElement.cpp void SVGPolyElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 45 Source/core/svg/SVGPolyElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL; AtomicString 81 Source/core/svg/SVGRadialGradientElement.cpp void SVGRadialGradientElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 49 Source/core/svg/SVGRadialGradientElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 70 Source/core/svg/SVGRectElement.cpp void SVGRectElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 48 Source/core/svg/SVGRectElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 106 Source/core/svg/SVGSVGElement.cpp const AtomicString& SVGSVGElement::contentScriptType() const AtomicString 108 Source/core/svg/SVGSVGElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/ecmascript", AtomicString::ConstructFromLiteral)); AtomicString 109 Source/core/svg/SVGSVGElement.cpp const AtomicString& n = fastGetAttribute(SVGNames::contentScriptTypeAttr); AtomicString 113 Source/core/svg/SVGSVGElement.cpp void SVGSVGElement::setContentScriptType(const AtomicString& type) AtomicString 118 Source/core/svg/SVGSVGElement.cpp const AtomicString& SVGSVGElement::contentStyleType() const AtomicString 120 Source/core/svg/SVGSVGElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/css", AtomicString::ConstructFromLiteral)); AtomicString 121 Source/core/svg/SVGSVGElement.cpp const AtomicString& n = fastGetAttribute(SVGNames::contentStyleTypeAttr); AtomicString 125 Source/core/svg/SVGSVGElement.cpp void SVGSVGElement::setContentStyleType(const AtomicString& type) AtomicString 241 Source/core/svg/SVGSVGElement.cpp void SVGSVGElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 818 Source/core/svg/SVGSVGElement.cpp Element* SVGSVGElement::getElementById(const AtomicString& id) const AtomicString 55 Source/core/svg/SVGSVGElement.h const AtomicString& contentScriptType() const; AtomicString 56 Source/core/svg/SVGSVGElement.h void setContentScriptType(const AtomicString& type); AtomicString 58 Source/core/svg/SVGSVGElement.h const AtomicString& contentStyleType() const; AtomicString 59 Source/core/svg/SVGSVGElement.h void setContentStyleType(const AtomicString& type); AtomicString 123 Source/core/svg/SVGSVGElement.h Element* getElementById(const AtomicString&) const; AtomicString 137 Source/core/svg/SVGSVGElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 60 Source/core/svg/SVGScriptElement.cpp void SVGScriptElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 125 Source/core/svg/SVGScriptElement.cpp return attribute.name() == AtomicString(sourceAttributeValue()); AtomicString 52 Source/core/svg/SVGScriptElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 53 Source/core/svg/SVGStopElement.cpp void SVGStopElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 42 Source/core/svg/SVGStopElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 63 Source/core/svg/SVGStyleElement.cpp const AtomicString& SVGStyleElement::type() const AtomicString 65 Source/core/svg/SVGStyleElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/css", AtomicString::ConstructFromLiteral)); AtomicString 66 Source/core/svg/SVGStyleElement.cpp const AtomicString& n = getAttribute(SVGNames::typeAttr); AtomicString 70 Source/core/svg/SVGStyleElement.cpp void SVGStyleElement::setType(const AtomicString& type) AtomicString 75 Source/core/svg/SVGStyleElement.cpp const AtomicString& SVGStyleElement::media() const AtomicString 77 Source/core/svg/SVGStyleElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("all", AtomicString::ConstructFromLiteral)); AtomicString 78 Source/core/svg/SVGStyleElement.cpp const AtomicString& n = fastGetAttribute(SVGNames::mediaAttr); AtomicString 82 Source/core/svg/SVGStyleElement.cpp void SVGStyleElement::setMedia(const AtomicString& media) AtomicString 92 Source/core/svg/SVGStyleElement.cpp void SVGStyleElement::setTitle(const AtomicString& title) AtomicString 105 Source/core/svg/SVGStyleElement.cpp void SVGStyleElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 41 Source/core/svg/SVGStyleElement.h virtual const AtomicString& type() const OVERRIDE; AtomicString 42 Source/core/svg/SVGStyleElement.h void setType(const AtomicString&); AtomicString 44 Source/core/svg/SVGStyleElement.h virtual const AtomicString& media() const OVERRIDE; AtomicString 45 Source/core/svg/SVGStyleElement.h void setMedia(const AtomicString&); AtomicString 48 Source/core/svg/SVGStyleElement.h void setTitle(const AtomicString&); AtomicString 54 Source/core/svg/SVGStyleElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 52 Source/core/svg/SVGSymbolElement.cpp void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 41 Source/core/svg/SVGSymbolElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 85 Source/core/svg/SVGTests.cpp bool SVGTests::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 42 Source/core/svg/SVGTests.h bool parseAttribute(const QualifiedName&, const AtomicString&); AtomicString 218 Source/core/svg/SVGTextContentElement.cpp void SVGTextContentElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) AtomicString 223 Source/core/svg/SVGTextContentElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, preserveString, ("preserve", AtomicString::ConstructFromLiteral)); AtomicString 232 Source/core/svg/SVGTextContentElement.cpp void SVGTextContentElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 72 Source/core/svg/SVGTextContentElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 74 Source/core/svg/SVGTextContentElement.h virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE FINAL; AtomicString 95 Source/core/svg/SVGTextPathElement.cpp void SVGTextPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 154 Source/core/svg/SVGTextPathElement.cpp AtomicString id; AtomicString 75 Source/core/svg/SVGTextPathElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 64 Source/core/svg/SVGTextPositioningElement.cpp void SVGTextPositioningElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 45 Source/core/svg/SVGTextPositioningElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE FINAL; AtomicString 42 Source/core/svg/SVGURIReference.cpp AtomicString SVGURIReference::fragmentIdentifierFromIRIString(const String& url, const Document& document) AtomicString 50 Source/core/svg/SVGURIReference.cpp return AtomicString(url.substring(start + 1)); AtomicString 55 Source/core/svg/SVGURIReference.cpp static inline KURL urlFromIRIStringWithFragmentIdentifier(const String& url, const Document& document, AtomicString& fragmentIdentifier) AtomicString 62 Source/core/svg/SVGURIReference.cpp fragmentIdentifier = AtomicString(url.substring(startOfFragmentIdentifier + 1)); AtomicString 71 Source/core/svg/SVGURIReference.cpp Element* SVGURIReference::targetElementFromIRIString(const String& iri, const Document& document, AtomicString* fragmentIdentifier, Document* externalDocument) AtomicString 74 Source/core/svg/SVGURIReference.cpp AtomicString id; AtomicString 103 Source/core/svg/SVGURIReference.cpp bool SVGURIReference::parseAttribute(const QualifiedName& name, const AtomicString& value, SVGParsingError& parseError) AtomicString 39 Source/core/svg/SVGURIReference.h static AtomicString fragmentIdentifierFromIRIString(const String&, const Document&); AtomicString 40 Source/core/svg/SVGURIReference.h static Element* targetElementFromIRIString(const String&, const Document&, AtomicString* = 0, Document* = 0); AtomicString 59 Source/core/svg/SVGURIReference.h bool parseAttribute(const QualifiedName&, const AtomicString& value, SVGParsingError&); AtomicString 121 Source/core/svg/SVGUseElement.cpp void SVGUseElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 379 Source/core/svg/SVGUseElement.cpp AtomicString id; AtomicString 624 Source/core/svg/SVGUseElement.cpp AtomicString targetId = newTarget->getIdAttribute(); AtomicString 804 Source/core/svg/SVGUseElement.cpp ASSERT(AtomicString(target->nodeName()) == SVGNames::gTag); AtomicString 807 Source/core/svg/SVGUseElement.cpp ASSERT(AtomicString(target->nodeName()) == SVGNames::svgTag); AtomicString 809 Source/core/svg/SVGUseElement.cpp ASSERT(AtomicString(target->nodeName()) == originalElement->nodeName()); AtomicString 69 Source/core/svg/SVGUseElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 53 Source/core/svg/SVGViewElement.cpp void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 49 Source/core/svg/SVGViewElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 77 Source/core/svg/SVGViewSpec.cpp Element* element = m_contextElement->treeScope().getElementById(AtomicString(m_viewTargetString)); AtomicString 62 Source/core/svg/SVGZoomAndPan.h bool parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 78 Source/core/svg/SVGZoomEvent.cpp const AtomicString& SVGZoomEvent::interfaceName() const AtomicString 51 Source/core/svg/SVGZoomEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 52 Source/core/svg/animation/SVGSMILElement.cpp static PassRefPtrWillBeRawPtr<RepeatEvent> create(const AtomicString& type, int repeat) AtomicString 67 Source/core/svg/animation/SVGSMILElement.cpp RepeatEvent(const AtomicString& type, bool canBubble, bool cancelable, int repeat = -1) AtomicString 227 Source/core/svg/animation/SVGSMILElement.cpp AtomicString id; AtomicString 228 Source/core/svg/animation/SVGSMILElement.cpp AtomicString href = getAttribute(XLinkNames::hrefAttr); AtomicString 259 Source/core/svg/animation/SVGSMILElement.cpp static inline QualifiedName constructQualifiedName(const SVGElement* svgElement, const AtomicString& attributeName) AtomicString 267 Source/core/svg/animation/SVGSMILElement.cpp AtomicString prefix; AtomicString 268 Source/core/svg/animation/SVGSMILElement.cpp AtomicString localName; AtomicString 272 Source/core/svg/animation/SVGSMILElement.cpp const AtomicString& namespaceURI = svgElement->lookupNamespaceURI(prefix); AtomicString 381 Source/core/svg/animation/SVGSMILElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite", AtomicString::ConstructFromLiteral)); AtomicString 517 Source/core/svg/animation/SVGSMILElement.cpp void SVGSMILElement::parseAttribute(const QualifiedName& name, const AtomicString& value) AtomicString 581 Source/core/svg/animation/SVGSMILElement.cpp Element* eventBase = condition.m_baseID.isEmpty() ? targetElement() : treeScope().getElementById(AtomicString(condition.m_baseID)); AtomicString 596 Source/core/svg/animation/SVGSMILElement.cpp condition.m_syncbase = treeScope().getElementById(AtomicString(condition.m_baseID)); AtomicString 630 Source/core/svg/animation/SVGSMILElement.cpp if (!condition.m_baseID.isEmpty() && !document().accessSVGExtensions().isElementPendingResource(this, AtomicString(condition.m_baseID))) AtomicString 631 Source/core/svg/animation/SVGSMILElement.cpp document().accessSVGExtensions().addPendingResource(AtomicString(condition.m_baseID), this); AtomicString 636 Source/core/svg/animation/SVGSMILElement.cpp eventBase->addEventListener(AtomicString(condition.m_name), condition.m_eventListener, false); AtomicString 657 Source/core/svg/animation/SVGSMILElement.cpp eventBase->removeEventListener(AtomicString(condition.m_name), condition.m_eventListener.get(), false); AtomicString 714 Source/core/svg/animation/SVGSMILElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, never, ("never", AtomicString::ConstructFromLiteral)); AtomicString 715 Source/core/svg/animation/SVGSMILElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, whenNotActive, ("whenNotActive", AtomicString::ConstructFromLiteral)); AtomicString 716 Source/core/svg/animation/SVGSMILElement.cpp const AtomicString& value = fastGetAttribute(SVGNames::restartAttr); AtomicString 726 Source/core/svg/animation/SVGSMILElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, freeze, ("freeze", AtomicString::ConstructFromLiteral)); AtomicString 727 Source/core/svg/animation/SVGSMILElement.cpp const AtomicString& value = fastGetAttribute(SVGNames::fillAttr); AtomicString 735 Source/core/svg/animation/SVGSMILElement.cpp const AtomicString& value = fastGetAttribute(SVGNames::durAttr); AtomicString 744 Source/core/svg/animation/SVGSMILElement.cpp const AtomicString& value = fastGetAttribute(SVGNames::repeatDurAttr); AtomicString 756 Source/core/svg/animation/SVGSMILElement.cpp const AtomicString& value = fastGetAttribute(SVGNames::repeatCountAttr); AtomicString 758 Source/core/svg/animation/SVGSMILElement.cpp DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite", AtomicString::ConstructFromLiteral)); AtomicString 776 Source/core/svg/animation/SVGSMILElement.cpp const AtomicString& value = fastGetAttribute(SVGNames::maxAttr); AtomicString 785 Source/core/svg/animation/SVGSMILElement.cpp const AtomicString& value = fastGetAttribute(SVGNames::minAttr); AtomicString 1323 Source/core/svg/animation/SVGSMILElement.cpp const AtomicString& eventType = eventSender->eventType(); AtomicString 50 Source/core/svg/animation/SVGSMILElement.h virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; AtomicString 35 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp void SVGFilterBuilder::add(const AtomicString& id, PassRefPtr<FilterEffect> effect) AtomicString 49 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp FilterEffect* SVGFilterBuilder::getEffectById(const AtomicString& id) const AtomicString 41 Source/core/svg/graphics/filters/SVGFilterBuilder.h void add(const AtomicString& id, PassRefPtr<FilterEffect>); AtomicString 43 Source/core/svg/graphics/filters/SVGFilterBuilder.h FilterEffect* getEffectById(const AtomicString& id) const; AtomicString 66 Source/core/svg/graphics/filters/SVGFilterBuilder.h HashMap<AtomicString, RefPtr<FilterEffect> >::iterator end = m_builtinEffects.end(); AtomicString 67 Source/core/svg/graphics/filters/SVGFilterBuilder.h for (HashMap<AtomicString, RefPtr<FilterEffect> >::iterator iterator = m_builtinEffects.begin(); iterator != end; ++iterator) AtomicString 71 Source/core/svg/graphics/filters/SVGFilterBuilder.h HashMap<AtomicString, RefPtr<FilterEffect> > m_builtinEffects; AtomicString 72 Source/core/svg/graphics/filters/SVGFilterBuilder.h HashMap<AtomicString, RefPtr<FilterEffect> > m_namedEffects; AtomicString 72 Source/core/svg/properties/SVGAnimatedProperty.cpp AtomicString value(currentValueBase()->valueAsString()); AtomicString 228 Source/core/testing/InternalSettings.cpp void InternalSettings::setStandardFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) AtomicString 238 Source/core/testing/InternalSettings.cpp void InternalSettings::setSerifFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) AtomicString 248 Source/core/testing/InternalSettings.cpp void InternalSettings::setSansSerifFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) AtomicString 258 Source/core/testing/InternalSettings.cpp void InternalSettings::setFixedFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) AtomicString 268 Source/core/testing/InternalSettings.cpp void InternalSettings::setCursiveFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) AtomicString 278 Source/core/testing/InternalSettings.cpp void InternalSettings::setFantasyFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) AtomicString 288 Source/core/testing/InternalSettings.cpp void InternalSettings::setPictographFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) AtomicString 86 Source/core/testing/InternalSettings.h void setStandardFontFamily(const AtomicString& family, const String& script, ExceptionState&); AtomicString 87 Source/core/testing/InternalSettings.h void setSerifFontFamily(const AtomicString& family, const String& script, ExceptionState&); AtomicString 88 Source/core/testing/InternalSettings.h void setSansSerifFontFamily(const AtomicString& family, const String& script, ExceptionState&); AtomicString 89 Source/core/testing/InternalSettings.h void setFixedFontFamily(const AtomicString& family, const String& script, ExceptionState&); AtomicString 90 Source/core/testing/InternalSettings.h void setCursiveFontFamily(const AtomicString& family, const String& script, ExceptionState&); AtomicString 91 Source/core/testing/InternalSettings.h void setFantasyFontFamily(const AtomicString& family, const String& script, ExceptionState&); AtomicString 92 Source/core/testing/InternalSettings.h void setPictographFontFamily(const AtomicString& family, const String& script, ExceptionState&); AtomicString 209 Source/core/testing/Internals.cpp WebCore::overrideUserPreferredLanguages(Vector<AtomicString>()); AtomicString 405 Source/core/testing/Internals.cpp bool Internals::hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState& exceptionState) AtomicString 415 Source/core/testing/Internals.cpp bool Internals::hasSelectorForClassInShadow(Element* host, const AtomicString& className, ExceptionState& exceptionState) AtomicString 425 Source/core/testing/Internals.cpp bool Internals::hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState& exceptionState) AtomicString 675 Source/core/testing/Internals.cpp const AtomicString& Internals::shadowPseudoId(Element* element, ExceptionState& exceptionState) AtomicString 685 Source/core/testing/Internals.cpp void Internals::setShadowPseudoId(Element* element, const AtomicString& id, ExceptionState& exceptionState) AtomicString 1256 Source/core/testing/Internals.cpp Vector<AtomicString> Internals::userPreferredLanguages() const AtomicString 1265 Source/core/testing/Internals.cpp Vector<AtomicString> atomicLanguages; AtomicString 1267 Source/core/testing/Internals.cpp atomicLanguages.append(AtomicString(languages[i])); AtomicString 107 Source/core/testing/Internals.h const AtomicString& shadowPseudoId(Element*, ExceptionState&); AtomicString 108 Source/core/testing/Internals.h void setShadowPseudoId(Element*, const AtomicString&, ExceptionState&); AtomicString 117 Source/core/testing/Internals.h bool hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState&); AtomicString 118 Source/core/testing/Internals.h bool hasSelectorForClassInShadow(Element* host, const AtomicString& className, ExceptionState&); AtomicString 119 Source/core/testing/Internals.h bool hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState&); AtomicString 183 Source/core/testing/Internals.h Vector<AtomicString> userPreferredLanguages() const; AtomicString 61 Source/core/timing/Performance.cpp const AtomicString& Performance::interfaceName() const AtomicString 162 Source/core/timing/Performance.cpp AtomicallyInitializedStatic(AtomicString&, timingAllowOrigin = *new AtomicString("timing-allow-origin")); AtomicString 168 Source/core/timing/Performance.cpp const AtomicString& timingAllowOriginString = response.httpHeaderField(timingAllowOrigin); AtomicString 68 Source/core/timing/Performance.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 68 Source/core/timing/PerformanceResourceTiming.cpp AtomicString PerformanceResourceTiming::initiatorType() const AtomicString 61 Source/core/timing/PerformanceResourceTiming.h AtomicString initiatorType() const; AtomicString 86 Source/core/timing/PerformanceResourceTiming.h AtomicString m_initiatorType; AtomicString 42 Source/core/timing/ResourceTimingInfo.h static PassRefPtr<ResourceTimingInfo> create(const AtomicString& type, const double time) AtomicString 49 Source/core/timing/ResourceTimingInfo.h void setInitiatorType(const AtomicString& type) { m_type = type; } AtomicString 50 Source/core/timing/ResourceTimingInfo.h const AtomicString& initiatorType() const { return m_type; } AtomicString 72 Source/core/timing/ResourceTimingInfo.h ResourceTimingInfo(const AtomicString& type, const double time) AtomicString 78 Source/core/timing/ResourceTimingInfo.h AtomicString m_type; AtomicString 61 Source/core/workers/DedicatedWorkerGlobalScope.cpp const AtomicString& DedicatedWorkerGlobalScope::interfaceName() const AtomicString 56 Source/core/workers/DedicatedWorkerGlobalScope.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 94 Source/core/workers/SharedWorker.cpp const AtomicString& SharedWorker::interfaceName() const AtomicString 51 Source/core/workers/SharedWorker.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 71 Source/core/workers/SharedWorkerGlobalScope.cpp const AtomicString& SharedWorkerGlobalScope::interfaceName() const AtomicString 53 Source/core/workers/SharedWorkerGlobalScope.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 90 Source/core/workers/Worker.cpp const AtomicString& Worker::interfaceName() const AtomicString 54 Source/core/workers/Worker.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 44 Source/core/xml/NativeXPathNSResolver.cpp AtomicString NativeXPathNSResolver::lookupNamespaceURI(const String& prefix) AtomicString 44 Source/core/xml/NativeXPathNSResolver.h virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE; AtomicString 109 Source/core/xml/XMLHttpRequest.cpp static bool isSetCookieHeader(const AtomicString& name) AtomicString 245 Source/core/xml/XMLHttpRequest.cpp AtomicString mimeType = responseMIMEType(); AtomicString 477 Source/core/xml/XMLHttpRequest.cpp AtomicString XMLHttpRequest::uppercaseKnownHTTPMethod(const AtomicString& method) AtomicString 513 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::open(const AtomicString& method, const KURL& url, ExceptionState& exceptionState) AtomicString 518 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, ExceptionState& exceptionState) AtomicString 588 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, const String& user, ExceptionState& exceptionState) AtomicString 596 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::open(const AtomicString& method, const KURL& url, bool async, const String& user, const String& password, ExceptionState& exceptionState) AtomicString 670 Source/core/xml/XMLHttpRequest.cpp m_requestHeaders.set("Content-Type", AtomicString(contentType)); AtomicString 692 Source/core/xml/XMLHttpRequest.cpp setRequestHeaderInternal("Content-Type", AtomicString(blobType)); AtomicString 721 Source/core/xml/XMLHttpRequest.cpp AtomicString contentType = AtomicString("multipart/form-data; boundary=", AtomicString::ConstructFromLiteral) + m_requestEntityBody->boundary().data(); AtomicString 971 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::dispatchEventAndLoadEnd(const AtomicString& type, long long receivedLength, long long expectedLength) AtomicString 980 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::dispatchThrottledProgressEvent(const AtomicString& type, long long receivedLength, long long expectedLength) AtomicString 992 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::dispatchThrottledProgressEventSnapshot(const AtomicString& type) AtomicString 1022 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::handleRequestError(ExceptionCode exceptionCode, const AtomicString& type, long long receivedLength, long long expectedLength) AtomicString 1060 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::overrideMimeType(const AtomicString& override) AtomicString 1065 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::setRequestHeader(const AtomicString& name, const AtomicString& value, ExceptionState& exceptionState) AtomicString 1091 Source/core/xml/XMLHttpRequest.cpp void XMLHttpRequest::setRequestHeaderInternal(const AtomicString& name, const AtomicString& value) AtomicString 1098 Source/core/xml/XMLHttpRequest.cpp const AtomicString& XMLHttpRequest::getRequestHeader(const AtomicString& name) const AtomicString 1137 Source/core/xml/XMLHttpRequest.cpp const AtomicString& XMLHttpRequest::getResponseHeader(const AtomicString& name) const AtomicString 1158 Source/core/xml/XMLHttpRequest.cpp AtomicString XMLHttpRequest::responseMIMEType() const AtomicString 1160 Source/core/xml/XMLHttpRequest.cpp AtomicString mimeType = extractMIMETypeFromMediaType(m_mimeTypeOverride); AtomicString 1168 Source/core/xml/XMLHttpRequest.cpp mimeType = AtomicString("text/xml", AtomicString::ConstructFromLiteral); AtomicString 1384 Source/core/xml/XMLHttpRequest.cpp const AtomicString& XMLHttpRequest::interfaceName() const AtomicString 92 Source/core/xml/XMLHttpRequest.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 101 Source/core/xml/XMLHttpRequest.h void open(const AtomicString& method, const KURL&, ExceptionState&); AtomicString 102 Source/core/xml/XMLHttpRequest.h void open(const AtomicString& method, const KURL&, bool async, ExceptionState&); AtomicString 103 Source/core/xml/XMLHttpRequest.h void open(const AtomicString& method, const KURL&, bool async, const String& user, ExceptionState&); AtomicString 104 Source/core/xml/XMLHttpRequest.h void open(const AtomicString& method, const KURL&, bool async, const String& user, const String& password, ExceptionState&); AtomicString 113 Source/core/xml/XMLHttpRequest.h void setRequestHeader(const AtomicString& name, const AtomicString& value, ExceptionState&); AtomicString 114 Source/core/xml/XMLHttpRequest.h void overrideMimeType(const AtomicString& override); AtomicString 116 Source/core/xml/XMLHttpRequest.h const AtomicString& getResponseHeader(const AtomicString&) const; AtomicString 129 Source/core/xml/XMLHttpRequest.h static AtomicString uppercaseKnownHTTPMethod(const AtomicString&); AtomicString 161 Source/core/xml/XMLHttpRequest.h AtomicString responseMIMEType() const; AtomicString 169 Source/core/xml/XMLHttpRequest.h const AtomicString& getRequestHeader(const AtomicString& name) const; AtomicString 170 Source/core/xml/XMLHttpRequest.h void setRequestHeaderInternal(const AtomicString& name, const AtomicString& value); AtomicString 191 Source/core/xml/XMLHttpRequest.h void dispatchEventAndLoadEnd(const AtomicString&, long long, long long); AtomicString 194 Source/core/xml/XMLHttpRequest.h void dispatchThrottledProgressEvent(const AtomicString&, long long, long long); AtomicString 198 Source/core/xml/XMLHttpRequest.h void dispatchThrottledProgressEventSnapshot(const AtomicString&); AtomicString 209 Source/core/xml/XMLHttpRequest.h void handleRequestError(ExceptionCode, const AtomicString&, long long, long long); AtomicString 214 Source/core/xml/XMLHttpRequest.h AtomicString m_method; AtomicString 217 Source/core/xml/XMLHttpRequest.h AtomicString m_mimeTypeOverride; AtomicString 40 Source/core/xml/XMLHttpRequestProgressEvent.h static PassRefPtrWillBeRawPtr<XMLHttpRequestProgressEvent> create(const AtomicString& type, bool lengthComputable = false, unsigned long long loaded = 0, unsigned long long total = 0) AtomicString 49 Source/core/xml/XMLHttpRequestProgressEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::XMLHttpRequestProgressEvent; } AtomicString 59 Source/core/xml/XMLHttpRequestProgressEvent.h XMLHttpRequestProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) AtomicString 101 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp void XMLHttpRequestProgressEventThrottle::dispatchEventAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned long long bytesSent, unsigned long long total) AtomicString 58 Source/core/xml/XMLHttpRequestProgressEventThrottle.h void dispatchEventAndLoadEnd(const AtomicString&, bool, unsigned long long, unsigned long long); AtomicString 44 Source/core/xml/XMLHttpRequestUpload.cpp const AtomicString& XMLHttpRequestUpload::interfaceName() const AtomicString 61 Source/core/xml/XMLHttpRequestUpload.cpp void XMLHttpRequestUpload::dispatchEventAndLoadEnd(const AtomicString& type, bool lengthComputable, unsigned long long bytesSent, unsigned long long total) AtomicString 68 Source/core/xml/XMLHttpRequestUpload.cpp void XMLHttpRequestUpload::handleRequestError(const AtomicString& type) AtomicString 57 Source/core/xml/XMLHttpRequestUpload.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 60 Source/core/xml/XMLHttpRequestUpload.h void dispatchEventAndLoadEnd(const AtomicString&, bool, unsigned long long, unsigned long long); AtomicString 63 Source/core/xml/XMLHttpRequestUpload.h void handleRequestError(const AtomicString&); AtomicString 353 Source/core/xml/XPathFunctions.cpp Node* node = contextScope.getElementById(AtomicString(idList.substring(startPos, endPos - startPos))); AtomicString 376 Source/core/xml/XPathFunctions.cpp AtomicString prefix; AtomicString 195 Source/core/xml/XPathGrammar.y AtomicString localName; AtomicString 196 Source/core/xml/XPathGrammar.y AtomicString namespaceURI; AtomicString 224 Source/core/xml/XPathGrammar.y AtomicString localName; AtomicString 225 Source/core/xml/XPathGrammar.y AtomicString namespaceURI; AtomicString 40 Source/core/xml/XPathNSResolver.h virtual AtomicString lookupNamespaceURI(const String& prefix) = 0; AtomicString 449 Source/core/xml/XPathParser.cpp bool Parser::expandQName(const String& qName, AtomicString& localName, AtomicString& namespaceURI) AtomicString 458 Source/core/xml/XPathParser.cpp localName = AtomicString(qName.substring(colon + 1)); AtomicString 460 Source/core/xml/XPathParser.cpp localName = AtomicString(qName); AtomicString 73 Source/core/xml/XPathParser.h bool expandQName(const String& qName, AtomicString& localName, AtomicString& namespaceURI); AtomicString 167 Source/core/xml/XPathStep.cpp const AtomicString& name = nodeTest.data(); AtomicString 173 Source/core/xml/XPathStep.cpp const AtomicString& name = nodeTest.data(); AtomicString 174 Source/core/xml/XPathStep.cpp const AtomicString& namespaceURI = nodeTest.namespaceURI(); AtomicString 62 Source/core/xml/XPathStep.h NodeTest(Kind kind, const AtomicString& data, const AtomicString& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) { } AtomicString 81 Source/core/xml/XPathStep.h const AtomicString& data() const { return m_data; } AtomicString 82 Source/core/xml/XPathStep.h const AtomicString& namespaceURI() const { return m_namespaceURI; } AtomicString 88 Source/core/xml/XPathStep.h AtomicString m_data; AtomicString 89 Source/core/xml/XPathStep.h AtomicString m_namespaceURI; AtomicString 93 Source/core/xml/parser/XMLDocumentParser.cpp static inline AtomicString toAtomicString(const xmlChar* string, size_t length) AtomicString 95 Source/core/xml/parser/XMLDocumentParser.cpp return AtomicString::fromUTF8(reinterpret_cast<const char*>(string), length); AtomicString 98 Source/core/xml/parser/XMLDocumentParser.cpp static inline AtomicString toAtomicString(const xmlChar* string) AtomicString 100 Source/core/xml/parser/XMLDocumentParser.cpp return AtomicString::fromUTF8(reinterpret_cast<const char*>(string)); AtomicString 119 Source/core/xml/parser/XMLDocumentParser.cpp PendingStartElementNSCallback(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, AtomicString 162 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString m_localName; AtomicString 163 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString m_prefix; AtomicString 164 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString m_uri; AtomicString 876 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString namespaceQName = xmlnsAtom; AtomicString 877 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString namespaceURI = toAtomicString(namespaces[i].uri); AtomicString 903 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString attrValue = toAtomicString(attributes[i].value, valueLength); AtomicString 905 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString attrURI = attrPrefix.isEmpty() ? AtomicString() : toAtomicString(attributes[i].uri); AtomicString 906 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString attrQName = attrPrefix.isEmpty() ? toAtomicString(attributes[i].localname) : attrPrefix + ":" + toString(attributes[i].localname); AtomicString 916 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::startElementNs(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, int nbNamespaces, AtomicString 930 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString adjustedURI = uri; AtomicString 130 Source/core/xml/parser/XMLDocumentParser.h void startElementNs(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, int nb_namespaces, AtomicString 187 Source/core/xml/parser/XMLDocumentParser.h AtomicString m_defaultNamespaceURI; AtomicString 189 Source/core/xml/parser/XMLDocumentParser.h typedef HashMap<AtomicString, AtomicString> PrefixForNamespaceMap; AtomicString 25 Source/modules/battery/BatteryManager.h virtual const WTF::AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::BatteryManager; } AtomicString 96 Source/modules/device_orientation/DeviceMotionController.cpp void DeviceMotionController::didAddEventListener(DOMWindow*, const AtomicString& eventType) AtomicString 105 Source/modules/device_orientation/DeviceMotionController.cpp void DeviceMotionController::didRemoveEventListener(DOMWindow*, const AtomicString& eventType) AtomicString 56 Source/modules/device_orientation/DeviceMotionController.h virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE; AtomicString 57 Source/modules/device_orientation/DeviceMotionController.h virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE; AtomicString 45 Source/modules/device_orientation/DeviceMotionEvent.cpp DeviceMotionEvent::DeviceMotionEvent(const AtomicString& eventType, DeviceMotionData* deviceMotionData) AtomicString 52 Source/modules/device_orientation/DeviceMotionEvent.cpp void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData) AtomicString 107 Source/modules/device_orientation/DeviceMotionEvent.cpp const AtomicString& DeviceMotionEvent::interfaceName() const AtomicString 45 Source/modules/device_orientation/DeviceMotionEvent.h static PassRefPtrWillBeRawPtr<DeviceMotionEvent> create(const AtomicString& eventType, DeviceMotionData* deviceMotionData) AtomicString 50 Source/modules/device_orientation/DeviceMotionEvent.h void initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData*); AtomicString 59 Source/modules/device_orientation/DeviceMotionEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 65 Source/modules/device_orientation/DeviceMotionEvent.h DeviceMotionEvent(const AtomicString& eventType, DeviceMotionData*); AtomicString 103 Source/modules/device_orientation/DeviceOrientationController.cpp void DeviceOrientationController::didAddEventListener(DOMWindow* window, const AtomicString& eventType) AtomicString 112 Source/modules/device_orientation/DeviceOrientationController.cpp void DeviceOrientationController::didRemoveEventListener(DOMWindow* window, const AtomicString& eventType) AtomicString 52 Source/modules/device_orientation/DeviceOrientationController.h virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE; AtomicString 53 Source/modules/device_orientation/DeviceOrientationController.h virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE; AtomicString 43 Source/modules/device_orientation/DeviceOrientationEvent.cpp DeviceOrientationEvent::DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientationData* orientation) AtomicString 50 Source/modules/device_orientation/DeviceOrientationEvent.cpp void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation) AtomicString 95 Source/modules/device_orientation/DeviceOrientationEvent.cpp const AtomicString& DeviceOrientationEvent::interfaceName() const AtomicString 43 Source/modules/device_orientation/DeviceOrientationEvent.h static PassRefPtrWillBeRawPtr<DeviceOrientationEvent> create(const AtomicString& eventType, DeviceOrientationData* orientation) AtomicString 48 Source/modules/device_orientation/DeviceOrientationEvent.h void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData*); AtomicString 57 Source/modules/device_orientation/DeviceOrientationEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 63 Source/modules/device_orientation/DeviceOrientationEvent.h DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientationData*); AtomicString 58 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h bool setAttributeEventListener(const AtomicString& eventType, PassRefPtr<EventListener>); AtomicString 59 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h EventListener* getAttributeEventListener(const AtomicString& eventType); AtomicString 42 Source/modules/encryptedmedia/MediaKeyMessageEvent.cpp MediaKeyMessageEvent::MediaKeyMessageEvent(const AtomicString& type, const MediaKeyMessageEventInit& initializer) AtomicString 54 Source/modules/encryptedmedia/MediaKeyMessageEvent.cpp const AtomicString& MediaKeyMessageEvent::interfaceName() const AtomicString 51 Source/modules/encryptedmedia/MediaKeyMessageEvent.h static PassRefPtrWillBeRawPtr<MediaKeyMessageEvent> create(const AtomicString& type, const MediaKeyMessageEventInit& initializer) AtomicString 56 Source/modules/encryptedmedia/MediaKeyMessageEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 65 Source/modules/encryptedmedia/MediaKeyMessageEvent.h MediaKeyMessageEvent(const AtomicString& type, const MediaKeyMessageEventInit& initializer); AtomicString 42 Source/modules/encryptedmedia/MediaKeyNeededEvent.cpp MediaKeyNeededEvent::MediaKeyNeededEvent(const AtomicString& type, const MediaKeyNeededEventInit& initializer) AtomicString 54 Source/modules/encryptedmedia/MediaKeyNeededEvent.cpp const AtomicString& MediaKeyNeededEvent::interfaceName() const AtomicString 50 Source/modules/encryptedmedia/MediaKeyNeededEvent.h static PassRefPtrWillBeRawPtr<MediaKeyNeededEvent> create(const AtomicString& type, const MediaKeyNeededEventInit& initializer) AtomicString 55 Source/modules/encryptedmedia/MediaKeyNeededEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 64 Source/modules/encryptedmedia/MediaKeyNeededEvent.h MediaKeyNeededEvent(const AtomicString& type, const MediaKeyNeededEventInit& initializer); AtomicString 242 Source/modules/encryptedmedia/MediaKeySession.cpp const AtomicString& MediaKeySession::interfaceName() const AtomicString 87 Source/modules/encryptedmedia/MediaKeySession.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 76 Source/modules/filesystem/FileWriter.cpp const AtomicString& FileWriter::interfaceName() const AtomicString 307 Source/modules/filesystem/FileWriter.cpp void FileWriter::fireEvent(const AtomicString& type) AtomicString 78 Source/modules/filesystem/FileWriter.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 108 Source/modules/filesystem/FileWriter.h void fireEvent(const AtomicString& type); AtomicString 19 Source/modules/gamepad/GamepadEvent.cpp GamepadEvent::GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad> gamepad) AtomicString 26 Source/modules/gamepad/GamepadEvent.cpp GamepadEvent::GamepadEvent(const AtomicString& type, const GamepadEventInit& initializer) AtomicString 37 Source/modules/gamepad/GamepadEvent.cpp const AtomicString& GamepadEvent::interfaceName() const AtomicString 25 Source/modules/gamepad/GamepadEvent.h static PassRefPtrWillBeRawPtr<GamepadEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad> gamepad) AtomicString 29 Source/modules/gamepad/GamepadEvent.h static PassRefPtrWillBeRawPtr<GamepadEvent> create(const AtomicString& type, const GamepadEventInit& initializer) AtomicString 37 Source/modules/gamepad/GamepadEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 43 Source/modules/gamepad/GamepadEvent.h GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<Gamepad>); AtomicString 44 Source/modules/gamepad/GamepadEvent.h GamepadEvent(const AtomicString&, const GamepadEventInit&); AtomicString 151 Source/modules/gamepad/NavigatorGamepad.cpp const AtomicString& eventName = connected ? EventTypeNames::gamepadconnected : EventTypeNames::gamepaddisconnected; AtomicString 214 Source/modules/gamepad/NavigatorGamepad.cpp void NavigatorGamepad::didAddEventListener(DOMWindow*, const AtomicString& eventType) AtomicString 223 Source/modules/gamepad/NavigatorGamepad.cpp void NavigatorGamepad::didRemoveEventListener(DOMWindow*, const AtomicString& eventType) AtomicString 81 Source/modules/gamepad/NavigatorGamepad.h virtual void didAddEventListener(DOMWindow*, const AtomicString&) OVERRIDE FINAL; AtomicString 82 Source/modules/gamepad/NavigatorGamepad.h virtual void didRemoveEventListener(DOMWindow*, const AtomicString&) OVERRIDE FINAL; AtomicString 54 Source/modules/indexeddb/IDBCursor.cpp const AtomicString& IDBCursor::directionNext() AtomicString 56 Source/modules/indexeddb/IDBCursor.cpp DEFINE_STATIC_LOCAL(AtomicString, next, ("next", AtomicString::ConstructFromLiteral)); AtomicString 60 Source/modules/indexeddb/IDBCursor.cpp const AtomicString& IDBCursor::directionNextUnique() AtomicString 62 Source/modules/indexeddb/IDBCursor.cpp DEFINE_STATIC_LOCAL(AtomicString, nextunique, ("nextunique", AtomicString::ConstructFromLiteral)); AtomicString 66 Source/modules/indexeddb/IDBCursor.cpp const AtomicString& IDBCursor::directionPrev() AtomicString 68 Source/modules/indexeddb/IDBCursor.cpp DEFINE_STATIC_LOCAL(AtomicString, prev, ("prev", AtomicString::ConstructFromLiteral)); AtomicString 72 Source/modules/indexeddb/IDBCursor.cpp const AtomicString& IDBCursor::directionPrevUnique() AtomicString 74 Source/modules/indexeddb/IDBCursor.cpp DEFINE_STATIC_LOCAL(AtomicString, prevunique, ("prevunique", AtomicString::ConstructFromLiteral)); AtomicString 399 Source/modules/indexeddb/IDBCursor.cpp const AtomicString& IDBCursor::directionToString(unsigned short direction) AtomicString 50 Source/modules/indexeddb/IDBCursor.h static const AtomicString& directionNext(); AtomicString 51 Source/modules/indexeddb/IDBCursor.h static const AtomicString& directionNextUnique(); AtomicString 52 Source/modules/indexeddb/IDBCursor.h static const AtomicString& directionPrev(); AtomicString 53 Source/modules/indexeddb/IDBCursor.h static const AtomicString& directionPrevUnique(); AtomicString 56 Source/modules/indexeddb/IDBCursor.h static const AtomicString& directionToString(unsigned short mode); AtomicString 423 Source/modules/indexeddb/IDBDatabase.cpp const AtomicString& IDBDatabase::interfaceName() const AtomicString 95 Source/modules/indexeddb/IDBDatabase.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 63 Source/modules/indexeddb/IDBOpenDBRequest.cpp const AtomicString& IDBOpenDBRequest::interfaceName() const AtomicString 48 Source/modules/indexeddb/IDBOpenDBRequest.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 114 Source/modules/indexeddb/IDBRequest.cpp DEFINE_STATIC_LOCAL(AtomicString, pending, ("pending", AtomicString::ConstructFromLiteral)); AtomicString 115 Source/modules/indexeddb/IDBRequest.cpp DEFINE_STATIC_LOCAL(AtomicString, done, ("done", AtomicString::ConstructFromLiteral)); AtomicString 393 Source/modules/indexeddb/IDBRequest.cpp const AtomicString& IDBRequest::interfaceName() const AtomicString 118 Source/modules/indexeddb/IDBRequest.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 61 Source/modules/indexeddb/IDBTransaction.cpp const AtomicString& IDBTransaction::modeReadOnly() AtomicString 63 Source/modules/indexeddb/IDBTransaction.cpp DEFINE_STATIC_LOCAL(AtomicString, readonly, ("readonly", AtomicString::ConstructFromLiteral)); AtomicString 67 Source/modules/indexeddb/IDBTransaction.cpp const AtomicString& IDBTransaction::modeReadWrite() AtomicString 69 Source/modules/indexeddb/IDBTransaction.cpp DEFINE_STATIC_LOCAL(AtomicString, readwrite, ("readwrite", AtomicString::ConstructFromLiteral)); AtomicString 73 Source/modules/indexeddb/IDBTransaction.cpp const AtomicString& IDBTransaction::modeVersionChange() AtomicString 75 Source/modules/indexeddb/IDBTransaction.cpp DEFINE_STATIC_LOCAL(AtomicString, versionchange, ("versionchange", AtomicString::ConstructFromLiteral)); AtomicString 311 Source/modules/indexeddb/IDBTransaction.cpp const AtomicString& IDBTransaction::modeToString(WebIDBDatabase::TransactionMode mode) AtomicString 331 Source/modules/indexeddb/IDBTransaction.cpp const AtomicString& IDBTransaction::interfaceName() const AtomicString 60 Source/modules/indexeddb/IDBTransaction.h static const AtomicString& modeReadOnly(); AtomicString 61 Source/modules/indexeddb/IDBTransaction.h static const AtomicString& modeReadWrite(); AtomicString 62 Source/modules/indexeddb/IDBTransaction.h static const AtomicString& modeVersionChange(); AtomicString 65 Source/modules/indexeddb/IDBTransaction.h static const AtomicString& modeToString(blink::WebIDBDatabase::TransactionMode); AtomicString 97 Source/modules/indexeddb/IDBTransaction.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 45 Source/modules/indexeddb/IDBVersionChangeEvent.cpp IDBVersionChangeEvent::IDBVersionChangeEvent(const AtomicString& eventType, unsigned long long oldVersion, const Nullable<unsigned long long>& newVersion, blink::WebIDBDataLoss dataLoss, const String& dataLossMessage) AtomicString 55 Source/modules/indexeddb/IDBVersionChangeEvent.cpp IDBVersionChangeEvent::IDBVersionChangeEvent(const AtomicString& eventType, const IDBVersionChangeEventInit& initializer) AtomicString 70 Source/modules/indexeddb/IDBVersionChangeEvent.cpp const AtomicString& IDBVersionChangeEvent::dataLoss() const AtomicString 72 Source/modules/indexeddb/IDBVersionChangeEvent.cpp DEFINE_STATIC_LOCAL(AtomicString, total, ("total", AtomicString::ConstructFromLiteral)); AtomicString 75 Source/modules/indexeddb/IDBVersionChangeEvent.cpp DEFINE_STATIC_LOCAL(AtomicString, none, ("none", AtomicString::ConstructFromLiteral)); AtomicString 79 Source/modules/indexeddb/IDBVersionChangeEvent.cpp const AtomicString& IDBVersionChangeEvent::interfaceName() const AtomicString 54 Source/modules/indexeddb/IDBVersionChangeEvent.h static PassRefPtrWillBeRawPtr<IDBVersionChangeEvent> create(const AtomicString& eventType, unsigned long long oldVersion, const Nullable<unsigned long long>& newVersion, blink::WebIDBDataLoss dataLoss = blink::WebIDBDataLossNone, const String& dataLossMessage = String()) AtomicString 58 Source/modules/indexeddb/IDBVersionChangeEvent.h static PassRefPtrWillBeRawPtr<IDBVersionChangeEvent> create(const AtomicString& eventType, const IDBVersionChangeEventInit& initializer) AtomicString 66 Source/modules/indexeddb/IDBVersionChangeEvent.h const AtomicString& dataLoss() const; AtomicString 69 Source/modules/indexeddb/IDBVersionChangeEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 75 Source/modules/indexeddb/IDBVersionChangeEvent.h IDBVersionChangeEvent(const AtomicString& eventType, unsigned long long oldVersion, const Nullable<unsigned long long>& newVersion, blink::WebIDBDataLoss, const String& dataLoss); AtomicString 76 Source/modules/indexeddb/IDBVersionChangeEvent.h IDBVersionChangeEvent(const AtomicString& eventType, const IDBVersionChangeEventInit&); AtomicString 156 Source/modules/mediasource/MediaSource.cpp void MediaSource::onReadyStateChange(const AtomicString& oldState, const AtomicString& newState) AtomicString 224 Source/modules/mediasource/MediaSource.cpp const AtomicString& MediaSource::interfaceName() const AtomicString 57 Source/modules/mediasource/MediaSource.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 70 Source/modules/mediasource/MediaSource.h virtual void onReadyStateChange(const AtomicString&, const AtomicString&) OVERRIDE; AtomicString 85 Source/modules/mediasource/MediaSourceBase.cpp const AtomicString& MediaSourceBase::openKeyword() AtomicString 87 Source/modules/mediasource/MediaSourceBase.cpp DEFINE_STATIC_LOCAL(const AtomicString, open, ("open", AtomicString::ConstructFromLiteral)); AtomicString 91 Source/modules/mediasource/MediaSourceBase.cpp const AtomicString& MediaSourceBase::closedKeyword() AtomicString 93 Source/modules/mediasource/MediaSourceBase.cpp DEFINE_STATIC_LOCAL(const AtomicString, closed, ("closed", AtomicString::ConstructFromLiteral)); AtomicString 97 Source/modules/mediasource/MediaSourceBase.cpp const AtomicString& MediaSourceBase::endedKeyword() AtomicString 99 Source/modules/mediasource/MediaSourceBase.cpp DEFINE_STATIC_LOCAL(const AtomicString, ended, ("ended", AtomicString::ConstructFromLiteral)); AtomicString 201 Source/modules/mediasource/MediaSourceBase.cpp void MediaSourceBase::setReadyState(const AtomicString& state) AtomicString 205 Source/modules/mediasource/MediaSourceBase.cpp AtomicString oldState = readyState(); AtomicString 221 Source/modules/mediasource/MediaSourceBase.cpp void MediaSourceBase::endOfStream(const AtomicString& error, ExceptionState& exceptionState) AtomicString 223 Source/modules/mediasource/MediaSourceBase.cpp DEFINE_STATIC_LOCAL(const AtomicString, network, ("network", AtomicString::ConstructFromLiteral)); AtomicString 224 Source/modules/mediasource/MediaSourceBase.cpp DEFINE_STATIC_LOCAL(const AtomicString, decode, ("decode", AtomicString::ConstructFromLiteral)); AtomicString 345 Source/modules/mediasource/MediaSourceBase.cpp void MediaSourceBase::scheduleEvent(const AtomicString& eventName) AtomicString 55 Source/modules/mediasource/MediaSourceBase.h static const AtomicString& openKeyword(); AtomicString 56 Source/modules/mediasource/MediaSourceBase.h static const AtomicString& closedKeyword(); AtomicString 57 Source/modules/mediasource/MediaSourceBase.h static const AtomicString& endedKeyword(); AtomicString 77 Source/modules/mediasource/MediaSourceBase.h const AtomicString& readyState() const { return m_readyState; } AtomicString 78 Source/modules/mediasource/MediaSourceBase.h void setReadyState(const AtomicString&); AtomicString 79 Source/modules/mediasource/MediaSourceBase.h void endOfStream(const AtomicString& error, ExceptionState&); AtomicString 97 Source/modules/mediasource/MediaSourceBase.h virtual void onReadyStateChange(const AtomicString& oldState, const AtomicString& newState) = 0; AtomicString 102 Source/modules/mediasource/MediaSourceBase.h void scheduleEvent(const AtomicString& eventName); AtomicString 108 Source/modules/mediasource/MediaSourceBase.h AtomicString m_readyState; AtomicString 112 Source/modules/mediasource/SourceBuffer.cpp const AtomicString& SourceBuffer::segmentsKeyword() AtomicString 114 Source/modules/mediasource/SourceBuffer.cpp DEFINE_STATIC_LOCAL(const AtomicString, segments, ("segments", AtomicString::ConstructFromLiteral)); AtomicString 118 Source/modules/mediasource/SourceBuffer.cpp const AtomicString& SourceBuffer::sequenceKeyword() AtomicString 120 Source/modules/mediasource/SourceBuffer.cpp DEFINE_STATIC_LOCAL(const AtomicString, sequence, ("sequence", AtomicString::ConstructFromLiteral)); AtomicString 124 Source/modules/mediasource/SourceBuffer.cpp void SourceBuffer::setMode(const AtomicString& newMode, ExceptionState& exceptionState) AtomicString 470 Source/modules/mediasource/SourceBuffer.cpp const AtomicString& SourceBuffer::interfaceName() const AtomicString 480 Source/modules/mediasource/SourceBuffer.cpp void SourceBuffer::scheduleEvent(const AtomicString& eventName) AtomicString 64 Source/modules/mediasource/SourceBuffer.h static const AtomicString& segmentsKeyword(); AtomicString 65 Source/modules/mediasource/SourceBuffer.h static const AtomicString& sequenceKeyword(); AtomicString 70 Source/modules/mediasource/SourceBuffer.h const AtomicString& mode() const { return m_mode; } AtomicString 71 Source/modules/mediasource/SourceBuffer.h void setMode(const AtomicString&, ExceptionState&); AtomicString 98 Source/modules/mediasource/SourceBuffer.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 106 Source/modules/mediasource/SourceBuffer.h void scheduleEvent(const AtomicString& eventName); AtomicString 128 Source/modules/mediasource/SourceBuffer.h AtomicString m_mode; AtomicString 73 Source/modules/mediasource/SourceBufferList.cpp void SourceBufferList::scheduleEvent(const AtomicString& eventName) AtomicString 83 Source/modules/mediasource/SourceBufferList.cpp const AtomicString& SourceBufferList::interfaceName() const AtomicString 63 Source/modules/mediasource/SourceBufferList.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 71 Source/modules/mediasource/SourceBufferList.h void scheduleEvent(const AtomicString&); AtomicString 156 Source/modules/mediasource/WebKitMediaSource.cpp void WebKitMediaSource::onReadyStateChange(const AtomicString& oldState, const AtomicString& newState) AtomicString 216 Source/modules/mediasource/WebKitMediaSource.cpp const AtomicString& WebKitMediaSource::interfaceName() const AtomicString 57 Source/modules/mediasource/WebKitMediaSource.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 70 Source/modules/mediasource/WebKitMediaSource.h virtual void onReadyStateChange(const AtomicString&, const AtomicString&) OVERRIDE; AtomicString 85 Source/modules/mediasource/WebKitSourceBufferList.cpp void WebKitSourceBufferList::createAndFireEvent(const AtomicString& eventName) AtomicString 95 Source/modules/mediasource/WebKitSourceBufferList.cpp const AtomicString& WebKitSourceBufferList::interfaceName() const AtomicString 62 Source/modules/mediasource/WebKitSourceBufferList.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 70 Source/modules/mediasource/WebKitSourceBufferList.h void createAndFireEvent(const AtomicString&); AtomicString 304 Source/modules/mediastream/MediaStream.cpp const AtomicString& MediaStream::interfaceName() const AtomicString 81 Source/modules/mediastream/MediaStream.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 40 Source/modules/mediastream/MediaStreamEvent.cpp PassRefPtrWillBeRawPtr<MediaStreamEvent> MediaStreamEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream) AtomicString 45 Source/modules/mediastream/MediaStreamEvent.cpp PassRefPtrWillBeRawPtr<MediaStreamEvent> MediaStreamEvent::create(const AtomicString& type, const MediaStreamEventInit& initializer) AtomicString 55 Source/modules/mediastream/MediaStreamEvent.cpp MediaStreamEvent::MediaStreamEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream) AtomicString 62 Source/modules/mediastream/MediaStreamEvent.cpp MediaStreamEvent::MediaStreamEvent(const AtomicString& type, const MediaStreamEventInit& initializer) AtomicString 84 Source/modules/mediastream/MediaStreamEvent.cpp const AtomicString& MediaStreamEvent::interfaceName() const AtomicString 45 Source/modules/mediastream/MediaStreamEvent.h static PassRefPtrWillBeRawPtr<MediaStreamEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream>); AtomicString 46 Source/modules/mediastream/MediaStreamEvent.h static PassRefPtrWillBeRawPtr<MediaStreamEvent> create(const AtomicString& type, const MediaStreamEventInit& initializer); AtomicString 51 Source/modules/mediastream/MediaStreamEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 57 Source/modules/mediastream/MediaStreamEvent.h MediaStreamEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream>); AtomicString 58 Source/modules/mediastream/MediaStreamEvent.h MediaStreamEvent(const AtomicString& type, const MediaStreamEventInit&); AtomicString 213 Source/modules/mediastream/MediaStreamTrack.cpp const AtomicString& MediaStreamTrack::interfaceName() const AtomicString 84 Source/modules/mediastream/MediaStreamTrack.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 37 Source/modules/mediastream/MediaStreamTrackEvent.cpp PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> MediaStreamTrackEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track) AtomicString 48 Source/modules/mediastream/MediaStreamTrackEvent.cpp MediaStreamTrackEvent::MediaStreamTrackEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track) AtomicString 64 Source/modules/mediastream/MediaStreamTrackEvent.cpp const AtomicString& MediaStreamTrackEvent::interfaceName() const AtomicString 40 Source/modules/mediastream/MediaStreamTrackEvent.h static PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack>); AtomicString 45 Source/modules/mediastream/MediaStreamTrackEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 51 Source/modules/mediastream/MediaStreamTrackEvent.h MediaStreamTrackEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack>); AtomicString 132 Source/modules/mediastream/RTCDTMFSender.cpp const AtomicString& RTCDTMFSender::interfaceName() const AtomicString 65 Source/modules/mediastream/RTCDTMFSender.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 41 Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> RTCDTMFToneChangeEvent::create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer) AtomicString 75 Source/modules/mediastream/RTCDTMFToneChangeEvent.cpp const AtomicString& RTCDTMFToneChangeEvent::interfaceName() const AtomicString 44 Source/modules/mediastream/RTCDTMFToneChangeEvent.h static PassRefPtrWillBeRawPtr<RTCDTMFToneChangeEvent> create(const AtomicString& type, const RTCDTMFToneChangeEventInit& initializer); AtomicString 48 Source/modules/mediastream/RTCDTMFToneChangeEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 276 Source/modules/mediastream/RTCDataChannel.cpp const AtomicString& RTCDataChannel::interfaceName() const AtomicString 86 Source/modules/mediastream/RTCDataChannel.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 35 Source/modules/mediastream/RTCDataChannelEvent.cpp PassRefPtrWillBeRawPtr<RTCDataChannelEvent> RTCDataChannelEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel) AtomicString 46 Source/modules/mediastream/RTCDataChannelEvent.cpp RTCDataChannelEvent::RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel) AtomicString 62 Source/modules/mediastream/RTCDataChannelEvent.cpp const AtomicString& RTCDataChannelEvent::interfaceName() const AtomicString 39 Source/modules/mediastream/RTCDataChannelEvent.h static PassRefPtrWillBeRawPtr<RTCDataChannelEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel>); AtomicString 43 Source/modules/mediastream/RTCDataChannelEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 49 Source/modules/mediastream/RTCDataChannelEvent.h RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel>); AtomicString 64 Source/modules/mediastream/RTCIceCandidateEvent.cpp const AtomicString& RTCIceCandidateEvent::interfaceName() const AtomicString 43 Source/modules/mediastream/RTCIceCandidateEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 635 Source/modules/mediastream/RTCPeerConnection.cpp const AtomicString& RTCPeerConnection::interfaceName() const AtomicString 125 Source/modules/mediastream/RTCPeerConnection.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 41 Source/modules/mediastream/RTCStatsResponse.cpp PassRefPtr<RTCStatsReport> RTCStatsResponse::namedItem(const AtomicString& name) AtomicString 43 Source/modules/mediastream/RTCStatsResponse.h PassRefPtr<RTCStatsReport> namedItem(const AtomicString& name); AtomicString 180 Source/modules/notifications/Notification.cpp const AtomicString& Notification::interfaceName() const AtomicString 89 Source/modules/notifications/Notification.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 19 Source/modules/screen_orientation/ScreenOrientation.cpp const AtomicString& name; AtomicString 25 Source/modules/screen_orientation/ScreenOrientation.cpp DEFINE_STATIC_LOCAL(const AtomicString, portraitPrimary, ("portrait-primary", AtomicString::ConstructFromLiteral)); AtomicString 26 Source/modules/screen_orientation/ScreenOrientation.cpp DEFINE_STATIC_LOCAL(const AtomicString, portraitSecondary, ("portrait-secondary", AtomicString::ConstructFromLiteral)); AtomicString 27 Source/modules/screen_orientation/ScreenOrientation.cpp DEFINE_STATIC_LOCAL(const AtomicString, landscapePrimary, ("landscape-primary", AtomicString::ConstructFromLiteral)); AtomicString 28 Source/modules/screen_orientation/ScreenOrientation.cpp DEFINE_STATIC_LOCAL(const AtomicString, landscapeSecondary, ("landscape-secondary", AtomicString::ConstructFromLiteral)); AtomicString 40 Source/modules/screen_orientation/ScreenOrientation.cpp static const AtomicString& orientationToString(blink::WebScreenOrientation orientation) AtomicString 54 Source/modules/screen_orientation/ScreenOrientation.cpp static blink::WebScreenOrientations stringToOrientations(const AtomicString& orientationString) AtomicString 56 Source/modules/screen_orientation/ScreenOrientation.cpp DEFINE_STATIC_LOCAL(const AtomicString, any, ("any", AtomicString::ConstructFromLiteral)); AtomicString 57 Source/modules/screen_orientation/ScreenOrientation.cpp DEFINE_STATIC_LOCAL(const AtomicString, portrait, ("portrait", AtomicString::ConstructFromLiteral)); AtomicString 58 Source/modules/screen_orientation/ScreenOrientation.cpp DEFINE_STATIC_LOCAL(const AtomicString, landscape, ("landscape", AtomicString::ConstructFromLiteral)); AtomicString 129 Source/modules/screen_orientation/ScreenOrientation.cpp const AtomicString& ScreenOrientation::orientation(Screen& screen) AtomicString 140 Source/modules/screen_orientation/ScreenOrientation.cpp bool ScreenOrientation::lockOrientation(Screen& screen, const AtomicString& orientationString) AtomicString 30 Source/modules/screen_orientation/ScreenOrientation.h static const AtomicString& orientation(Screen&); AtomicString 31 Source/modules/screen_orientation/ScreenOrientation.h static bool lockOrientation(Screen&, const AtomicString& orientation); AtomicString 28 Source/modules/serviceworkers/FetchEvent.cpp const AtomicString& FetchEvent::interfaceName() const AtomicString 27 Source/modules/serviceworkers/FetchEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 46 Source/modules/serviceworkers/InstallEvent.cpp PassRefPtrWillBeRawPtr<InstallEvent> InstallEvent::create(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer) AtomicString 69 Source/modules/serviceworkers/InstallEvent.cpp const AtomicString& InstallEvent::interfaceName() const AtomicString 79 Source/modules/serviceworkers/InstallEvent.cpp InstallEvent::InstallEvent(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer) AtomicString 45 Source/modules/serviceworkers/InstallEvent.h static PassRefPtrWillBeRawPtr<InstallEvent> create(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); AtomicString 52 Source/modules/serviceworkers/InstallEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 58 Source/modules/serviceworkers/InstallEvent.h InstallEvent(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); AtomicString 44 Source/modules/serviceworkers/InstallPhaseEvent.cpp PassRefPtrWillBeRawPtr<InstallPhaseEvent> InstallPhaseEvent::create(const AtomicString& type, const EventInit& eventInit, PassRefPtr<WaitUntilObserver> observer) AtomicString 63 Source/modules/serviceworkers/InstallPhaseEvent.cpp InstallPhaseEvent::InstallPhaseEvent(const AtomicString& type, const EventInit& initializer, PassRefPtr<WaitUntilObserver> observer) AtomicString 70 Source/modules/serviceworkers/InstallPhaseEvent.cpp const AtomicString& InstallPhaseEvent::interfaceName() const AtomicString 44 Source/modules/serviceworkers/InstallPhaseEvent.h static PassRefPtrWillBeRawPtr<InstallPhaseEvent> create(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); AtomicString 50 Source/modules/serviceworkers/InstallPhaseEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 55 Source/modules/serviceworkers/InstallPhaseEvent.h InstallPhaseEvent(const AtomicString& type, const EventInit&, PassRefPtr<WaitUntilObserver>); AtomicString 60 Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp const AtomicString& ServiceWorkerGlobalScope::interfaceName() const AtomicString 52 Source/modules/serviceworkers/ServiceWorkerGlobalScope.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 146 Source/modules/speech/SpeechRecognition.cpp const AtomicString& SpeechRecognition::interfaceName() const AtomicString 84 Source/modules/speech/SpeechRecognition.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 69 Source/modules/speech/SpeechRecognitionError.cpp PassRefPtrWillBeRawPtr<SpeechRecognitionError> SpeechRecognitionError::create(const AtomicString& eventName, const SpeechRecognitionErrorInit& initializer) AtomicString 82 Source/modules/speech/SpeechRecognitionError.cpp SpeechRecognitionError::SpeechRecognitionError(const AtomicString& eventName, const SpeechRecognitionErrorInit& initializer) AtomicString 90 Source/modules/speech/SpeechRecognitionError.cpp const AtomicString& SpeechRecognitionError::interfaceName() const AtomicString 60 Source/modules/speech/SpeechRecognitionError.h static PassRefPtrWillBeRawPtr<SpeechRecognitionError> create(const AtomicString&, const SpeechRecognitionErrorInit&); AtomicString 65 Source/modules/speech/SpeechRecognitionError.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 74 Source/modules/speech/SpeechRecognitionError.h SpeechRecognitionError(const AtomicString&, const SpeechRecognitionErrorInit&); AtomicString 42 Source/modules/speech/SpeechRecognitionEvent.cpp PassRefPtrWillBeRawPtr<SpeechRecognitionEvent> SpeechRecognitionEvent::create(const AtomicString& eventName, const SpeechRecognitionEventInit& initializer) AtomicString 63 Source/modules/speech/SpeechRecognitionEvent.cpp const AtomicString& SpeechRecognitionEvent::interfaceName() const AtomicString 74 Source/modules/speech/SpeechRecognitionEvent.cpp SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, const SpeechRecognitionEventInit& initializer) AtomicString 82 Source/modules/speech/SpeechRecognitionEvent.cpp SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, PassRefPtrWillBeRawPtr<SpeechRecognitionResultList> results) AtomicString 50 Source/modules/speech/SpeechRecognitionEvent.h static PassRefPtrWillBeRawPtr<SpeechRecognitionEvent> create(const AtomicString&, const SpeechRecognitionEventInit&); AtomicString 64 Source/modules/speech/SpeechRecognitionEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 70 Source/modules/speech/SpeechRecognitionEvent.h SpeechRecognitionEvent(const AtomicString&, const SpeechRecognitionEventInit&); AtomicString 71 Source/modules/speech/SpeechRecognitionEvent.h SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, PassRefPtrWillBeRawPtr<SpeechRecognitionResultList> results); AtomicString 146 Source/modules/speech/SpeechSynthesis.cpp void SpeechSynthesis::fireEvent(const AtomicString& type, SpeechSynthesisUtterance* utterance, unsigned long charIndex, const String& name) AtomicString 231 Source/modules/speech/SpeechSynthesis.cpp const AtomicString& SpeechSynthesis::interfaceName() const AtomicString 86 Source/modules/speech/SpeechSynthesis.h void fireEvent(const AtomicString& type, SpeechSynthesisUtterance*, unsigned long charIndex, const String& name); AtomicString 97 Source/modules/speech/SpeechSynthesis.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 36 Source/modules/speech/SpeechSynthesisEvent.cpp PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) AtomicString 46 Source/modules/speech/SpeechSynthesisEvent.cpp SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) AtomicString 37 Source/modules/speech/SpeechSynthesisEvent.h static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name); AtomicString 43 Source/modules/speech/SpeechSynthesisEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::SpeechSynthesisEvent; } AtomicString 49 Source/modules/speech/SpeechSynthesisEvent.h SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name); AtomicString 54 Source/modules/speech/SpeechSynthesisUtterance.cpp const AtomicString& SpeechSynthesisUtterance::interfaceName() const AtomicString 88 Source/modules/speech/SpeechSynthesisUtterance.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 982 Source/modules/webaudio/AudioContext.cpp const AtomicString& AudioContext::interfaceName() const AtomicString 231 Source/modules/webaudio/AudioContext.h virtual const AtomicString& interfaceName() const OVERRIDE FINAL; AtomicString 350 Source/modules/webaudio/AudioNode.cpp const AtomicString& AudioNode::interfaceName() const AtomicString 179 Source/modules/webaudio/AudioNode.h virtual const AtomicString& interfaceName() const OVERRIDE FINAL; AtomicString 61 Source/modules/webaudio/AudioProcessingEvent.cpp const AtomicString& AudioProcessingEvent::interfaceName() const AtomicString 48 Source/modules/webaudio/AudioProcessingEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 59 Source/modules/webaudio/OfflineAudioCompletionEvent.cpp const AtomicString& OfflineAudioCompletionEvent::interfaceName() const AtomicString 46 Source/modules/webaudio/OfflineAudioCompletionEvent.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 71 Source/modules/webmidi/MIDIAccess.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIAccess; } AtomicString 55 Source/modules/webmidi/MIDIConnectionEvent.h static PassRefPtrWillBeRawPtr<MIDIConnectionEvent> create(const AtomicString& type, PassRefPtr<MIDIPort> port) AtomicString 60 Source/modules/webmidi/MIDIConnectionEvent.h static PassRefPtrWillBeRawPtr<MIDIConnectionEvent> create(const AtomicString& type, const MIDIConnectionEventInit& initializer) AtomicString 67 Source/modules/webmidi/MIDIConnectionEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::MIDIConnectionEvent; } AtomicString 77 Source/modules/webmidi/MIDIConnectionEvent.h MIDIConnectionEvent(const AtomicString& type, PassRefPtr<MIDIPort> port) AtomicString 84 Source/modules/webmidi/MIDIConnectionEvent.h MIDIConnectionEvent(const AtomicString& type, const MIDIConnectionEventInit& initializer) AtomicString 49 Source/modules/webmidi/MIDIInput.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIInput; } AtomicString 61 Source/modules/webmidi/MIDIMessageEvent.h static PassRefPtrWillBeRawPtr<MIDIMessageEvent> create(const AtomicString& type, const MIDIMessageEventInit& initializer) AtomicString 69 Source/modules/webmidi/MIDIMessageEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::MIDIMessageEvent; } AtomicString 88 Source/modules/webmidi/MIDIMessageEvent.h MIDIMessageEvent(const AtomicString& type, const MIDIMessageEventInit& initializer) AtomicString 68 Source/modules/webmidi/MIDIPort.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIPort; } AtomicString 62 Source/modules/websockets/CloseEvent.h static PassRefPtrWillBeRawPtr<CloseEvent> create(const AtomicString& type, const CloseEventInit& initializer) AtomicString 72 Source/modules/websockets/CloseEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::CloseEvent; } AtomicString 94 Source/modules/websockets/CloseEvent.h CloseEvent(const AtomicString& type, const CloseEventInit& initializer) AtomicString 555 Source/modules/websockets/WebSocket.cpp const AtomicString& WebSocket::interfaceName() const AtomicString 106 Source/modules/websockets/WebSocket.h virtual const AtomicString& interfaceName() const OVERRIDE; AtomicString 251 Source/modules/websockets/WebSocketHandshake.cpp request->addHeaderField("Host", AtomicString(hostName(m_url, m_secure))); AtomicString 252 Source/modules/websockets/WebSocketHandshake.cpp request->addHeaderField("Origin", AtomicString(clientOrigin())); AtomicString 254 Source/modules/websockets/WebSocketHandshake.cpp request->addHeaderField("Sec-WebSocket-Protocol", AtomicString(m_clientProtocol)); AtomicString 260 Source/modules/websockets/WebSocketHandshake.cpp request->addHeaderField("Cookie", AtomicString(cookie)); AtomicString 266 Source/modules/websockets/WebSocketHandshake.cpp request->addHeaderField("Sec-WebSocket-Key", AtomicString(m_secWebSocketKey)); AtomicString 270 Source/modules/websockets/WebSocketHandshake.cpp request->addHeaderField("Sec-WebSocket-Extensions", AtomicString(extensionValue)); AtomicString 272 Source/modules/websockets/WebSocketHandshake.cpp request->addHeaderField("User-Agent", AtomicString(m_document->userAgent(m_document->url()))); AtomicString 340 Source/modules/websockets/WebSocketHandshake.cpp const AtomicString& WebSocketHandshake::serverWebSocketProtocol() const AtomicString 345 Source/modules/websockets/WebSocketHandshake.cpp const AtomicString& WebSocketHandshake::serverUpgrade() const AtomicString 350 Source/modules/websockets/WebSocketHandshake.cpp const AtomicString& WebSocketHandshake::serverConnection() const AtomicString 355 Source/modules/websockets/WebSocketHandshake.cpp const AtomicString& WebSocketHandshake::serverWebSocketAccept() const AtomicString 459 Source/modules/websockets/WebSocketHandshake.cpp AtomicString name; AtomicString 460 Source/modules/websockets/WebSocketHandshake.cpp AtomicString value; AtomicString 502 Source/modules/websockets/WebSocketHandshake.cpp m_response.addHeaderField("Sec-WebSocket-Extensions", AtomicString(extensions)); AtomicString 508 Source/modules/websockets/WebSocketHandshake.cpp const AtomicString& serverWebSocketProtocol = this->serverWebSocketProtocol(); AtomicString 509 Source/modules/websockets/WebSocketHandshake.cpp const AtomicString& serverUpgrade = this->serverUpgrade(); AtomicString 510 Source/modules/websockets/WebSocketHandshake.cpp const AtomicString& serverConnection = this->serverConnection(); AtomicString 511 Source/modules/websockets/WebSocketHandshake.cpp const AtomicString& serverWebSocketAccept = this->serverWebSocketAccept(); AtomicString 88 Source/modules/websockets/WebSocketHandshake.h const AtomicString& serverWebSocketProtocol() const; AtomicString 89 Source/modules/websockets/WebSocketHandshake.h const AtomicString& serverUpgrade() const; AtomicString 90 Source/modules/websockets/WebSocketHandshake.h const AtomicString& serverConnection() const; AtomicString 91 Source/modules/websockets/WebSocketHandshake.h const AtomicString& serverWebSocketAccept() const; AtomicString 48 Source/platform/DateTimeChooser.h AtomicString type; AtomicString 53 Source/platform/DateTimeChooser.h AtomicString locale; AtomicString 34 Source/platform/Language.cpp static const AtomicString& platformLanguage() AtomicString 36 Source/platform/Language.cpp DEFINE_STATIC_LOCAL(AtomicString, computedDefaultLanguage, ()); AtomicString 44 Source/platform/Language.cpp AtomicString defaultLanguage() AtomicString 46 Source/platform/Language.cpp Vector<AtomicString> languages = userPreferredLanguages(); AtomicString 53 Source/platform/Language.cpp static Vector<AtomicString>& preferredLanguagesOverride() AtomicString 55 Source/platform/Language.cpp DEFINE_STATIC_LOCAL(Vector<AtomicString>, override, ()); AtomicString 59 Source/platform/Language.cpp Vector<AtomicString> userPreferredLanguagesOverride() AtomicString 64 Source/platform/Language.cpp void overrideUserPreferredLanguages(const Vector<AtomicString>& override) AtomicString 69 Source/platform/Language.cpp Vector<AtomicString> userPreferredLanguages() AtomicString 71 Source/platform/Language.cpp Vector<AtomicString>& override = preferredLanguagesOverride(); AtomicString 75 Source/platform/Language.cpp Vector<AtomicString> languages; AtomicString 91 Source/platform/Language.cpp size_t indexOfBestMatchingLanguageInList(const AtomicString& language, const Vector<AtomicString>& languageList) AtomicString 93 Source/platform/Language.cpp AtomicString languageWithoutLocaleMatch; AtomicString 94 Source/platform/Language.cpp AtomicString languageMatchButNotLocale; AtomicString 35 Source/platform/Language.h PLATFORM_EXPORT AtomicString defaultLanguage(); AtomicString 36 Source/platform/Language.h PLATFORM_EXPORT Vector<AtomicString> userPreferredLanguages(); AtomicString 37 Source/platform/Language.h PLATFORM_EXPORT Vector<AtomicString> userPreferredLanguagesOverride(); AtomicString 38 Source/platform/Language.h PLATFORM_EXPORT void overrideUserPreferredLanguages(const Vector<AtomicString>&); AtomicString 39 Source/platform/Language.h PLATFORM_EXPORT size_t indexOfBestMatchingLanguageInList(const AtomicString& language, const Vector<AtomicString>& languageList); AtomicString 53 Source/platform/LinkHash.cpp LinkHash visitedLinkHash(const KURL& base, const AtomicString& relative) AtomicString 61 Source/platform/LinkHash.h PLATFORM_EXPORT LinkHash visitedLinkHash(const KURL& base, const AtomicString& attributeURL); AtomicString 139 Source/platform/exported/WebString.cpp WebString::WebString(const WTF::AtomicString& s) AtomicString 144 Source/platform/exported/WebString.cpp WebString& WebString::operator=(const WTF::AtomicString& s) AtomicString 150 Source/platform/exported/WebString.cpp WebString::operator WTF::AtomicString() const AtomicString 152 Source/platform/exported/WebString.cpp return WTF::AtomicString(m_private.get()); AtomicString 42 Source/platform/fonts/AlternateFontFamily.h inline const AtomicString& adjustFamilyNameToAvoidUnsupportedFonts(const AtomicString& familyName) AtomicString 49 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, courier, ("Courier", AtomicString::ConstructFromLiteral)); AtomicString 50 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, courierNew, ("Courier New", AtomicString::ConstructFromLiteral)); AtomicString 56 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, msSans, ("MS Sans Serif", AtomicString::ConstructFromLiteral)); AtomicString 57 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, microsoftSans, ("Microsoft Sans Serif", AtomicString::ConstructFromLiteral)); AtomicString 63 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, msSerif, ("MS Serif", AtomicString::ConstructFromLiteral)); AtomicString 64 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, timesNewRoman, ("Times New Roman", AtomicString::ConstructFromLiteral)); AtomicString 72 Source/platform/fonts/AlternateFontFamily.h inline const AtomicString& alternateFamilyName(const AtomicString& familyName) AtomicString 75 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, courier, ("Courier", AtomicString::ConstructFromLiteral)); AtomicString 76 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, courierNew, ("Courier New", AtomicString::ConstructFromLiteral)); AtomicString 88 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, times, ("Times", AtomicString::ConstructFromLiteral)); AtomicString 89 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, timesNewRoman, ("Times New Roman", AtomicString::ConstructFromLiteral)); AtomicString 96 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, arial, ("Arial", AtomicString::ConstructFromLiteral)); AtomicString 97 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(AtomicString, helvetica, ("Helvetica", AtomicString::ConstructFromLiteral)); AtomicString 107 Source/platform/fonts/AlternateFontFamily.h inline const AtomicString getFallbackFontFamily(const FontDescription& description) AtomicString 109 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(const AtomicString, sansStr, ("sans-serif", AtomicString::ConstructFromLiteral)); AtomicString 110 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(const AtomicString, serifStr, ("serif", AtomicString::ConstructFromLiteral)); AtomicString 111 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(const AtomicString, monospaceStr, ("monospace", AtomicString::ConstructFromLiteral)); AtomicString 112 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(const AtomicString, cursiveStr, ("cursive", AtomicString::ConstructFromLiteral)); AtomicString 113 Source/platform/fonts/AlternateFontFamily.h DEFINE_STATIC_LOCAL(const AtomicString, fantasyStr, ("fantasy", AtomicString::ConstructFromLiteral)); AtomicString 124 Source/platform/fonts/Font.cpp void Font::drawEmphasisMarks(GraphicsContext* context, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point) const AtomicString 536 Source/platform/fonts/Font.cpp bool Font::getEmphasisMarkGlyphData(const AtomicString& mark, GlyphData& glyphData) const AtomicString 561 Source/platform/fonts/Font.cpp int Font::emphasisMarkAscent(const AtomicString& mark) const AtomicString 577 Source/platform/fonts/Font.cpp int Font::emphasisMarkDescent(const AtomicString& mark) const AtomicString 593 Source/platform/fonts/Font.cpp int Font::emphasisMarkHeight(const AtomicString& mark) const AtomicString 654 Source/platform/fonts/Font.cpp void Font::drawEmphasisMarksForSimpleText(GraphicsContext* context, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point) const AtomicString 718 Source/platform/fonts/Font.cpp void Font::drawEmphasisMarks(GraphicsContext* context, const TextRunPaintInfo& runInfo, const GlyphBuffer& glyphBuffer, const AtomicString& mark, const FloatPoint& point) const AtomicString 96 Source/platform/fonts/Font.h void drawEmphasisMarks(GraphicsContext*, const TextRunPaintInfo&, const AtomicString& mark, const FloatPoint&) const; AtomicString 112 Source/platform/fonts/Font.h int emphasisMarkAscent(const AtomicString&) const; AtomicString 113 Source/platform/fonts/Font.h int emphasisMarkDescent(const AtomicString&) const; AtomicString 114 Source/platform/fonts/Font.h int emphasisMarkHeight(const AtomicString&) const; AtomicString 136 Source/platform/fonts/Font.h void drawEmphasisMarksForSimpleText(GraphicsContext*, const TextRunPaintInfo&, const AtomicString& mark, const FloatPoint&) const; AtomicString 139 Source/platform/fonts/Font.h void drawEmphasisMarks(GraphicsContext*, const TextRunPaintInfo&, const GlyphBuffer&, const AtomicString&, const FloatPoint&) const; AtomicString 144 Source/platform/fonts/Font.h bool getEmphasisMarkGlyphData(const AtomicString&, GlyphData&) const; AtomicString 149 Source/platform/fonts/Font.h void drawEmphasisMarksForComplexText(GraphicsContext*, const TextRunPaintInfo&, const AtomicString& mark, const FloatPoint&) const; AtomicString 80 Source/platform/fonts/FontCache.cpp const AtomicString& passedFamilyName, bool checkingAlternateName) AtomicString 86 Source/platform/fonts/FontCache.cpp const AtomicString& familyName = (passedFamilyName.isEmpty() || passedFamilyName[0] != '@') ? AtomicString 87 Source/platform/fonts/FontCache.cpp passedFamilyName : AtomicString(passedFamilyName.impl()->substring(1)); AtomicString 89 Source/platform/fonts/FontCache.cpp const AtomicString& familyName = passedFamilyName; AtomicString 113 Source/platform/fonts/FontCache.cpp const AtomicString& alternateName = alternateFamilyName(familyName); AtomicString 149 Source/platform/fonts/FontCache.cpp PassRefPtr<SimpleFontData> FontCache::getFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName, ShouldRetain shouldRetain) AtomicString 170 Source/platform/fonts/FontCache.cpp bool FontCache::isPlatformFontAvailable(const FontDescription& fontDescription, const AtomicString& family) AtomicString 85 Source/platform/fonts/FontCache.h PassRefPtr<SimpleFontData> getFontData(const FontDescription&, const AtomicString&, bool checkingAlternateName = false, ShouldRetain = Retain); AtomicString 88 Source/platform/fonts/FontCache.h bool isPlatformFontAvailable(const FontDescription&, const AtomicString&); AtomicString 114 Source/platform/fonts/FontCache.h static AtomicString getGenericFamilyNameForScript(const AtomicString& familyName, UScriptCode); AtomicString 139 Source/platform/fonts/FontCache.h FontPlatformData* getFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false); AtomicString 142 Source/platform/fonts/FontCache.h FontPlatformData* createFontPlatformData(const FontDescription&, const AtomicString& family, float fontSize); AtomicString 145 Source/platform/fonts/FontCache.h PassRefPtr<SkTypeface> createTypeface(const FontDescription&, const AtomicString& family, CString& name); AtomicString 52 Source/platform/fonts/FontCacheKey.h FontCacheKey(AtomicString familyName, float fontSize, unsigned options) AtomicString 92 Source/platform/fonts/FontCacheKey.h AtomicString m_familyName; AtomicString 32 Source/platform/fonts/FontCacheTest.cpp AtomicString::init(); AtomicString 129 Source/platform/fonts/FontDescription.cpp FontCacheKey FontDescription::cacheKey(const AtomicString& familyName, FontTraits desiredTraits) const AtomicString 133 Source/platform/fonts/FontDescription.h FontCacheKey cacheKey(const AtomicString& familyName, FontTraits desiredTraits = FontTraits(0)) const; AtomicString 43 Source/platform/fonts/FontFamily.h void setFamily(const AtomicString& family) { m_family = family; } AtomicString 44 Source/platform/fonts/FontFamily.h const AtomicString& family() const { return m_family; } AtomicString 53 Source/platform/fonts/FontFamily.h AtomicString m_family; AtomicString 31 Source/platform/fonts/FontFeatureSettings.cpp FontFeature::FontFeature(const AtomicString& tag, int value) AtomicString 40 Source/platform/fonts/FontFeatureSettings.h FontFeature(const AtomicString& tag, int value); AtomicString 43 Source/platform/fonts/FontFeatureSettings.h const AtomicString& tag() const { return m_tag; } AtomicString 47 Source/platform/fonts/FontFeatureSettings.h AtomicString m_tag; AtomicString 86 Source/platform/fonts/FontPlatformData.h FontPlatformData(const FontDescription&, const AtomicString& family); AtomicString 41 Source/platform/fonts/FontSelector.h virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0; AtomicString 42 Source/platform/fonts/FontSelector.h virtual void willUseFontData(const FontDescription&, const AtomicString& familyName) = 0; AtomicString 60 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setGenericFontFamilyMap(ScriptFontFamilyMap& fontMap, const AtomicString& family, UScriptCode script) AtomicString 74 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::genericFontFamilyForScript(const ScriptFontFamilyMap& fontMap, UScriptCode script) const AtomicString 84 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::standard(UScriptCode script) const AtomicString 89 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setStandard(const AtomicString& family, UScriptCode script) AtomicString 94 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::fixed(UScriptCode script) const AtomicString 99 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setFixed(const AtomicString& family, UScriptCode script) AtomicString 104 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::serif(UScriptCode script) const AtomicString 109 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setSerif(const AtomicString& family, UScriptCode script) AtomicString 114 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::sansSerif(UScriptCode script) const AtomicString 119 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setSansSerif(const AtomicString& family, UScriptCode script) AtomicString 124 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::cursive(UScriptCode script) const AtomicString 129 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setCursive(const AtomicString& family, UScriptCode script) AtomicString 134 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::fantasy(UScriptCode script) const AtomicString 139 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setFantasy(const AtomicString& family, UScriptCode script) AtomicString 144 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::pictograph(UScriptCode script) const AtomicString 149 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setPictograph(const AtomicString& family, UScriptCode script) AtomicString 53 Source/platform/fonts/GenericFontFamilySettings.h void setStandard(const AtomicString&, UScriptCode = USCRIPT_COMMON); AtomicString 54 Source/platform/fonts/GenericFontFamilySettings.h const AtomicString& standard(UScriptCode = USCRIPT_COMMON) const; AtomicString 56 Source/platform/fonts/GenericFontFamilySettings.h void setFixed(const AtomicString&, UScriptCode = USCRIPT_COMMON); AtomicString 57 Source/platform/fonts/GenericFontFamilySettings.h const AtomicString& fixed(UScriptCode = USCRIPT_COMMON) const; AtomicString 59 Source/platform/fonts/GenericFontFamilySettings.h void setSerif(const AtomicString&, UScriptCode = USCRIPT_COMMON); AtomicString 60 Source/platform/fonts/GenericFontFamilySettings.h const AtomicString& serif(UScriptCode = USCRIPT_COMMON) const; AtomicString 62 Source/platform/fonts/GenericFontFamilySettings.h void setSansSerif(const AtomicString&, UScriptCode = USCRIPT_COMMON); AtomicString 63 Source/platform/fonts/GenericFontFamilySettings.h const AtomicString& sansSerif(UScriptCode = USCRIPT_COMMON) const; AtomicString 65 Source/platform/fonts/GenericFontFamilySettings.h void setCursive(const AtomicString&, UScriptCode = USCRIPT_COMMON); AtomicString 66 Source/platform/fonts/GenericFontFamilySettings.h const AtomicString& cursive(UScriptCode = USCRIPT_COMMON) const; AtomicString 68 Source/platform/fonts/GenericFontFamilySettings.h void setFantasy(const AtomicString&, UScriptCode = USCRIPT_COMMON); AtomicString 69 Source/platform/fonts/GenericFontFamilySettings.h const AtomicString& fantasy(UScriptCode = USCRIPT_COMMON) const; AtomicString 71 Source/platform/fonts/GenericFontFamilySettings.h void setPictograph(const AtomicString&, UScriptCode = USCRIPT_COMMON); AtomicString 72 Source/platform/fonts/GenericFontFamilySettings.h const AtomicString& pictograph(UScriptCode = USCRIPT_COMMON) const; AtomicString 91 Source/platform/fonts/GenericFontFamilySettings.h void setGenericFontFamilyMap(ScriptFontFamilyMap&, const AtomicString&, UScriptCode); AtomicString 92 Source/platform/fonts/GenericFontFamilySettings.h const AtomicString& genericFontFamilyForScript(const ScriptFontFamilyMap&, UScriptCode) const; AtomicString 42 Source/platform/fonts/android/FontCacheAndroid.cpp static AtomicString getFamilyNameForCharacter(UChar32 c, UScriptCode script) AtomicString 74 Source/platform/fonts/android/FontCacheAndroid.cpp AtomicString familyName = getFamilyNameForCharacter(c, fontDescription.script()); AtomicString 81 Source/platform/fonts/android/FontCacheAndroid.cpp AtomicString FontCache::getGenericFamilyNameForScript(const AtomicString& familyName, UScriptCode script) AtomicString 195 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point) const AtomicString 528 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp const AtomicString& tag = settings->at(i).tag(); AtomicString 120 Source/platform/fonts/mac/FontComplexTextMac.cpp void Font::drawEmphasisMarksForComplexText(GraphicsContext* context, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point) const AtomicString 60 Source/platform/fonts/skia/FontCacheSkia.cpp AtomicString atomicFamily(family.name); AtomicString 93 Source/platform/fonts/skia/FontCacheSkia.cpp const AtomicString fallbackFontFamily = getFallbackFontFamily(description); AtomicString 98 Source/platform/fonts/skia/FontCacheSkia.cpp DEFINE_STATIC_LOCAL(const AtomicString, sansStr, ("Sans", AtomicString::ConstructFromLiteral)); AtomicString 102 Source/platform/fonts/skia/FontCacheSkia.cpp DEFINE_STATIC_LOCAL(const AtomicString, arialStr, ("Arial", AtomicString::ConstructFromLiteral)); AtomicString 110 Source/platform/fonts/skia/FontCacheSkia.cpp PassRefPtr<SkTypeface> FontCache::createTypeface(const FontDescription& fontDescription, const AtomicString& family, CString& name) AtomicString 137 Source/platform/fonts/skia/FontCacheSkia.cpp FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family, float fontSize) AtomicString 107 Source/platform/fonts/win/FontCacheSkiaWin.cpp static bool fontRequiresFullHinting(const AtomicString& familyName) AtomicString 109 Source/platform/fonts/win/FontCacheSkiaWin.cpp DEFINE_STATIC_LOCAL(AtomicString, courierNew, ("Courier New", AtomicString::ConstructFromLiteral)); AtomicString 128 Source/platform/fonts/win/FontCacheSkiaWin.cpp data = getFontPlatformData(fontDescription, AtomicString(family, wcslen(family))); AtomicString 187 Source/platform/fonts/win/FontCacheSkiaWin.cpp data = getFontPlatformData(fontDescription, AtomicString(family, wcslen(family))); AtomicString 204 Source/platform/fonts/win/FontCacheSkiaWin.cpp static inline bool equalIgnoringCase(const AtomicString& a, const SkString& b) AtomicString 206 Source/platform/fonts/win/FontCacheSkiaWin.cpp return equalIgnoringCase(a, AtomicString::fromUTF8(b.c_str())); AtomicString 209 Source/platform/fonts/win/FontCacheSkiaWin.cpp static bool typefacesMatchesFamily(const SkTypeface* tf, const AtomicString& family) AtomicString 236 Source/platform/fonts/win/FontCacheSkiaWin.cpp FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family, float fontSize) AtomicString 57 Source/platform/fonts/win/FontFallbackWin.cpp if (equalIgnoringCase(family, AtomicString::fromUTF8(actualFamily.fString.c_str()))) { AtomicString 965 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawEmphasisMarks(const Font& font, const TextRunPaintInfo& runInfo, const AtomicString& mark, const FloatPoint& point) AtomicString 300 Source/platform/graphics/GraphicsContext.h void drawEmphasisMarks(const Font&, const TextRunPaintInfo&, const AtomicString& mark, const FloatPoint&); AtomicString 118 Source/platform/graphics/filters/FilterOperation.h static PassRefPtr<ReferenceFilterOperation> create(const String& url, const AtomicString& fragment) AtomicString 127 Source/platform/graphics/filters/FilterOperation.h const AtomicString& fragment() const { return m_fragment; } AtomicString 147 Source/platform/graphics/filters/FilterOperation.h ReferenceFilterOperation(const String& url, const AtomicString& fragment) AtomicString 155 Source/platform/graphics/filters/FilterOperation.h AtomicString m_fragment; AtomicString 40 Source/platform/graphics/filters/SourceAlpha.cpp const AtomicString& SourceAlpha::effectName() AtomicString 42 Source/platform/graphics/filters/SourceAlpha.cpp DEFINE_STATIC_LOCAL(const AtomicString, s_effectName, ("SourceAlpha", AtomicString::ConstructFromLiteral)); AtomicString 33 Source/platform/graphics/filters/SourceAlpha.h static const AtomicString& effectName(); AtomicString 37 Source/platform/graphics/filters/SourceGraphic.cpp const AtomicString& SourceGraphic::effectName() AtomicString 39 Source/platform/graphics/filters/SourceGraphic.cpp DEFINE_STATIC_LOCAL(const AtomicString, s_effectName, ("SourceGraphic", AtomicString::ConstructFromLiteral)); AtomicString 34 Source/platform/graphics/filters/SourceGraphic.h static const AtomicString& effectName(); AtomicString 34 Source/platform/mhtml/ArchiveResource.cpp inline ArchiveResource::ArchiveResource(PassRefPtr<SharedBuffer> data, const KURL& url, const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, const ResourceResponse& response) AtomicString 45 Source/platform/mhtml/ArchiveResource.cpp PassRefPtr<ArchiveResource> ArchiveResource::create(PassRefPtr<SharedBuffer> data, const KURL& url, const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, const ResourceResponse& response) AtomicString 44 Source/platform/mhtml/ArchiveResource.h const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, AtomicString 50 Source/platform/mhtml/ArchiveResource.h const AtomicString& mimeType() const { return m_mimeType; } AtomicString 51 Source/platform/mhtml/ArchiveResource.h const AtomicString& textEncoding() const { return m_textEncoding; } AtomicString 55 Source/platform/mhtml/ArchiveResource.h ArchiveResource(PassRefPtr<SharedBuffer>, const KURL&, const AtomicString& mimeType, const AtomicString& textEncoding, const String& frameName, const ResourceResponse&); AtomicString 60 Source/platform/mhtml/ArchiveResource.h AtomicString m_mimeType; AtomicString 61 Source/platform/mhtml/ArchiveResource.h AtomicString m_textEncoding; AtomicString 260 Source/platform/mhtml/MHTMLParser.cpp const AtomicString& mimeType = resource->mimeType(); AtomicString 364 Source/platform/mhtml/MHTMLParser.cpp return ArchiveResource::create(contentBuffer, location, AtomicString(mimeHeader.contentType()), AtomicString(mimeHeader.charset()), String()); AtomicString 65 Source/platform/network/HTTPHeaderMap.cpp set(AtomicString(header.first), AtomicString(header.second)); AtomicString 69 Source/platform/network/HTTPHeaderMap.cpp const AtomicString& HTTPHeaderMap::get(const AtomicString& name) const AtomicString 71 Source/platform/network/HTTPHeaderMap.cpp return HashMap<AtomicString, AtomicString, CaseFoldingHash>::get(name); AtomicString 74 Source/platform/network/HTTPHeaderMap.cpp HTTPHeaderMap::AddResult HTTPHeaderMap::add(const AtomicString& name, const AtomicString& value) AtomicString 76 Source/platform/network/HTTPHeaderMap.cpp return HashMap<AtomicString, AtomicString, CaseFoldingHash>::add(name, value); AtomicString 86 Source/platform/network/HTTPHeaderMap.cpp static bool equal(const AtomicString& key, const char* cString) AtomicString 91 Source/platform/network/HTTPHeaderMap.cpp static void translate(AtomicString& location, const char* cString, unsigned /*hash*/) AtomicString 93 Source/platform/network/HTTPHeaderMap.cpp location = AtomicString(cString); AtomicString 97 Source/platform/network/HTTPHeaderMap.cpp const AtomicString& HTTPHeaderMap::get(const char* name) const AtomicString 110 Source/platform/network/HTTPHeaderMap.cpp HTTPHeaderMap::AddResult HTTPHeaderMap::add(const char* name, const AtomicString& value) AtomicString 112 Source/platform/network/HTTPHeaderMap.cpp return HashMap<AtomicString, AtomicString, CaseFoldingHash>::add<CaseFoldingCStringTranslator>(name, value); AtomicString 44 Source/platform/network/HTTPHeaderMap.h class PLATFORM_EXPORT HTTPHeaderMap : public HashMap<AtomicString, AtomicString, CaseFoldingHash> { AtomicString 54 Source/platform/network/HTTPHeaderMap.h const AtomicString& get(const AtomicString& name) const; AtomicString 56 Source/platform/network/HTTPHeaderMap.h AddResult add(const AtomicString& name, const AtomicString& value); AtomicString 60 Source/platform/network/HTTPHeaderMap.h const AtomicString& get(const char*) const; AtomicString 61 Source/platform/network/HTTPHeaderMap.h AddResult add(const char* name, const AtomicString& value); AtomicString 268 Source/platform/network/HTTPParsers.cpp AtomicString extractMIMETypeFromMediaType(const AtomicString& mediaType) AtomicString 609 Source/platform/network/HTTPParsers.cpp size_t parseHTTPHeader(const char* start, size_t length, String& failureReason, AtomicString& nameStr, AtomicString& valueStr) AtomicString 666 Source/platform/network/HTTPParsers.cpp nameStr = AtomicString::fromUTF8(name.data(), name.size()); AtomicString 667 Source/platform/network/HTTPParsers.cpp valueStr = AtomicString::fromUTF8(value.data(), value.size()); AtomicString 79 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT AtomicString extractMIMETypeFromMediaType(const AtomicString&); AtomicString 94 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT size_t parseHTTPHeader(const char* data, size_t length, String& failureReason, AtomicString& nameStr, AtomicString& valueStr); AtomicString 82 Source/platform/network/HTTPRequest.cpp AtomicString name; AtomicString 83 Source/platform/network/HTTPRequest.cpp AtomicString value; AtomicString 61 Source/platform/network/HTTPRequest.h void addHeaderField(const AtomicString& name, const AtomicString& value) { m_headerFields.add(name, value); } AtomicString 62 Source/platform/network/HTTPRequest.h void addHeaderField(const char* name, const AtomicString& value) { m_headerFields.add(name, value); } AtomicString 41 Source/platform/network/ResourceRequest.cpp request->setHTTPMethod(AtomicString(data->m_httpMethod)); AtomicString 144 Source/platform/network/ResourceRequest.cpp const AtomicString& ResourceRequest::httpMethod() const AtomicString 149 Source/platform/network/ResourceRequest.cpp void ResourceRequest::setHTTPMethod(const AtomicString& httpMethod) AtomicString 159 Source/platform/network/ResourceRequest.cpp const AtomicString& ResourceRequest::httpHeaderField(const AtomicString& name) const AtomicString 164 Source/platform/network/ResourceRequest.cpp const AtomicString& ResourceRequest::httpHeaderField(const char* name) const AtomicString 169 Source/platform/network/ResourceRequest.cpp void ResourceRequest::setHTTPHeaderField(const AtomicString& name, const AtomicString& value) AtomicString 174 Source/platform/network/ResourceRequest.cpp void ResourceRequest::setHTTPHeaderField(const char* name, const AtomicString& value) AtomicString 176 Source/platform/network/ResourceRequest.cpp setHTTPHeaderField(AtomicString(name), value); AtomicString 241 Source/platform/network/ResourceRequest.cpp void ResourceRequest::addHTTPHeaderField(const AtomicString& name, const AtomicString& value) AtomicString 255 Source/platform/network/ResourceRequest.cpp void ResourceRequest::clearHTTPHeaderField(const AtomicString& name) AtomicString 122 Source/platform/network/ResourceRequest.h const AtomicString& httpMethod() const; AtomicString 123 Source/platform/network/ResourceRequest.h void setHTTPMethod(const AtomicString&); AtomicString 126 Source/platform/network/ResourceRequest.h const AtomicString& httpHeaderField(const AtomicString& name) const; AtomicString 127 Source/platform/network/ResourceRequest.h const AtomicString& httpHeaderField(const char* name) const; AtomicString 128 Source/platform/network/ResourceRequest.h void setHTTPHeaderField(const AtomicString& name, const AtomicString& value); AtomicString 129 Source/platform/network/ResourceRequest.h void setHTTPHeaderField(const char* name, const AtomicString& value); AtomicString 130 Source/platform/network/ResourceRequest.h void addHTTPHeaderField(const AtomicString& name, const AtomicString& value); AtomicString 132 Source/platform/network/ResourceRequest.h void clearHTTPHeaderField(const AtomicString& name); AtomicString 136 Source/platform/network/ResourceRequest.h const AtomicString& httpContentType() const { return httpHeaderField("Content-Type"); } AtomicString 137 Source/platform/network/ResourceRequest.h void setHTTPContentType(const AtomicString& httpContentType) { setHTTPHeaderField("Content-Type", httpContentType); } AtomicString 140 Source/platform/network/ResourceRequest.h const AtomicString& httpReferrer() const { return httpHeaderField("Referer"); } AtomicString 145 Source/platform/network/ResourceRequest.h const AtomicString& httpOrigin() const { return httpHeaderField("Origin"); } AtomicString 146 Source/platform/network/ResourceRequest.h void setHTTPOrigin(const AtomicString& httpOrigin) { setHTTPHeaderField("Origin", httpOrigin); } AtomicString 149 Source/platform/network/ResourceRequest.h const AtomicString& httpUserAgent() const { return httpHeaderField("User-Agent"); } AtomicString 150 Source/platform/network/ResourceRequest.h void setHTTPUserAgent(const AtomicString& httpUserAgent) { setHTTPHeaderField("User-Agent", httpUserAgent); } AtomicString 153 Source/platform/network/ResourceRequest.h const AtomicString& httpAccept() const { return httpHeaderField("Accept"); } AtomicString 154 Source/platform/network/ResourceRequest.h void setHTTPAccept(const AtomicString& httpAccept) { setHTTPHeaderField("Accept", httpAccept); } AtomicString 224 Source/platform/network/ResourceRequest.h AtomicString m_httpMethod; AtomicString 72 Source/platform/network/ResourceResponse.cpp ResourceResponse::ResourceResponse(const KURL& url, const AtomicString& mimeType, long long expectedLength, const AtomicString& textEncodingName, const String& filename) AtomicString 113 Source/platform/network/ResourceResponse.cpp response->setMimeType(AtomicString(data->m_mimeType)); AtomicString 115 Source/platform/network/ResourceResponse.cpp response->setTextEncodingName(AtomicString(data->m_textEncodingName)); AtomicString 119 Source/platform/network/ResourceResponse.cpp response->setHTTPStatusText(AtomicString(data->m_httpStatusText)); AtomicString 134 Source/platform/network/ResourceResponse.cpp response->m_remoteIPAddress = AtomicString(data->m_remoteIPAddress); AtomicString 197 Source/platform/network/ResourceResponse.cpp const AtomicString& ResourceResponse::mimeType() const AtomicString 202 Source/platform/network/ResourceResponse.cpp void ResourceResponse::setMimeType(const AtomicString& mimeType) AtomicString 223 Source/platform/network/ResourceResponse.cpp const AtomicString& ResourceResponse::textEncodingName() const AtomicString 228 Source/platform/network/ResourceResponse.cpp void ResourceResponse::setTextEncodingName(const AtomicString& encodingName) AtomicString 260 Source/platform/network/ResourceResponse.cpp const AtomicString& ResourceResponse::httpStatusText() const AtomicString 265 Source/platform/network/ResourceResponse.cpp void ResourceResponse::setHTTPStatusText(const AtomicString& statusText) AtomicString 270 Source/platform/network/ResourceResponse.cpp const AtomicString& ResourceResponse::httpHeaderField(const AtomicString& name) const AtomicString 275 Source/platform/network/ResourceResponse.cpp const AtomicString& ResourceResponse::httpHeaderField(const char* name) const AtomicString 280 Source/platform/network/ResourceResponse.cpp void ResourceResponse::updateHeaderParsedState(const AtomicString& name) AtomicString 282 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, ageHeader, ("age", AtomicString::ConstructFromLiteral)); AtomicString 283 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, cacheControlHeader, ("cache-control", AtomicString::ConstructFromLiteral)); AtomicString 284 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, dateHeader, ("date", AtomicString::ConstructFromLiteral)); AtomicString 285 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, expiresHeader, ("expires", AtomicString::ConstructFromLiteral)); AtomicString 286 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, lastModifiedHeader, ("last-modified", AtomicString::ConstructFromLiteral)); AtomicString 287 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, pragmaHeader, ("pragma", AtomicString::ConstructFromLiteral)); AtomicString 301 Source/platform/network/ResourceResponse.cpp void ResourceResponse::setHTTPHeaderField(const AtomicString& name, const AtomicString& value) AtomicString 308 Source/platform/network/ResourceResponse.cpp void ResourceResponse::addHTTPHeaderField(const AtomicString& name, const AtomicString& value) AtomicString 317 Source/platform/network/ResourceResponse.cpp void ResourceResponse::clearHTTPHeaderField(const AtomicString& name) AtomicString 337 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, cacheControlString, ("cache-control", AtomicString::ConstructFromLiteral)); AtomicString 338 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, noCacheDirective, ("no-cache", AtomicString::ConstructFromLiteral)); AtomicString 339 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, noStoreDirective, ("no-store", AtomicString::ConstructFromLiteral)); AtomicString 340 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, mustRevalidateDirective, ("must-revalidate", AtomicString::ConstructFromLiteral)); AtomicString 341 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, maxAgeDirective, ("max-age", AtomicString::ConstructFromLiteral)); AtomicString 343 Source/platform/network/ResourceResponse.cpp const AtomicString& cacheControlValue = m_httpHeaderFields.get(cacheControlString); AtomicString 375 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, pragmaHeader, ("pragma", AtomicString::ConstructFromLiteral)); AtomicString 376 Source/platform/network/ResourceResponse.cpp const AtomicString& pragmaValue = m_httpHeaderFields.get(pragmaHeader); AtomicString 405 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, lastModifiedHeader, ("last-modified", AtomicString::ConstructFromLiteral)); AtomicString 406 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, eTagHeader, ("etag", AtomicString::ConstructFromLiteral)); AtomicString 417 Source/platform/network/ResourceResponse.cpp static double parseDateValueInHeader(const HTTPHeaderMap& headers, const AtomicString& headerName) AtomicString 419 Source/platform/network/ResourceResponse.cpp const AtomicString& headerValue = headers.get(headerName); AtomicString 435 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("date", AtomicString::ConstructFromLiteral)); AtomicString 445 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("age", AtomicString::ConstructFromLiteral)); AtomicString 446 Source/platform/network/ResourceResponse.cpp const AtomicString& headerValue = m_httpHeaderFields.get(headerName); AtomicString 459 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("expires", AtomicString::ConstructFromLiteral)); AtomicString 469 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("last-modified", AtomicString::ConstructFromLiteral)); AtomicString 478 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, headerName, ("content-disposition", AtomicString::ConstructFromLiteral)); AtomicString 484 Source/platform/network/ResourceResponse.cpp DEFINE_STATIC_LOCAL(const AtomicString, attachmentString, ("attachment", AtomicString::ConstructFromLiteral)); AtomicString 60 Source/platform/network/ResourceResponse.h ResourceResponse(const KURL&, const AtomicString& mimeType, long long expectedLength, const AtomicString& textEncodingName, const String& filename); AtomicString 68 Source/platform/network/ResourceResponse.h const AtomicString& mimeType() const; AtomicString 69 Source/platform/network/ResourceResponse.h void setMimeType(const AtomicString&); AtomicString 74 Source/platform/network/ResourceResponse.h const AtomicString& textEncodingName() const; AtomicString 75 Source/platform/network/ResourceResponse.h void setTextEncodingName(const AtomicString&); AtomicString 85 Source/platform/network/ResourceResponse.h const AtomicString& httpStatusText() const; AtomicString 86 Source/platform/network/ResourceResponse.h void setHTTPStatusText(const AtomicString&); AtomicString 88 Source/platform/network/ResourceResponse.h const AtomicString& httpHeaderField(const AtomicString& name) const; AtomicString 89 Source/platform/network/ResourceResponse.h const AtomicString& httpHeaderField(const char* name) const; AtomicString 90 Source/platform/network/ResourceResponse.h void setHTTPHeaderField(const AtomicString& name, const AtomicString& value); AtomicString 91 Source/platform/network/ResourceResponse.h void addHTTPHeaderField(const AtomicString& name, const AtomicString& value); AtomicString 92 Source/platform/network/ResourceResponse.h void clearHTTPHeaderField(const AtomicString& name); AtomicString 167 Source/platform/network/ResourceResponse.h const AtomicString& remoteIPAddress() const { return m_remoteIPAddress; } AtomicString 168 Source/platform/network/ResourceResponse.h void setRemoteIPAddress(const AtomicString& value) { m_remoteIPAddress = value; } AtomicString 191 Source/platform/network/ResourceResponse.h void updateHeaderParsedState(const AtomicString& name); AtomicString 194 Source/platform/network/ResourceResponse.h AtomicString m_mimeType; AtomicString 196 Source/platform/network/ResourceResponse.h AtomicString m_textEncodingName; AtomicString 199 Source/platform/network/ResourceResponse.h AtomicString m_httpStatusText; AtomicString 263 Source/platform/network/ResourceResponse.h AtomicString m_remoteIPAddress; AtomicString 53 Source/platform/network/WebSocketHandshakeRequest.cpp void WebSocketHandshakeRequest::addAndMergeHeader(HTTPHeaderMap* map, const AtomicString& name, const AtomicString& value) AtomicString 52 Source/platform/network/WebSocketHandshakeRequest.h void addAndMergeHeader(const AtomicString& name, const AtomicString& value) { addAndMergeHeader(&m_headerFields, name, value); } AtomicString 57 Source/platform/network/WebSocketHandshakeRequest.h static void addAndMergeHeader(HTTPHeaderMap* /* map */, const AtomicString& name, const AtomicString& value); AtomicString 59 Source/platform/network/WebSocketHandshakeRequest.h void addHeaderField(const AtomicString& name, const AtomicString& value) { m_headerFields.add(name, value); } AtomicString 74 Source/platform/network/WebSocketHandshakeResponse.cpp void WebSocketHandshakeResponse::addHeaderField(const AtomicString& name, const AtomicString& value) AtomicString 50 Source/platform/network/WebSocketHandshakeResponse.h void addHeaderField(const AtomicString& name, const AtomicString& value); AtomicString 45 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT TextBreakIterator* acquireLineBreakIterator(const LChar*, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength); AtomicString 46 Source/platform/text/TextBreakIterator.h PLATFORM_EXPORT TextBreakIterator* acquireLineBreakIterator(const UChar*, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength); AtomicString 64 Source/platform/text/TextBreakIterator.h LazyLineBreakIterator(String string, const AtomicString& locale = AtomicString()) AtomicString 148 Source/platform/text/TextBreakIterator.h void resetStringAndReleaseIterator(String string, const AtomicString& locale) AtomicString 163 Source/platform/text/TextBreakIterator.h AtomicString m_locale; AtomicString 53 Source/platform/text/TextBreakIteratorICU.cpp icu::BreakIterator* take(const AtomicString& locale) AtomicString 106 Source/platform/text/TextBreakIteratorICU.cpp HashMap<icu::BreakIterator*, AtomicString> m_vendedIterators; AtomicString 540 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* acquireLineBreakIterator(const LChar* string, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength) AtomicString 570 Source/platform/text/TextBreakIteratorICU.cpp TextBreakIterator* acquireLineBreakIterator(const UChar* string, int length, const AtomicString& locale, const UChar* priorContext, unsigned priorContextLength) AtomicString 215 Source/platform/weborigin/KURL.cpp KURL::KURL(const AtomicString& canonicalString, const url_parse::Parsed& parsed, bool isValid) AtomicString 776 Source/platform/weborigin/KURL.cpp m_string = AtomicString::fromUTF8(output.data(), output.length()); AtomicString 879 Source/platform/weborigin/KURL.cpp m_string = AtomicString::fromUTF8(output.data(), output.length()); AtomicString 83 Source/platform/weborigin/KURL.h KURL(const AtomicString& canonicalString, const url_parse::Parsed&, bool isValid); AtomicString 43 Source/platform/weborigin/Referrer.h AtomicString referrer; AtomicString 421 Source/platform/weborigin/SecurityOrigin.cpp AtomicString SecurityOrigin::toAtomicString() const AtomicString 424 Source/platform/weborigin/SecurityOrigin.cpp return AtomicString("null", AtomicString::ConstructFromLiteral); AtomicString 426 Source/platform/weborigin/SecurityOrigin.cpp return AtomicString("null", AtomicString::ConstructFromLiteral); AtomicString 440 Source/platform/weborigin/SecurityOrigin.cpp AtomicString SecurityOrigin::toRawAtomicString() const AtomicString 443 Source/platform/weborigin/SecurityOrigin.cpp return AtomicString("file://", AtomicString::ConstructFromLiteral); AtomicString 181 Source/platform/weborigin/SecurityOrigin.h AtomicString toAtomicString() const; AtomicString 186 Source/platform/weborigin/SecurityOrigin.h AtomicString toRawAtomicString() const; AtomicString 84 Source/web/DateTimeChooserImpl.cpp static String valueToDateTimeString(double value, AtomicString type) AtomicString 91 Source/web/ExternalDateTimeChooser.cpp static WebDateTimeInputType toWebDateTimeInputType(const AtomicString& source) AtomicString 609 Source/web/FrameLoaderClientImpl.cpp const AtomicString& name, AtomicString 116 Source/web/FrameLoaderClientImpl.h virtual PassRefPtr<WebCore::LocalFrame> createFrame(const WebCore::KURL&, const WTF::AtomicString& name, const WebCore::Referrer&, WebCore::HTMLFrameOwnerElement*) OVERRIDE; AtomicString 66 Source/web/SpeechInputClientImpl.cpp bool SpeechInputClientImpl::startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin* origin) AtomicString 61 Source/web/SpeechInputClientImpl.h virtual bool startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin*) OVERRIDE; AtomicString 86 Source/web/ValidationMessageClientImpl.cpp AtomicString title = m_currentAnchor->fastGetAttribute(HTMLNames::titleAttr); AtomicString 1146 Source/web/WebFrameImpl.cpp result = frame()->editor().command(AtomicString("BackwardDelete")).execute(); AtomicString 1148 Source/web/WebFrameImpl.cpp result = frame()->editor().command(AtomicString("ForwardDelete")).execute(); AtomicString 391 Source/web/WebInputEventConversion.cpp inline WebTouchPoint::State toWebTouchPointState(const AtomicString& type) AtomicString 700 Source/web/WebInputEventConversion.cpp static void addTouchPoints(const Widget* widget, const AtomicString& touchType, TouchList* touches, WebTouchPoint* touchPoints, unsigned* touchPointsLength, const WebCore::RenderObject* renderObject) AtomicString 1831 Source/web/WebViewImpl.cpp AtomicString eventType; AtomicString 2400 Source/web/WebViewImpl.cpp AtomicString newEncodingName; AtomicString 3948 Source/web/WebViewImpl.cpp AtomicString eventType; AtomicString 227 Source/web/tests/LocaleICUTest.cpp static String testDecimalSeparator(const AtomicString& localeIdentifier) AtomicString 240 Source/web/tests/LocaleICUTest.cpp void testNumberIsReversible(const AtomicString& localeIdentifier, const char* original, const char* shouldHave = 0) AtomicString 356 Source/web/tests/LocaleMacTest.cpp static void testNumberIsReversible(const AtomicString& localeString, const char* original, const char* shouldHave = 0) AtomicString 366 Source/web/tests/LocaleMacTest.cpp void testNumbers(const AtomicString& localeString, const char* decimalSeparatorShouldBe = 0) AtomicString 258 Source/web/tests/TouchActionTest.cpp AtomicString expectedAction = element->getAttribute("expected-action"); AtomicString 59 Source/wtf/BloomFilter.h void add(const AtomicString& string) { add(string.impl()->existingHash()); } AtomicString 61 Source/wtf/BloomFilter.h void remove(const AtomicString& string) { remove(string.impl()->existingHash()); } AtomicString 64 Source/wtf/BloomFilter.h bool mayContain(const AtomicString& string) const { return mayContain(string.impl()->existingHash()); } AtomicString 36 Source/wtf/Forward.h class AtomicString; AtomicString 64 Source/wtf/Forward.h using WTF::AtomicString; AtomicString 84 Source/wtf/SizeLimits.cpp COMPILE_ASSERT(sizeof(AtomicString) == sizeof(String), AtomicString_should_stay_small); AtomicString 33 Source/wtf/VectorTraits.h class AtomicString; AtomicString 37 Source/wtf/text/AtomicString.cpp COMPILE_ASSERT(sizeof(AtomicString) == sizeof(String), atomic_string_and_string_must_be_same_size); AtomicString 142 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(const LChar* c) AtomicString 276 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(const UChar* s, unsigned length) AtomicString 288 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(const UChar* s, unsigned length, unsigned existingHash) AtomicString 300 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(const UChar* s) AtomicString 345 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(StringImpl* baseString, unsigned start, unsigned length) AtomicString 404 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::add(const LChar* s, unsigned length) AtomicString 416 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::addFromLiteralData(const char* characters, unsigned length) AtomicString 425 Source/wtf/text/AtomicString.cpp PassRefPtr<StringImpl> AtomicString::addSlowCase(StringImpl* string) AtomicString 437 Source/wtf/text/AtomicString.cpp StringImpl* AtomicString::find(const StringImpl* stringImpl) AtomicString 455 Source/wtf/text/AtomicString.cpp void AtomicString::remove(StringImpl* r) AtomicString 466 Source/wtf/text/AtomicString.cpp AtomicString AtomicString::lower() const AtomicString 475 Source/wtf/text/AtomicString.cpp return AtomicString(newImpl.release()); AtomicString 478 Source/wtf/text/AtomicString.cpp AtomicString AtomicString::fromUTF8Internal(const char* charactersStart, const char* charactersEnd) AtomicString 487 Source/wtf/text/AtomicString.cpp AtomicString atomicString; AtomicString 492 Source/wtf/text/AtomicString.cpp AtomicString AtomicString::number(int number) AtomicString 494 Source/wtf/text/AtomicString.cpp return numberToStringSigned<AtomicString>(number); AtomicString 497 Source/wtf/text/AtomicString.cpp AtomicString AtomicString::number(unsigned number) AtomicString 499 Source/wtf/text/AtomicString.cpp return numberToStringUnsigned<AtomicString>(number); AtomicString 502 Source/wtf/text/AtomicString.cpp AtomicString AtomicString::number(long number) AtomicString 504 Source/wtf/text/AtomicString.cpp return numberToStringSigned<AtomicString>(number); AtomicString 507 Source/wtf/text/AtomicString.cpp AtomicString AtomicString::number(unsigned long number) AtomicString 509 Source/wtf/text/AtomicString.cpp return numberToStringUnsigned<AtomicString>(number); AtomicString 512 Source/wtf/text/AtomicString.cpp AtomicString AtomicString::number(long long number) AtomicString 514 Source/wtf/text/AtomicString.cpp return numberToStringSigned<AtomicString>(number); AtomicString 517 Source/wtf/text/AtomicString.cpp AtomicString AtomicString::number(unsigned long long number) AtomicString 519 Source/wtf/text/AtomicString.cpp return numberToStringUnsigned<AtomicString>(number); AtomicString 522 Source/wtf/text/AtomicString.cpp AtomicString AtomicString::number(double number, unsigned precision, TrailingZerosTruncatingPolicy trailingZerosTruncatingPolicy) AtomicString 525 Source/wtf/text/AtomicString.cpp return AtomicString(numberToFixedPrecisionString(number, precision, buffer, trailingZerosTruncatingPolicy == TruncateTrailingZeros)); AtomicString 529 Source/wtf/text/AtomicString.cpp void AtomicString::show() const AtomicString 33 Source/wtf/text/AtomicString.h class WTF_EXPORT AtomicString { AtomicString 37 Source/wtf/text/AtomicString.h AtomicString() { } AtomicString 38 Source/wtf/text/AtomicString.h AtomicString(const LChar* s) : m_string(add(s)) { } AtomicString 39 Source/wtf/text/AtomicString.h AtomicString(const char* s) : m_string(add(s)) { } AtomicString 40 Source/wtf/text/AtomicString.h AtomicString(const LChar* s, unsigned length) : m_string(add(s, length)) { } AtomicString 41 Source/wtf/text/AtomicString.h AtomicString(const UChar* s, unsigned length) : m_string(add(s, length)) { } AtomicString 42 Source/wtf/text/AtomicString.h AtomicString(const UChar* s, unsigned length, unsigned existingHash) : m_string(add(s, length, existingHash)) { } AtomicString 43 Source/wtf/text/AtomicString.h AtomicString(const UChar* s) : m_string(add(s)) { } AtomicString 46 Source/wtf/text/AtomicString.h explicit AtomicString(const Vector<UChar, inlineCapacity>& characters) AtomicString 53 Source/wtf/text/AtomicString.h explicit AtomicString(StringImpl* impl) : m_string(add(impl)) { } AtomicString 54 Source/wtf/text/AtomicString.h explicit AtomicString(const String& s) : m_string(add(s.impl())) { } AtomicString 56 Source/wtf/text/AtomicString.h AtomicString(StringImpl* baseString, unsigned start, unsigned length) : m_string(add(baseString, start, length)) { } AtomicString 59 Source/wtf/text/AtomicString.h AtomicString(const char* characters, unsigned length, ConstructFromLiteralTag) AtomicString 65 Source/wtf/text/AtomicString.h ALWAYS_INLINE AtomicString(const char (&characters)[charactersCount], ConstructFromLiteralTag) AtomicString 77 Source/wtf/text/AtomicString.h AtomicString(const AtomicString& other) : m_string(other.m_string) { } AtomicString 78 Source/wtf/text/AtomicString.h AtomicString(AtomicString&& other) : m_string(static_cast<String&&>(other.m_string)) { } AtomicString 79 Source/wtf/text/AtomicString.h AtomicString& operator=(const AtomicString& other) { m_string = other.m_string; return *this; } AtomicString 80 Source/wtf/text/AtomicString.h AtomicString& operator=(AtomicString&& other) { m_string = static_cast<String&&>(other.m_string); return *this; } AtomicString 84 Source/wtf/text/AtomicString.h AtomicString(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { } AtomicString 129 Source/wtf/text/AtomicString.h AtomicString lower() const; AtomicString 130 Source/wtf/text/AtomicString.h AtomicString upper() const { return AtomicString(impl()->upper()); } AtomicString 137 Source/wtf/text/AtomicString.h static AtomicString number(int); AtomicString 138 Source/wtf/text/AtomicString.h static AtomicString number(unsigned); AtomicString 139 Source/wtf/text/AtomicString.h static AtomicString number(long); AtomicString 140 Source/wtf/text/AtomicString.h static AtomicString number(unsigned long); AtomicString 141 Source/wtf/text/AtomicString.h static AtomicString number(long long); AtomicString 142 Source/wtf/text/AtomicString.h static AtomicString number(unsigned long long); AtomicString 144 Source/wtf/text/AtomicString.h static AtomicString number(double, unsigned precision = 6, TrailingZerosTruncatingPolicy = TruncateTrailingZeros); AtomicString 152 Source/wtf/text/AtomicString.h AtomicString(CFStringRef s) : m_string(add(s)) { } AtomicString 155 Source/wtf/text/AtomicString.h AtomicString(NSString* s) : m_string(add((CFStringRef)s)) { } AtomicString 160 Source/wtf/text/AtomicString.h static AtomicString fromUTF8(const char*, size_t); AtomicString 161 Source/wtf/text/AtomicString.h static AtomicString fromUTF8(const char*); AtomicString 194 Source/wtf/text/AtomicString.h static AtomicString fromUTF8Internal(const char*, const char*); AtomicString 197 Source/wtf/text/AtomicString.h inline bool operator==(const AtomicString& a, const AtomicString& b) { return a.impl() == b.impl(); } AtomicString 198 Source/wtf/text/AtomicString.h WTF_EXPORT bool operator==(const AtomicString&, const LChar*); AtomicString 199 Source/wtf/text/AtomicString.h inline bool operator==(const AtomicString& a, const char* b) { return WTF::equal(a.impl(), reinterpret_cast<const LChar*>(b)); } AtomicString 200 Source/wtf/text/AtomicString.h inline bool operator==(const AtomicString& a, const Vector<UChar>& b) { return a.impl() && equal(a.impl(), b.data(), b.size()); } AtomicString 201 Source/wtf/text/AtomicString.h inline bool operator==(const AtomicString& a, const String& b) { return equal(a.impl(), b.impl()); } AtomicString 202 Source/wtf/text/AtomicString.h inline bool operator==(const LChar* a, const AtomicString& b) { return b == a; } AtomicString 203 Source/wtf/text/AtomicString.h inline bool operator==(const String& a, const AtomicString& b) { return equal(a.impl(), b.impl()); } AtomicString 204 Source/wtf/text/AtomicString.h inline bool operator==(const Vector<UChar>& a, const AtomicString& b) { return b == a; } AtomicString 206 Source/wtf/text/AtomicString.h inline bool operator!=(const AtomicString& a, const AtomicString& b) { return a.impl() != b.impl(); } AtomicString 207 Source/wtf/text/AtomicString.h inline bool operator!=(const AtomicString& a, const LChar* b) { return !(a == b); } AtomicString 208 Source/wtf/text/AtomicString.h inline bool operator!=(const AtomicString& a, const char* b) { return !(a == b); } AtomicString 209 Source/wtf/text/AtomicString.h inline bool operator!=(const AtomicString& a, const String& b) { return !equal(a.impl(), b.impl()); } AtomicString 210 Source/wtf/text/AtomicString.h inline bool operator!=(const AtomicString& a, const Vector<UChar>& b) { return !(a == b); } AtomicString 211 Source/wtf/text/AtomicString.h inline bool operator!=(const LChar* a, const AtomicString& b) { return !(b == a); } AtomicString 212 Source/wtf/text/AtomicString.h inline bool operator!=(const String& a, const AtomicString& b) { return !equal(a.impl(), b.impl()); } AtomicString 213 Source/wtf/text/AtomicString.h inline bool operator!=(const Vector<UChar>& a, const AtomicString& b) { return !(a == b); } AtomicString 215 Source/wtf/text/AtomicString.h inline bool equalIgnoringCase(const AtomicString& a, const AtomicString& b) { return equalIgnoringCase(a.impl(), b.impl()); } AtomicString 216 Source/wtf/text/AtomicString.h inline bool equalIgnoringCase(const AtomicString& a, const LChar* b) { return equalIgnoringCase(a.impl(), b); } AtomicString 217 Source/wtf/text/AtomicString.h inline bool equalIgnoringCase(const AtomicString& a, const char* b) { return equalIgnoringCase(a.impl(), reinterpret_cast<const LChar*>(b)); } AtomicString 218 Source/wtf/text/AtomicString.h inline bool equalIgnoringCase(const AtomicString& a, const String& b) { return equalIgnoringCase(a.impl(), b.impl()); } AtomicString 219 Source/wtf/text/AtomicString.h inline bool equalIgnoringCase(const LChar* a, const AtomicString& b) { return equalIgnoringCase(a, b.impl()); } AtomicString 220 Source/wtf/text/AtomicString.h inline bool equalIgnoringCase(const char* a, const AtomicString& b) { return equalIgnoringCase(reinterpret_cast<const LChar*>(a), b.impl()); } AtomicString 221 Source/wtf/text/AtomicString.h inline bool equalIgnoringCase(const String& a, const AtomicString& b) { return equalIgnoringCase(a.impl(), b.impl()); } AtomicString 226 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString nullAtom; AtomicString 227 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString emptyAtom; AtomicString 228 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString starAtom; AtomicString 229 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString xmlAtom; AtomicString 230 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString xmlnsAtom; AtomicString 231 Source/wtf/text/AtomicString.h WTF_EXPORT extern const AtomicString xlinkAtom; AtomicString 233 Source/wtf/text/AtomicString.h inline AtomicString AtomicString::fromUTF8(const char* characters, size_t length) AtomicString 242 Source/wtf/text/AtomicString.h inline AtomicString AtomicString::fromUTF8(const char* characters) AtomicString 254 Source/wtf/text/AtomicString.h template<> struct DefaultHash<AtomicString> { AtomicString 258 Source/wtf/text/AtomicString.h template<> struct VectorTraits<AtomicString> : SimpleClassVectorTraits<AtomicString> { }; AtomicString 263 Source/wtf/text/AtomicString.h using WTF::AtomicString; AtomicString 36 Source/wtf/text/AtomicStringCF.cpp PassRefPtr<StringImpl> AtomicString::add(CFStringRef string) AtomicString 38 Source/wtf/text/AtomicStringHash.h static unsigned hash(const AtomicString& key) AtomicString 43 Source/wtf/text/AtomicStringHash.h static bool equal(const AtomicString& a, const AtomicString& b) AtomicString 52 Source/wtf/text/AtomicStringHash.h template<> struct HashTraits<WTF::AtomicString> : GenericHashTraits<WTF::AtomicString> { AtomicString 54 Source/wtf/text/AtomicStringHash.h typedef const WTF::AtomicString& PeekOutType; AtomicString 56 Source/wtf/text/AtomicStringHash.h static const WTF::AtomicString& emptyValue() { return nullAtom; } AtomicString 57 Source/wtf/text/AtomicStringHash.h static PeekOutType peek(const WTF::AtomicString& value) { return value; } AtomicString 60 Source/wtf/text/AtomicStringHash.h static void constructDeletedValue(WTF::AtomicString& slot) { new (NotNull, &slot) WTF::AtomicString(HashTableDeletedValue); } AtomicString 61 Source/wtf/text/AtomicStringHash.h static bool isDeletedValue(const WTF::AtomicString& slot) { return slot.isHashTableDeletedValue(); } AtomicString 41 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(intValue), "1234"); AtomicString 43 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(intValue), "-1234"); AtomicString 45 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(unsignedValue), "1234"); AtomicString 47 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(longValue), "6553500"); AtomicString 49 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(longValue), "-6553500"); AtomicString 51 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(unsignedLongValue), "4294967295"); AtomicString 53 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(longlongValue), "9223372036854775807"); AtomicString 55 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(longlongValue), "-9223372036854775807"); AtomicString 57 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(unsignedLongLongValue), "18446744073709551615"); AtomicString 59 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(doubleValue), "1234.56"); AtomicString 61 Source/wtf/text/AtomicStringTest.cpp ASSERT_EQ(AtomicString::number(doubleValue, 9), "1234.56789"); AtomicString 47 Source/wtf/text/IntegerToStringConversion.h template<> struct ConversionTrait<AtomicString> { AtomicString 48 Source/wtf/text/IntegerToStringConversion.h typedef AtomicString ReturnType; AtomicString 50 Source/wtf/text/IntegerToStringConversion.h static inline ReturnType flush(LChar* characters, unsigned length, void*) { return AtomicString(characters, length); } AtomicString 194 Source/wtf/text/StringBuilder.h AtomicString toAtomicString() const AtomicString 202 Source/wtf/text/StringBuilder.h return AtomicString(characters8(), length()); AtomicString 203 Source/wtf/text/StringBuilder.h return AtomicString(characters16(), length()); AtomicString 207 Source/wtf/text/StringBuilder.h return AtomicString(m_string); AtomicString 210 Source/wtf/text/StringBuilder.h return AtomicString(m_buffer.get(), 0, m_length); AtomicString 234 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString = builder.toAtomicString(); AtomicString 241 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString1 = builder.toAtomicString(); AtomicString 252 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString2 = builder.toAtomicString(); AtomicString 261 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString = builder.toAtomicString(); AtomicString 267 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString = builder.toAtomicString(); AtomicString 273 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString = builder.toAtomicString(); AtomicString 279 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString = builder.toAtomicString(); AtomicString 286 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString = builder.toAtomicString(); AtomicString 292 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString = builder.toAtomicString(); AtomicString 299 Source/wtf/text/StringBuilderTest.cpp AtomicString atomicString = builder.toAtomicString(); AtomicString 372 Source/wtf/text/StringConcatenate.h class StringTypeAdapter<AtomicString> { AtomicString 374 Source/wtf/text/StringConcatenate.h StringTypeAdapter<AtomicString>(const AtomicString& string) AtomicString 114 Source/wtf/text/StringHash.h static unsigned hash(const AtomicString& key) AtomicString 122 Source/wtf/text/StringHash.h static bool equal(const AtomicString& a, const AtomicString& b) AtomicString 280 Source/wtf/text/StringImpl.cpp AtomicString::remove(this); AtomicString 668 Source/wtf/text/StringImpl.cpp static bool inline localeIdMatchesLang(const AtomicString& localeId, const char* lang) AtomicString 708 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::lower(const AtomicString& localeIdentifier) AtomicString 733 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::upper(const AtomicString& localeIdentifier) AtomicString 345 Source/wtf/text/StringImpl.h PassRefPtr<StringImpl> lower(const AtomicString& localeIdentifier); AtomicString 346 Source/wtf/text/StringImpl.h PassRefPtr<StringImpl> upper(const AtomicString& localeIdentifier); AtomicString 41 Source/wtf/text/StringOperators.h operator AtomicString() const AtomicString 43 Source/wtf/text/StringOperators.h return AtomicString(makeString(m_string1, m_string2)); AtomicString 106 Source/wtf/text/StringOperators.h inline StringAppend<const char*, AtomicString> operator+(const char* string1, const AtomicString& string2) AtomicString 108 Source/wtf/text/StringOperators.h return StringAppend<const char*, AtomicString>(string1, string2); AtomicString 122 Source/wtf/text/StringOperators.h inline StringAppend<const UChar*, AtomicString> operator+(const UChar* string1, const AtomicString& string2) AtomicString 124 Source/wtf/text/StringOperators.h return StringAppend<const UChar*, AtomicString>(string1, string2); AtomicString 48 Source/wtf/text/StringOperatorsTest.cpp AtomicString atomicString("AtomicString"); AtomicString 48 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, nullAtom) AtomicString 49 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, emptyAtom) AtomicString 50 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, starAtom) AtomicString 51 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, xmlAtom) AtomicString 52 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, xmlnsAtom) AtomicString 53 Source/wtf/text/StringStatics.cpp WTF_EXPORT DEFINE_GLOBAL(AtomicString, xlinkAtom) AtomicString 64 Source/wtf/text/StringStatics.cpp void AtomicString::init() AtomicString 68 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&nullAtom) AtomicString; AtomicString 69 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&emptyAtom) AtomicString(""); AtomicString 77 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&starAtom) AtomicString("*", AtomicString::ConstructFromLiteral); AtomicString 78 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&xmlAtom) AtomicString("xml", AtomicString::ConstructFromLiteral); AtomicString 79 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&xmlnsAtom) AtomicString("xmlns", AtomicString::ConstructFromLiteral); AtomicString 80 Source/wtf/text/StringStatics.cpp new (NotNull, (void*)&xlinkAtom) AtomicString("xlink", AtomicString::ConstructFromLiteral); AtomicString 366 Source/wtf/text/WTFString.cpp String String::lower(const AtomicString& localeIdentifier) const AtomicString 373 Source/wtf/text/WTFString.cpp String String::upper(const AtomicString& localeIdentifier) const AtomicString 329 Source/wtf/text/WTFString.h String lower(const AtomicString& localeIdentifier) const; AtomicString 330 Source/wtf/text/WTFString.h String upper(const AtomicString& localeIdentifier) const; AtomicString 127 public/platform/WebString.h BLINK_COMMON_EXPORT WebString(const WTF::AtomicString&); AtomicString 128 public/platform/WebString.h BLINK_COMMON_EXPORT WebString& operator=(const WTF::AtomicString&); AtomicString 129 public/platform/WebString.h BLINK_COMMON_EXPORT operator WTF::AtomicString() const;