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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/html/
ButtonInputType.h 44 virtual const AtomicString& formControlType() const;
ColorInputType.h 44 virtual const AtomicString& formControlType() const;
SearchInputType.h 44 virtual const AtomicString& formControlType() const;
TelephoneInputType.h 44 virtual const AtomicString& formControlType() const;
TextInputType.cpp 43 const AtomicString& TextInputType::formControlType() const
TextInputType.h 44 virtual const AtomicString& formControlType() const;
HTMLMapElement.h 40 const AtomicString& getName() const { return m_name; }
55 AtomicString m_name;
  /external/webkit/Source/WebCore/html/shadow/
ProgressShadowElement.cpp 61 const AtomicString& ProgressBarElement::shadowPseudoId() const
63 DEFINE_STATIC_LOCAL(AtomicString, pseudId, ("-webkit-progress-bar"));
68 const AtomicString& ProgressValueElement::shadowPseudoId() const
70 DEFINE_STATIC_LOCAL(AtomicString, pseudId, ("-webkit-progress-value"));
  /external/webkit/Source/WebCore/platform/chromium/
LinkHashChromium.cpp 43 LinkHash visitedLinkHash(const KURL& base, const AtomicString& attributeURL)
  /external/webkit/Source/WebCore/platform/graphics/
FontFamily.h 31 #include <wtf/text/AtomicString.h>
43 void setFamily(const AtomicString& family) { m_family = family; }
44 const AtomicString& family() const { return m_family; }
53 AtomicString m_family;
  /external/webkit/Source/WebCore/platform/network/
HTTPHeaderMap.h 34 #include <wtf/text/AtomicString.h>
42 class HTTPHeaderMap : public HashMap<AtomicString, String, CaseFoldingHash> {
52 String get(const AtomicString& name) const;
54 pair<iterator, bool> add(const AtomicString& name, const String& value);
56 // Alternate accessors that are faster than converting the char* to AtomicString first.
HTTPHeaderMap.cpp 70 String HTTPHeaderMap::get(const AtomicString& name) const
72 return HashMap<AtomicString, String, CaseFoldingHash>::get(name);
75 pair<HTTPHeaderMap::iterator, bool> HTTPHeaderMap::add(const AtomicString& name, const String& value)
77 return HashMap<AtomicString, String, CaseFoldingHash>::add(name, value);
87 static bool equal(const AtomicString& key, const char* cString)
92 static void translate(AtomicString& location, const char* cString, unsigned /*hash*/)
94 location = AtomicString(cString);
113 return HashMap<AtomicString, String, CaseFoldingHash>::add<const char*, CaseFoldingCStringTranslator>(name, value);
  /external/webkit/Source/WebCore/svg/
SVGLangSpace.cpp 33 void SVGLangSpace::setXmllang(const AtomicString& xmlLang)
38 const AtomicString& SVGLangSpace::xmlspace() const
41 DEFINE_STATIC_LOCAL(const AtomicString, defaultString, ("default"));
48 void SVGLangSpace::setXmlspace(const AtomicString& xmlSpace)
  /external/webkit/Source/WebCore/wml/
WMLImageLoader.h 37 virtual String sourceURI(const AtomicString&) const;
  /external/webkit/Source/WebCore/dom/
QualifiedName.cpp 54 void QualifiedName::init(const AtomicString& p, const AtomicString& l, const AtomicString& n)
65 QualifiedName::QualifiedName(const AtomicString& p, const AtomicString& l, const AtomicString& n)
70 QualifiedName::QualifiedName(const AtomicString& p, const char* l, const AtomicString& n)
72 init(p, AtomicString(l), n);
114 AtomicString::init()
    [all...]
CSSMappedAttributeDeclaration.h 43 void setMappedState(MappedAttributeEntry type, const QualifiedName& name, const AtomicString& val)
60 AtomicString m_attrValue;
CompositionEvent.cpp 38 CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtr<AbstractView> view, const String& data)
48 void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const String& data)
DeviceMotionEvent.cpp 42 DeviceMotionEvent::DeviceMotionEvent(const AtomicString& eventType, DeviceMotionData* deviceMotionData)
48 void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData)
DeviceOrientationEvent.cpp 42 DeviceOrientationEvent::DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientation* orientation)
48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientation* orientation)
NameNodeList.h 29 #include <wtf/text/AtomicString.h>
48 AtomicString m_nodeName;
ProgressEvent.cpp 38 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total)
46 void ProgressEvent::initProgressEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg,
  /external/webkit/Source/WebCore/html/canvas/
WebGLContextEvent.cpp 35 WebGLContextEvent::WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage)
45 void WebGLContextEvent::initEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage)
  /external/webkit/Source/WebCore/page/
SpeechInputEvent.h 42 static PassRefPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results);
50 SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results);
  /external/webkit/Source/WebCore/platform/android/
SearchPopupMenuAndroid.h 50 virtual void saveRecentSearches(const AtomicString&, const Vector<String>&) { }
51 virtual void loadRecentSearches(const AtomicString&, Vector<String>&) { }
  /external/webkit/Source/WebCore/platform/wx/
SearchPopupMenuWx.cpp 40 void SearchPopupMenuWx::saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems)
45 void SearchPopupMenuWx::loadRecentSearches(const AtomicString& name, Vector<String>& searchItems)

Completed in 329 milliseconds

1 2 34 5 6 7 8 91011>>