HomeSort by relevance Sort by last modified time
    Searched refs:AtomicStringImpl (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/WebCore/platform/text/
AtomicStringImpl.h 28 class AtomicStringImpl : public StringImpl
AtomicString.h 24 #include "AtomicStringImpl.h"
52 AtomicString(AtomicStringImpl* imp) : m_string(imp) { }
60 static AtomicStringImpl* find(const JSC::Identifier&);
70 AtomicStringImpl* impl() const { return static_cast<AtomicStringImpl *>(m_string.impl()); }
AtomicString.cpp 279 AtomicStringImpl* AtomicString::find(const JSC::Identifier& identifier)
287 return static_cast<AtomicStringImpl*>(StringImpl::empty());
293 return static_cast<AtomicStringImpl*>(*iterator);
  /external/webkit/WebCore/dom/
CheckedRadioButtons.h 30 class AtomicStringImpl;
41 typedef HashMap<AtomicStringImpl*, HTMLInputElement*> NameToInputMap;
Document.h 145 FormElementKey(AtomicStringImpl* = 0, AtomicStringImpl* = 0);
150 AtomicStringImpl* name() const { return m_name; }
151 AtomicStringImpl* type() const { return m_type; }
161 static AtomicStringImpl* hashTableDeletedValue() { return reinterpret_cast<AtomicStringImpl*>(-1); }
163 AtomicStringImpl* m_name;
164 AtomicStringImpl* m_type;
296 bool hasElementWithId(AtomicStringImpl* id) const;
450 bool takeStateForFormElement(AtomicStringImpl* name, AtomicStringImpl* type, String& state)
    [all...]
MessagePort.h 44 class AtomicStringImpl;
  /external/webkit/WebCore/html/
HTMLDocument.h 76 bool hasNamedItem(AtomicStringImpl* name);
80 bool hasExtraNamedItem(AtomicStringImpl* name);
102 HashCountedSet<AtomicStringImpl*> m_namedItemCounts;
103 HashCountedSet<AtomicStringImpl*> m_extraNamedItemCounts;
106 inline bool HTMLDocument::hasNamedItem(AtomicStringImpl* name)
112 inline bool HTMLDocument::hasExtraNamedItem(AtomicStringImpl* name)
CollectionCache.h 29 class AtomicStringImpl;
48 typedef HashMap<AtomicStringImpl*, Vector<Element*>*> NodeCacheMap;
HTMLCollection.h 35 class AtomicStringImpl;
HTMLFormElement.h 143 typedef HashMap<RefPtr<AtomicStringImpl>, RefPtr<HTMLFormControlElement> > AliasMap;
HTMLDocument.cpp 313 static void addItemToMap(HashCountedSet<AtomicStringImpl*>& map, const AtomicString& name)
320 static void removeItemFromMap(HashCountedSet<AtomicStringImpl*>& map, const AtomicString& name)
HTMLElement.cpp 89 typedef HashMap<AtomicStringImpl*, int, DefaultHash<AtomicStringImpl*>::Hash, HashTraits<AtomicStringImpl*>, Empty1IntHashTraits> TagPriorityMap;
824 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());
836 static HashSet<AtomicStringImpl*>* inlineTagList()
838 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());
    [all...]
  /external/webkit/WebCore/rendering/style/
CounterDirectives.h 28 #include "AtomicStringImpl.h"
50 typedef HashMap<RefPtr<AtomicStringImpl>, CounterDirectives> CounterDirectiveMap;
  /external/webkit/WebCore/editing/
SetNodeAttributeCommand.cpp 53 AtomicStringImpl* nullString = 0;
markup.cpp 316 static bool shouldAddNamespaceAttr(const Attribute* attr, HashMap<AtomicStringImpl*, AtomicStringImpl*>& namespaces)
335 static void appendNamespace(Vector<UChar>& result, const AtomicString& prefix, const AtomicString& ns, HashMap<AtomicStringImpl*, AtomicStringImpl*>& namespaces)
342 AtomicStringImpl* pre = prefix.isEmpty() ? emptyAtom.impl() : prefix.impl();
343 AtomicStringImpl* foundNS = namespaces.get(pre);
396 static void appendStartMarkup(Vector<UChar>& result, const Node* node, const Range* range, EAnnotateForInterchange annotate, bool convertBlocksToInlines = false, HashMap<AtomicStringImpl*, AtomicStringImpl*>* namespaces = 0, RangeFullySelectsNode rangeFullySelectsNode = DoesFullySelectNode)
552 static String getStartMarkup(const Node* node, const Range* range, EAnnotateForInterchange annotate, bool convertBlocksToInlines = false, HashMap<AtomicStringImpl*, AtomicStringImpl*>* namespaces = 0, RangeFullySelectsNode rangeFullySelectsNode = DoesFullySelectNode
    [all...]
  /external/webkit/WebCore/page/animation/
CompositeAnimation.h 96 typedef HashMap<AtomicStringImpl*, RefPtr<KeyframeAnimation> > AnimationNameMap;
101 Vector<AtomicStringImpl*> m_keyframeAnimationOrderMap;
  /external/webkit/WebCore/svg/
SVGStyledElement.h 33 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName);
SVGStyledElement.cpp 50 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName)
85 static HashMap<AtomicStringImpl*, int>* propertyNameToIdMap = 0;
87 propertyNameToIdMap = new HashMap<AtomicStringImpl*, int>;
SVGFontFaceElement.cpp 70 static HashMap<AtomicStringImpl*, int>* propertyNameToIdMap = 0;
72 propertyNameToIdMap = new HashMap<AtomicStringImpl*, int>;
SVGAnimatedTemplate.h 71 AtomicStringImpl* attributeName;
  /external/webkit/WebCore/xml/
XMLHttpRequestUpload.h 41 class AtomicStringImpl;
  /external/webkit/WebCore/loader/appcache/
DOMApplicationCache.h 43 class AtomicStringImpl;
  /external/webkit/WebCore/css/
CSSStyleSelector.h 188 typedef HashMap<AtomicStringImpl*, RefPtr<WebKitCSSKeyframesRule> > KeyframesRuleMap;
199 SelectorMatch checkSelector(CSSSelector*, Element*, HashSet<AtomicStringImpl*>* selectorAttrs, PseudoId& dynamicPseudo, bool isAncestor, bool isSubSelector, RenderStyle* = 0, RenderStyle* elementParentStyle = 0) const;
200 bool checkOneSelector(CSSSelector*, Element*, HashSet<AtomicStringImpl*>* selectorAttrs, PseudoId& dynamicPseudo, bool isAncestor, bool isSubSelector, RenderStyle*, RenderStyle* elementParentStyle) const;
283 HashSet<AtomicStringImpl*> m_selectorAttrs;
  /external/webkit/WebCore/loader/
loader.h 26 #include "AtomicStringImpl.h"
106 typedef HashMap<AtomicStringImpl*, RefPtr<Host> > HostMap;
  /external/webkit/WebCore/bindings/js/
JSHTMLDocumentCustom.cpp 54 AtomicStringImpl* atomicPropertyName = AtomicString::find(propertyName);

Completed in 2332 milliseconds

1 2