HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_STATIC_LOCAL (Results 51 - 75 of 326) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/network/
CredentialStorage.cpp 43 DEFINE_STATIC_LOCAL(ProtectionSpaceToCredentialMap, map, ());
49 DEFINE_STATIC_LOCAL(HashSet<String>, set, ());
56 DEFINE_STATIC_LOCAL(PathToDefaultProtectionSpaceMap, map, ());
  /external/webkit/Source/WebCore/svg/
SVGFEMorphologyElement.cpp 52 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGRadiusX"));
58 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGRadiusY"));
137 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFETurbulenceElement.cpp 55 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGBaseFrequencyX"));
61 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGBaseFrequencyY"));
151 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 131 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, spellingPatternColor, (createPatternColor(@"SpellingDot", [NSColor redColor], usingDotForSpelling)));
140 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, grammarPatternColor, (createPatternColor(@"GrammarDot", [NSColor greenColor], usingDotForGrammar)));
151 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, spellingPatternColor, (createPatternColor(@"CorrectionDot", [NSColor blueColor], usingDotForSpelling)));
  /external/webkit/Source/JavaScriptCore/wtf/
MainThread.cpp 79 DEFINE_STATIC_LOCAL(Mutex, staticMutex, ());
85 DEFINE_STATIC_LOCAL(FunctionQueue, staticFunctionQueue, ());
  /external/webkit/Source/WebCore/bindings/v8/
DOMDataStore.cpp 106 DEFINE_STATIC_LOCAL(DOMDataList, staticDOMDataList, ());
112 DEFINE_STATIC_LOCAL(WTF::Mutex, staticDOMDataListMutex, ());
  /external/webkit/Source/WebCore/html/
HTMLKeygenElement.cpp 54 DEFINE_STATIC_LOCAL(AtomicString, pseudoId, ("-webkit-keygen-select"));
118 DEFINE_STATIC_LOCAL(const AtomicString, keygen, ("keygen"));
HTMLLegendElement.cpp 53 DEFINE_STATIC_LOCAL(const AtomicString, legend, ("legend"));
  /external/webkit/Source/WebCore/platform/text/mac/
HyphenationMac.mm 56 DEFINE_STATIC_LOCAL(AtomicStringKeyedMRUCache<bool>, isEnglishCache, ());
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebPlatformStrategies.mm 38 DEFINE_STATIC_LOCAL(WebPlatformStrategies, platformStrategies, ());
  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.cpp 43 DEFINE_STATIC_LOCAL(Mutex, staticMutex, ());
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8NodeListCustom.cpp 51 DEFINE_STATIC_LOCAL(const AtomicString, length, ("length"));
  /external/webkit/Source/WebCore/bindings/v8/specialization/
V8BindingState.cpp 43 DEFINE_STATIC_LOCAL(State, globalV8BindingState, ());
  /external/webkit/Source/WebCore/dom/
Attribute.cpp 37 DEFINE_STATIC_LOCAL(AttributeAttrMap, map, ());
  /external/webkit/Source/WebCore/editing/
HTMLInterchange.cpp 40 DEFINE_STATIC_LOCAL(String, convertedSpaceString, ());
RemoveFormatCommand.cpp 48 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, elements, ());
  /external/webkit/Source/WebCore/editing/gtk/
SelectionControllerGtk.cpp 48 DEFINE_STATIC_LOCAL(RefPtr<AccessibilityObject>, oldObject, ());
  /external/webkit/Source/WebCore/loader/archive/
ArchiveFactory.cpp 59 DEFINE_STATIC_LOCAL(ArchiveMIMETypesMap, mimeTypes, ());
  /external/webkit/Source/WebCore/page/
NavigatorBase.cpp 92 DEFINE_STATIC_LOCAL(String, platformName, (uname(&osname) >= 0 ? String(osname.sysname) + String(" ") + String(osname.machine) : ""));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.cpp 39 DEFINE_STATIC_LOCAL(LayerChangesFlusher, flusher, ());
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCGWin.cpp 53 DEFINE_STATIC_LOCAL(StringMap, UTIMap, ());
  /external/webkit/Source/WebCore/platform/graphics/filters/
SourceAlpha.cpp 43 DEFINE_STATIC_LOCAL(const AtomicString, s_effectName, ("SourceAlpha"));
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCacheWx.cpp 66 DEFINE_STATIC_LOCAL(AtomicString, geezaStr, ("Geeza Pro"));
  /external/webkit/Source/WebCore/platform/text/
AtomicStringKeyedMRUCache.h 39 DEFINE_STATIC_LOCAL(T, valueForNull, (createValueForNullKey()));
  /external/webkit/Source/WebCore/platform/text/cf/
HyphenationCF.cpp 59 DEFINE_STATIC_LOCAL(AtomicStringKeyedMRUCache<RetainPtr<CFLocaleRef> >, cache, ());

Completed in 573 milliseconds

1 23 4 5 6 7 8 91011>>