HomeSort by relevance Sort by last modified time
    Searched refs:AtomicString (Results 176 - 200 of 648) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/dom/
StyledElement.h 50 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value);
51 static void setMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration*);
52 static void removeMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value);
68 virtual PassRefPtr<Attribute> createAttribute(const QualifiedName&, const AtomicString& value);
85 void classAttributeChanged(const AtomicString& newClassString);
MouseEvent.h 42 static PassRefPtr<MouseEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
50 static PassRefPtr<MouseEvent> create(const AtomicString& eventType, PassRefPtr<AbstractView>, const PlatformMouseEvent&, int detail, PassRefPtr<Node> relatedTarget);
54 void initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
78 MouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>,
94 static PassRefPtr<SimulatedMouseEvent> create(const AtomicString& eventType, PassRefPtr<AbstractView>, PassRefPtr<Event> underlyingEvent);
98 SimulatedMouseEvent(const AtomicString& eventType, PassRefPtr<AbstractView>, PassRefPtr<Event> underlyingEvent);
TreeScope.cpp 78 Element* TreeScope::getElementById(const AtomicString& elementId) const
85 void TreeScope::addElementById(const AtomicString& elementId, Element* element)
90 void TreeScope::removeElementById(const AtomicString& elementId, Element* element)
104 const AtomicString& accessKey = element->getAttribute(accesskeyAttr);
142 return static_cast<HTMLMapElement*>(m_imageMapsByName.getElementByLowercasedMapName(AtomicString(name.lower()).impl(), this));
143 return static_cast<HTMLMapElement*>(m_imageMapsByName.getElementByMapName(AtomicString(name).impl(), this));
MutationEvent.cpp 33 MutationEvent::MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode,
49 void MutationEvent::initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode,
UIEvent.cpp 35 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg)
46 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg)
  /external/webkit/Source/WebKit/chromium/src/
WebString.cpp 36 #include <wtf/text/AtomicString.h>
112 WebString::WebString(const WTF::AtomicString& s)
118 WebString& WebString::operator=(const WTF::AtomicString& s)
124 WebString::operator WTF::AtomicString() const
126 return WTF::AtomicString(static_cast<WTF::StringImpl *>(m_private));
WebKit.cpp 45 #include <wtf/text/AtomicString.h>
67 WTF::AtomicString::init();
  /external/webkit/Source/WebCore/platform/mac/
SearchPopupMenuMac.mm 24 #include <wtf/text/AtomicString.h>
48 void SearchPopupMenuMac::saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems)
65 void SearchPopupMenuMac::loadRecentSearches(const AtomicString& name, Vector<String>& searchItems)
  /external/webkit/Source/WebCore/platform/text/mac/
HyphenationMac.mm 45 bool AtomicStringKeyedMRUCache<bool>::createValueForKey(const AtomicString& localeIdentifier)
54 bool canHyphenate(const AtomicString& localeIdentifier)
60 size_t lastHyphenLocation(const UChar* characters, size_t length, size_t beforeIndex, const AtomicString& localeIdentifier)
  /external/webkit/Source/JavaScriptCore/wtf/
Forward.h 36 class AtomicString;
55 using WTF::AtomicString;
  /external/webkit/Source/WebCore/html/
FormAssociatedElement.h 50 const AtomicString& name() const { return formControlName(); }
74 virtual const AtomicString& formControlName() const = 0;
HTMLFrameElementBase.h 74 AtomicString m_URL;
75 AtomicString m_frameName;
  /external/webkit/Source/WebCore/html/shadow/
MeterShadowElement.h 58 virtual const AtomicString& shadowPseudoId() const;
74 virtual const AtomicString& shadowPseudoId() const;
ProgressShadowElement.h 59 virtual const AtomicString& shadowPseudoId() const;
75 virtual const AtomicString& shadowPseudoId() const;
  /external/webkit/Source/WebCore/platform/
LinkHash.h 63 LinkHash visitedLinkHash(const KURL& base, const AtomicString& attributeURL);
68 void visitedURL(const KURL& base, const AtomicString& attributeURL, Vector<UChar, 512>&);
  /external/webkit/Source/WebCore/platform/graphics/filters/
SourceGraphic.cpp 40 const AtomicString& SourceGraphic::effectName()
42 DEFINE_STATIC_LOCAL(const AtomicString, s_effectName, ("SourceGraphic"));
  /external/webkit/Source/WebCore/plugins/
DOMPlugin.h 45 bool canGetItemsForName(const AtomicString& propertyName);
46 PassRefPtr<DOMMimeType> namedItem(const AtomicString& propertyName);
  /external/webkit/Source/WebCore/svg/
SVGFEDiffuseLightingElement.h 50 static const AtomicString& kernelUnitLengthXIdentifier();
51 static const AtomicString& kernelUnitLengthYIdentifier();
SVGFESpecularLightingElement.h 49 static const AtomicString& kernelUnitLengthXIdentifier();
50 static const AtomicString& kernelUnitLengthYIdentifier();
SVGFETurbulenceElement.h 54 static const AtomicString& baseFrequencyXIdentifier();
55 static const AtomicString& baseFrequencyYIdentifier();
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyDescription.h 27 #include <wtf/text/AtomicString.h>
52 SVGAnimatedPropertyDescription(SVGElement* element, const AtomicString& attributeName)
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshakeResponse.cpp 38 #include <wtf/text/AtomicString.h>
88 void WebSocketHandshakeResponse::addHeaderField(const AtomicString& name, const String& value)
  /external/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.cpp 24 #include "AtomicString.h"
36 COMPILE_ASSERT(sizeof(AtomicString) == sizeof(String), atomic_string_and_string_must_be_same_size);
113 bool operator==(const AtomicString& a, const char* b)
123 PassRefPtr<StringImpl> AtomicString::add(const char* c)
171 bool operator==(const AtomicString& string, const Vector<UChar>& vector)
268 PassRefPtr<StringImpl> AtomicString::add(const UChar* s, unsigned length)
280 PassRefPtr<StringImpl> AtomicString::add(const UChar* s, unsigned length, unsigned existingHash)
292 PassRefPtr<StringImpl> AtomicString::add(const UChar* s)
308 PassRefPtr<StringImpl> AtomicString::addSlowCase(StringImpl* r)
322 AtomicStringImpl* AtomicString::find(const UChar* s, unsigned length, unsigned existingHash
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSDOMMimeTypeArrayCustom.cpp 25 #include <wtf/text/AtomicString.h>
JSDOMPluginArrayCustom.cpp 25 #include <wtf/text/AtomicString.h>

Completed in 888 milliseconds

1 2 3 4 5 6 78 91011>>