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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/storage/chromium/
QuotaTracker.cpp 42 DEFINE_STATIC_LOCAL(QuotaTracker, tracker, ());
  /external/webkit/Source/WebCore/svg/
SVGAltGlyphElement.cpp 59 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFEFloodElement.cpp 73 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFEMergeElement.cpp 64 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFEMergeNodeElement.cpp 76 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFETileElement.cpp 74 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGGElement.cpp 92 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGMPathElement.cpp 70 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGSwitchElement.cpp 85 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGTSpanElement.cpp 78 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGViewElement.cpp 85 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGFEConvolveMatrixElement.cpp 63 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGKernelUnitLengthX"));
69 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGKernelUnitLengthY"));
75 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGOrderX"));
81 DEFINE_STATIC_LOCAL(AtomicString, s_identifier, ("SVGOrderY"));
188 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
  /external/webkit/Source/WebKit/win/
WebLocalizableStrings.cpp 51 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
57 DEFINE_STATIC_LOCAL(LocalizedStringMap, map, ());
63 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
69 DEFINE_STATIC_LOCAL(LocalizedStringMap, map, ());
  /external/webkit/Source/WebKit2/Shared/
WebContextMenuItem.cpp 57 DEFINE_STATIC_LOCAL(WebContextMenuItem*, separatorItem, (adoptRef(new WebContextMenuItem(WebContextMenuItemData(WebCore::SeparatorType, WebCore::ContextMenuItemTagNoAction, String(), true, false))).leakRef()));
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
DownloadManager.cpp 39 DEFINE_STATIC_LOCAL(DownloadManager, downloadManager, ());
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleScriptWorld.cpp 41 DEFINE_STATIC_LOCAL(WorldMap, map, ());
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnectionManager.cpp 47 DEFINE_STATIC_LOCAL(PluginProcessConnectionManager, pluginProcessConnectionManager, ());
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPlatformStrategies.cpp 48 DEFINE_STATIC_LOCAL(WebPlatformStrategies, platformStrategies, ());
  /external/webkit/Source/WebKit2/
config.h 50 DEFINE_STATIC_LOCAL(type, name##Value, arguments); \
  /external/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.cpp 229 DEFINE_STATIC_LOCAL(String, s, ("-webkit-transition"));
235 DEFINE_STATIC_LOCAL(String, s, ("opacity"));
244 DEFINE_STATIC_LOCAL(String, transitionValue, ());
247 DEFINE_STATIC_LOCAL(String, opacityValue, ("1"));
261 DEFINE_STATIC_LOCAL(String, transitionValue, ());
264 DEFINE_STATIC_LOCAL(String, opacityValue, ("0"));
446 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls"));
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp 48 DEFINE_STATIC_LOCAL(const String, ampReference, ("&"));
49 DEFINE_STATIC_LOCAL(const String, ltReference, ("<"));
50 DEFINE_STATIC_LOCAL(const String, gtReference, (">"));
51 DEFINE_STATIC_LOCAL(const String, quotReference, ("""));
52 DEFINE_STATIC_LOCAL(const String, nbspReference, (" "));
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 160 DEFINE_STATIC_LOCAL(AtomicString, geezaStr, ("Geeza Pro"));
173 DEFINE_STATIC_LOCAL(AtomicString, timesStr, ("Times"));
185 DEFINE_STATIC_LOCAL(AtomicString, lucidaGrandeStr, ("Lucida Grande"));
  /external/webkit/Source/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 52 DEFINE_STATIC_LOCAL(Mutex, mutex, ());
82 DEFINE_STATIC_LOCAL(ThreadMap, map, ());
  /external/webkit/Source/WebCore/accessibility/gtk/
AXObjectCacheAtk.cpp 74 DEFINE_STATIC_LOCAL(RefPtr<AccessibilityObject>, oldListObject, ());
75 DEFINE_STATIC_LOCAL(RefPtr<AccessibilityObject>, oldFocusedObject, ());
  /external/webkit/Source/WebCore/css/
CSSImportRule.cpp 89 DEFINE_STATIC_LOCAL(const String, slashKHTMLFixesDotCss, ("/KHTMLFixes.css"));
90 DEFINE_STATIC_LOCAL(const String, mediaWikiKHTMLFixesStyleSheet, ("/* KHTML fix stylesheet */\n/* work around the horizontal scrollbars */\n#column-content { margin-left: 0; }\n\n"));

Completed in 204 milliseconds

1 2 34 5 6 7 8 91011>>