HomeSort by relevance Sort by last modified time
    Searched refs:AtomicString (Results 251 - 275 of 1069) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.h 41 const AtomicString& kind();
42 void setKind(const AtomicString&);
55 const AtomicString& mediaElementCrossOriginAttribute() const;
61 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
HTMLUListElement.h 38 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
HTMLVideoElement.h 70 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
72 virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
77 virtual const AtomicString imageSourceURL() const OVERRIDE;
86 AtomicString m_defaultPosterURL;
LabelsNodeList.h 35 static PassRefPtr<LabelsNodeList> create(Node* ownerNode, CollectionType type, const AtomicString&)
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ButtonInputType.h 44 virtual const AtomicString& formControlType() const OVERRIDE;
CheckedRadioButtons.h 44 HTMLInputElement* checkedButtonForGroup(const AtomicString& groupName) const;
ResetInputType.h 44 virtual const AtomicString& formControlType() const OVERRIDE;
TelephoneInputType.cpp 49 const AtomicString& TelephoneInputType::formControlType() const
TelephoneInputType.h 45 virtual const AtomicString& formControlType() const OVERRIDE;
TextInputType.h 45 virtual const AtomicString& formControlType() const OVERRIDE;
URLInputType.h 45 virtual const AtomicString& formControlType() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.h 48 static const AtomicString& cueShadowPseudoId()
50 DEFINE_STATIC_LOCAL(const AtomicString, cue, ("cue", AtomicString::ConstructFromLiteral));
88 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/page/
CreateWindow.h 40 Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
  /external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInputClient.h 56 virtual bool startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphElement.cpp 57 void SVGAltGlyphElement::setGlyphRef(const AtomicString&, ExceptionState& exceptionState)
62 const AtomicString& SVGAltGlyphElement::glyphRef() const
67 void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionState& exceptionState)
72 const AtomicString& SVGAltGlyphElement::format() const
SVGAnimateTransformElement.h 45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
SVGExternalResourcesRequired.h 41 bool parseAttribute(const QualifiedName&, const AtomicString&);
SVGFEComponentTransferElement.h 38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
SVGFETileElement.h 37 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
SVGZoomEvent.h 48 virtual const AtomicString& interfaceName() const;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorker.h 48 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
NativeXPathNSResolver.cpp 44 AtomicString NativeXPathNSResolver::lookupNamespaceURI(const String& prefix)
NativeXPathNSResolver.h 41 virtual AtomicString lookupNamespaceURI(const String& prefix) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCIceCandidateEvent.h 29 #include "wtf/text/AtomicString.h"
43 virtual const AtomicString& interfaceName() const;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionEvent.cpp 42 PassRefPtr<SpeechRecognitionEvent> SpeechRecognitionEvent::create(const AtomicString& eventName, const SpeechRecognitionEventInit& initializer)
63 const AtomicString& SpeechRecognitionEvent::interfaceName() const
74 SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, const SpeechRecognitionEventInit& initializer)
82 SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, PassRefPtr<SpeechRecognitionResultList> results)

Completed in 947 milliseconds

<<11121314151617181920>>