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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/platform/network/
BlobRegistryImpl.cpp 52 DEFINE_STATIC_LOCAL(BlobRegistryImpl, instance, ());
  /external/webkit/Source/WebCore/platform/network/cf/
DNSCFNet.cpp 124 DEFINE_STATIC_LOCAL(DNSResolveQueue, names, ());
  /external/webkit/Source/WebCore/rendering/
RenderScrollbarTheme.cpp 35 DEFINE_STATIC_LOCAL(RenderScrollbarTheme, theme, ());
  /external/webkit/Source/WebCore/rendering/svg/
SVGResources.cpp 48 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, s_tagList, ());
93 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, s_tagList, ());
106 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, s_tagList, ());
127 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, s_tagList, ());
  /external/webkit/Source/WebCore/storage/
StorageNamespaceImpl.cpp 49 DEFINE_STATIC_LOCAL(LocalStorageNamespaceMap, localStorageNamespaceMap, ());
  /external/webkit/Source/WebCore/storage/chromium/
DatabaseTrackerChromium.cpp 50 DEFINE_STATIC_LOCAL(DatabaseTracker, tracker, (""));
  /external/webkit/Source/WebCore/svg/
SVGAElement.cpp 110 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGCircleElement.cpp 131 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGComponentTransferFunctionElement.cpp 128 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGCursorElement.cpp 77 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGEllipseElement.cpp 141 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFEColorMatrixElement.cpp 116 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFEDisplacementMapElement.cpp 143 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFEImageElement.cpp 127 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFontElement.cpp 184 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGForeignObjectElement.cpp 136 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGGlyphElement.cpp 137 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGLineElement.cpp 137 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGScriptElement.cpp 102 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGTextPathElement.cpp 114 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp 47 DEFINE_STATIC_LOCAL(PluginProcess, pluginProcess, ());
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.cpp 39 DEFINE_STATIC_LOCAL(Vector<NetscapePluginModule*>, initializedNetscapePluginModules, ());
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 96 DEFINE_STATIC_LOCAL(String, osVersion, (macOSXVersionString()));
97 DEFINE_STATIC_LOCAL(String, webKitVersion, (userVisibleWebKitVersionString()));
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.cpp 55 DEFINE_STATIC_LOCAL(DOMHandleCache, cache, ());
  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp 349 DEFINE_STATIC_LOCAL(MediaMIMETypeMap, mediaMIMETypeForExtensionMap, ());
592 DEFINE_STATIC_LOCAL(const String, defaultMIMEType, ("application/octet-stream"));

Completed in 507 milliseconds

1 2 3 4 5 6 78 91011>>