| /external/chromium_org/third_party/WebKit/Source/modules/speech/ |
| SpeechSynthesisEvent.cpp | 36 PassRefPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) 46 SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
|
| /external/chromium_org/third_party/WebKit/Source/platform/network/ |
| WebSocketHandshakeResponse.cpp | 35 #include "wtf/text/AtomicString.h" 73 void WebSocketHandshakeResponse::addHeaderField(const AtomicString& name, const AtomicString& value)
|
| /external/chromium_org/third_party/WebKit/Source/core/fetch/ |
| CrossOriginAccessControl.cpp | 34 #include "wtf/text/AtomicString.h" 44 bool isOnAccessControlSimpleRequestHeaderWhitelist(const AtomicString& name, const AtomicString& value) 55 AtomicString mimeType = extractMIMETypeFromMediaType(value); 143 AtomicallyInitializedStatic(AtomicString&, accessControlAllowOrigin = *new AtomicString("access-control-allow-origin", AtomicString::ConstructFromLiteral)); 144 AtomicallyInitializedStatic(AtomicString&, accessControlAllowCredentials = *new AtomicString("access-control-allow-credentials", AtomicString::ConstructFromLiteral)) [all...] |
| /external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
| MediaSourceBase.cpp | 64 const AtomicString& MediaSourceBase::openKeyword() 66 DEFINE_STATIC_LOCAL(const AtomicString, open, ("open", AtomicString::ConstructFromLiteral)); 70 const AtomicString& MediaSourceBase::closedKeyword() 72 DEFINE_STATIC_LOCAL(const AtomicString, closed, ("closed", AtomicString::ConstructFromLiteral)); 76 const AtomicString& MediaSourceBase::endedKeyword() 78 DEFINE_STATIC_LOCAL(const AtomicString, ended, ("ended", AtomicString::ConstructFromLiteral)); 169 void MediaSourceBase::setReadyState(const AtomicString& state [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| V8StringResource.cpp | 70 struct StringTraits<AtomicString> { 71 static const AtomicString& fromStringResource(WebCoreStringResourceBase* resource) 73 return resource->atomicString(); 76 static AtomicString fromV8String(v8::Handle<v8::String>, int); 90 AtomicString StringTraits<AtomicString>::fromV8String<false>(v8::Handle<v8::String> v8String, int length) 97 return AtomicString(inlineBuffer, length); 102 return AtomicString(result); 116 AtomicString StringTraits<AtomicString>::fromV8String<true>(v8::Handle<v8::String> v8String, int length [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| StyleMedia.h | 42 AtomicString type() const;
|
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| MutationObserverRegistration.h | 36 #include "wtf/text/AtomicString.h" 45 static PassOwnPtr<MutationObserverRegistration> create(PassRefPtr<MutationObserver>, Node*, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter); 48 void resetObservation(MutationObserverOptions, const HashSet<AtomicString>& attributeFilter); 64 MutationObserverRegistration(PassRefPtr<MutationObserver>, Node*, MutationObserverOptions, const HashSet<AtomicString>& attributeFilter); 73 HashSet<AtomicString> m_attributeFilter;
|
| NameNodeList.cpp | 34 NameNodeList::NameNodeList(PassRefPtr<Node> rootNode, const AtomicString& name)
|
| /external/chromium_org/third_party/WebKit/Source/core/events/ |
| BeforeTextInsertedEvent.h | 42 virtual const AtomicString& interfaceName() const;
|
| BeforeUnloadEvent.h | 47 virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::BeforeUnloadEvent; }
|
| HashChangeEvent.h | 50 static PassRefPtr<HashChangeEvent> create(const AtomicString& type, const HashChangeEventInit& initializer) 55 void initHashChangeEvent(const AtomicString& eventType, bool canBubble, bool cancelable, const String& oldURL, const String& newURL) 69 virtual const AtomicString& interfaceName() const { return EventNames::HashChangeEvent; } 85 HashChangeEvent(const AtomicString& type, const HashChangeEventInit& initializer)
|
| MutationEvent.h | 47 static PassRefPtr<MutationEvent> create(const AtomicString& type, bool canBubble, PassRefPtr<Node> relatedNode = 0, 53 void initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, 63 virtual const AtomicString& interfaceName() const; 67 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode,
|
| UIEvent.cpp | 41 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg) 49 UIEvent::UIEvent(const AtomicString& eventType, const UIEventInit& initializer) 61 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg) 77 const AtomicString& UIEvent::interfaceName() const
|
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| HTMLAudioElement.h | 39 static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src);
|
| HTMLBRElement.h | 41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| HTMLDivElement.h | 39 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| HTMLFontElement.h | 41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| HTMLHRElement.h | 40 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| HTMLMetaElement.h | 42 const AtomicString& content() const; 43 const AtomicString& httpEquiv() const; 44 const AtomicString& name() const; 53 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| HTMLOptionElement.h | 39 static PassRefPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value, 48 void setValue(const AtomicString&); 57 void setLabel(const AtomicString&); 77 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| HTMLParagraphElement.h | 38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| HTMLPreElement.h | 38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| HTMLStyleElement.h | 42 void setType(const AtomicString&); 73 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; 88 virtual const AtomicString& media() const; 89 virtual const AtomicString& type() const;
|
| HTMLTableCaptionElement.h | 41 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| HTMLTablePartElement.h | 43 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|