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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/loader/
ImageLoader.cpp 85 DEFINE_STATIC_LOCAL(ImageEventSender, sender, (eventNames().beforeloadEvent));
91 DEFINE_STATIC_LOCAL(ImageEventSender, sender, (eventNames().loadEvent));
CrossOriginPreflightResultCache.cpp 154 DEFINE_STATIC_LOCAL(CrossOriginPreflightResultCache, cache, ());
  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.mm 59 DEFINE_STATIC_LOCAL(FontContainerRefMemoryFontHash, srcFontRefCache, ());
  /external/webkit/Source/WebCore/svg/
SVGAnimateMotionElement.cpp 103 DEFINE_STATIC_LOCAL(const AtomicString, autoVal, ("auto"));
104 DEFINE_STATIC_LOCAL(const AtomicString, autoReverse, ("auto-reverse"));
SVGTextContentElement.cpp 61 DEFINE_STATIC_LOCAL(SVGLength, defaultTextLength, (LengthModeOther));
198 DEFINE_STATIC_LOCAL(const AtomicString, preserveString, ("preserve"));
  /external/webkit/Source/WebCore/xml/
XPathParser.cpp 103 DEFINE_STATIC_LOCAL(AxisNamesMap, axisNames, ());
117 DEFINE_STATIC_LOCAL(HashSet<String>, nodeTypeNames, ());
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.mm 100 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedMIMETypes, (concatenateArrays([self supportedNonImageMIMETypes], [self supportedImageMIMETypes])));
106 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedNonImageMIMETypes, (stringArray(MIMETypeRegistry::getSupportedNonImageMIMETypes())));
112 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedImageMIMETypes, (stringArray(MIMETypeRegistry::getSupportedImageMIMETypes())));
118 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticUnsupportedTextMIMETypes, (stringArray(MIMETypeRegistry::getUnsupportedTextMIMETypes())));
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
  /external/webkit/Source/WebCore/page/
SecurityOrigin.cpp 50 DEFINE_STATIC_LOCAL(OriginAccessMap, originAccessMap, ());
56 DEFINE_STATIC_LOCAL(URLSchemesMap, schemes, ());
178 DEFINE_STATIC_LOCAL(HashSet<String>, schemes, ());
GeolocationPositionCache.cpp 49 DEFINE_STATIC_LOCAL(GeolocationPositionCache*, instance, (0));
UserContentURLPattern.cpp 64 DEFINE_STATIC_LOCAL(const String, schemeSeparator, ("://"));
  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 184 DEFINE_STATIC_LOCAL(const String, commaSpace, (", "));
185 DEFINE_STATIC_LOCAL(const String, rgbaParen, ("rgba("));
186 DEFINE_STATIC_LOCAL(const String, zeroPointZero, ("0.0"));
MediaPlayer.cpp 185 DEFINE_STATIC_LOCAL(Vector<MediaPlayerFactory*>, installedEngines, ());
219 DEFINE_STATIC_LOCAL(const AtomicString, applicationOctetStream, ("application/octet-stream"));
225 DEFINE_STATIC_LOCAL(const AtomicString, textPlain, ("text/plain"));
231 DEFINE_STATIC_LOCAL(const AtomicString, codecs, ("codecs"));
  /external/webkit/Source/WebCore/storage/
StorageTracker.cpp 196 DEFINE_STATIC_LOCAL(const String, fileMatchPattern, ("*.localstorage"));
197 DEFINE_STATIC_LOCAL(const String, fileExt, (".localstorage"));
198 DEFINE_STATIC_LOCAL(const unsigned, fileExtLength, (fileExt.length()));
  /external/webkit/Source/WebCore/wml/
WMLInputElement.cpp 62 DEFINE_STATIC_LOCAL(AtomicString, codes, ("AaNnXxMm"));
119 DEFINE_STATIC_LOCAL(const AtomicString, password, ("password"));
123 DEFINE_STATIC_LOCAL(const AtomicString, text, ("text"));
  /external/webkit/Source/WebCore/bindings/js/
PageScriptDebugServer.cpp 65 DEFINE_STATIC_LOCAL(PageScriptDebugServer, server, ());
  /external/webkit/Source/WebCore/bindings/v8/
PageScriptDebugServer.cpp 67 DEFINE_STATIC_LOCAL(PageScriptDebugServer, server, ());
V8Binding.cpp 381 DEFINE_STATIC_LOCAL(Vector<AtomicString>, lowNumbers, (kLowNumbers + 1));
454 DEFINE_STATIC_LOCAL(StringCache, mainThreadStringCache, ());
543 DEFINE_STATIC_LOCAL(v8::Persistent<v8::String>, value, ());
567 DEFINE_STATIC_LOCAL(v8::Persistent<v8::FunctionTemplate>, toStringTemplate, ());
V8LazyEventListener.cpp 136 DEFINE_STATIC_LOCAL(v8::Persistent<v8::FunctionTemplate>, toStringTemplate, ());
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 104 DEFINE_STATIC_LOCAL(CSSPropertyInfoMap, map, ());
  /external/webkit/Source/WebCore/bridge/
runtime_root.cpp 47 DEFINE_STATIC_LOCAL(RootObjectSet, staticRootObjectSet, ());
  /external/webkit/Source/WebCore/css/
CSSPropertyLonghand.cpp 221 DEFINE_STATIC_LOCAL(ShorthandMap, shorthandMap, ());
  /external/webkit/Source/WebCore/editing/
FormatBlockCommand.cpp 120 DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, blockTags, ());
  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 80 DEFINE_STATIC_LOCAL(Vector<RegularExpression*>, regExps, ());
81 DEFINE_STATIC_LOCAL(RegularExpression, wordRegExp, ("\\w", TextCaseSensitive));
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.cpp 51 DEFINE_STATIC_LOCAL(Vector<GraphicsContext3D*>, contexts, ());

Completed in 1377 milliseconds

1 2 3 4 5 67 8 91011>>