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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/html/
HTMLFieldSetElement.h 41 virtual const AtomicString& formControlType() const;
HTMLIFrameElement.h 49 AtomicString m_name;
HTMLLegendElement.h 42 virtual const AtomicString& formControlType() const;
HiddenInputType.h 44 virtual const AtomicString& formControlType() const;
PasswordInputType.h 44 virtual const AtomicString& formControlType() const;
ResetInputType.h 44 virtual const AtomicString& formControlType() const;
SearchInputType.cpp 43 const AtomicString& SearchInputType::formControlType() const
SubmitInputType.h 44 virtual const AtomicString& formControlType() const;
TelephoneInputType.cpp 43 const AtomicString& TelephoneInputType::formControlType() const
TimeInputType.h 44 virtual const AtomicString& formControlType() const;
URLInputType.h 44 virtual const AtomicString& formControlType() const;
WeekInputType.h 44 virtual const AtomicString& formControlType() const;
  /external/webkit/Source/WebCore/page/
SpeechInputClient.h 54 virtual bool startRecognition(int requestId, const IntRect& elementRect, const AtomicString& language, const String& grammar, SecurityOrigin*) = 0;
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.h 81 void getTraitsInFamily(const AtomicString&, Vector<unsigned>&);
83 SimpleFontData* getCachedFontData(const FontDescription& fontDescription, const AtomicString& family, bool checkingAlternateName = false);
101 FontPlatformData* getCachedFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
105 FontPlatformData* createFontPlatformData(const FontDescription&, const AtomicString& family);
FontSelector.h 41 virtual FontData* getFontData(const FontDescription&, const AtomicString& familyName) = 0;
  /external/webkit/Source/WebCore/platform/graphics/filters/
SourceAlpha.h 35 static const AtomicString& effectName();
SourceGraphic.h 36 static const AtomicString& effectName();
  /external/webkit/Source/WebCore/platform/text/
AtomicStringKeyedMRUCache.h 29 #include <wtf/text/AtomicString.h>
36 T get(const AtomicString& key)
64 T createValueForKey(const AtomicString&);
66 typedef pair<AtomicString, T> Entry;
  /external/webkit/Source/WebCore/svg/
SVGAltGlyphElement.cpp 71 void SVGAltGlyphElement::setGlyphRef(const AtomicString&, ExceptionCode& ec)
76 const AtomicString& SVGAltGlyphElement::glyphRef() const
81 void SVGAltGlyphElement::setFormat(const AtomicString&, ExceptionCode& ec)
86 const AtomicString& SVGAltGlyphElement::format() const
SVGFEConvolveMatrixElement.h 51 static const AtomicString& orderXIdentifier();
52 static const AtomicString& orderYIdentifier();
53 static const AtomicString& kernelUnitLengthXIdentifier();
54 static const AtomicString& kernelUnitLengthYIdentifier();
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestUpload.cpp 35 #include <wtf/text/AtomicString.h>
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 48 #include <wtf/text/AtomicString.h>
66 AtomicString atomicFamily(family);
77 static const AtomicString sansStr("Sans");
78 static const AtomicString serifStr("Serif");
79 static const AtomicString monospaceStr("Monospace");
99 void FontCache::getTraitsInFamily(const AtomicString& familyName,
106 const AtomicString& family)
  /external/webkit/Source/WebCore/platform/text/transcoder/
FontTranscoder.cpp 44 m_converterTypes.add(AtomicString(unicodeNameMSPGothic, WTF_ARRAY_LENGTH(unicodeNameMSPGothic)), BackslashToYenSign);
48 m_converterTypes.add(AtomicString(unicodeNameMSPMincho, WTF_ARRAY_LENGTH(unicodeNameMSPMincho)), BackslashToYenSign);
52 m_converterTypes.add(AtomicString(unicodeNameMSGothic, WTF_ARRAY_LENGTH(unicodeNameMSGothic)), BackslashToYenSign);
56 m_converterTypes.add(AtomicString(unicodeNameMSMincho, WTF_ARRAY_LENGTH(unicodeNameMSMincho)), BackslashToYenSign);
60 m_converterTypes.add(AtomicString(unicodeNameMeiryo, WTF_ARRAY_LENGTH(unicodeNameMeiryo)), BackslashToYenSign);
65 const AtomicString& fontFamily = fontDescription.family().family().string();
67 HashMap<AtomicString, ConverterType>::const_iterator found = m_converterTypes.find(fontFamily);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityImageMapLink.cpp 74 const AtomicString& ariaRole = getAttribute(roleAttr);
101 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
104 const AtomicString& alt = getAttribute(altAttr);
113 const AtomicString& title = getAttribute(titleAttr);
116 const AtomicString& summary = getAttribute(summaryAttr);
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMString.cpp 25 #include <wtf/text/AtomicString.h>
94 WebDOMString::WebDOMString(const WTF::AtomicString& s)
100 WebDOMString& WebDOMString::operator=(const WTF::AtomicString& s)
106 WebDOMString::operator WTF::AtomicString() const
108 return WTF::AtomicString(static_cast<WTF::StringImpl *>(m_private));

Completed in 910 milliseconds

1 2 3 4 5 67 8 91011>>