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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/dom/
UIEventWithKeyState.h 47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view,
  /external/webkit/Source/WebCore/editing/
SetNodeAttributeCommand.cpp 35 const QualifiedName& attribute, const AtomicString& value)
  /external/webkit/Source/WebCore/html/
FileInputType.h 48 virtual const AtomicString& formControlType() const;
HTMLButtonElement.cpp 61 const AtomicString& HTMLButtonElement::formControlType() const
65 DEFINE_STATIC_LOCAL(const AtomicString, submit, ("submit"));
69 DEFINE_STATIC_LOCAL(const AtomicString, button, ("button"));
73 DEFINE_STATIC_LOCAL(const AtomicString, reset, ("reset"));
HTMLButtonElement.h 42 virtual const AtomicString& formControlType() const;
HTMLFormControlElement.h 72 const AtomicString& type() const { return formControlType(); }
74 void setName(const AtomicString& name);
134 virtual const AtomicString& formControlName() const;
135 virtual const AtomicString& formControlType() const = 0;
HTMLFormElement.h 53 void getNamedElements(const AtomicString&, Vector<RefPtr<Node> >&);
110 HTMLFormControlElement* elementForAlias(const AtomicString&);
111 void addElementAlias(HTMLFormControlElement*, const AtomicString& alias);
172 AtomicString m_name;
HTMLKeygenElement.cpp 52 virtual const AtomicString& shadowPseudoId() const
54 DEFINE_STATIC_LOCAL(AtomicString, pseudoId, ("-webkit-keygen-select"));
116 const AtomicString& HTMLKeygenElement::formControlType() const
118 DEFINE_STATIC_LOCAL(const AtomicString, keygen, ("keygen"));
HTMLOptGroupElement.h 45 virtual const AtomicString& formControlType() const;
HTMLOutputElement.h 57 virtual const AtomicString& formControlType() const;
HTMLPlugInElement.h 76 AtomicString m_name;
HTMLProgressElement.h 52 virtual const AtomicString& formControlType() const;
IsIndexInputType.cpp 46 const AtomicString& IsIndexInputType::formControlType() const
  /external/webkit/Source/WebCore/page/
SpeechInput.h 65 bool startRecognition(int listenerId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontPlatformData.h 47 FontPlatformData(const FontDescription&, const AtomicString& family);
  /external/webkit/Source/WebCore/platform/text/transcoder/
FontTranscoder.h 59 HashMap<AtomicString, ConverterType> m_converterTypes;
  /external/webkit/Source/WebCore/svg/
SVGFEGaussianBlurElement.cpp 49 const AtomicString& SVGFEGaussianBlurElement::stdDeviationXIdentifier()
51 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGStdDeviationX"));
55 const AtomicString& SVGFEGaussianBlurElement::stdDeviationYIdentifier()
57 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGStdDeviationY"));
SVGImageLoader.cpp 50 String SVGImageLoader::sourceURI(const AtomicString& attr) const
SVGTransformable.h 45 static bool parseTransformAttribute(SVGTransformList&, const AtomicString& transform);
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshakeResponse.h 52 void addHeaderField(const AtomicString& name, const String& value);
  /external/webkit/Source/WebCore/wml/
WMLImageLoader.cpp 50 String WMLImageLoader::sourceURI(const AtomicString& attr) const
WMLOptGroupElement.h 37 virtual const AtomicString& formControlType() const;
  /external/webkit/Source/WebKit/chromium/src/
SpeechInputClientImpl.h 61 bool startRecognition(int requestId, const WebCore::IntRect& elementRect, const AtomicString& language, const String& grammar, WebCore::SecurityOrigin*);
  /external/webkit/Source/WebKit/win/
AccessibleImage.cpp 53 const AtomicString& altText = obj->getAttribute(HTMLNames::altAttr);
  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.cpp 249 String ResourceResponseBase::httpHeaderField(const AtomicString& name) const
277 void ResourceResponseBase::setHTTPHeaderField(const AtomicString& name, const String& value)
281 DEFINE_STATIC_LOCAL(const AtomicString, ageHeader, ("age"));
282 DEFINE_STATIC_LOCAL(const AtomicString, cacheControlHeader, ("cache-control"));
283 DEFINE_STATIC_LOCAL(const AtomicString, dateHeader, ("date"));
284 DEFINE_STATIC_LOCAL(const AtomicString, expiresHeader, ("expires"));
285 DEFINE_STATIC_LOCAL(const AtomicString, lastModifiedHeader, ("last-modified"));
286 DEFINE_STATIC_LOCAL(const AtomicString, pragmaHeader, ("pragma"));
320 DEFINE_STATIC_LOCAL(const AtomicString, cacheControlString, ("cache-control"));
321 DEFINE_STATIC_LOCAL(const AtomicString, noCacheDirective, ("no-cache"))
    [all...]

Completed in 674 milliseconds

<<11121314151617181920>>