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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/rendering/
RenderQuote.cpp 186 DEFINE_STATIC_LOCAL(QuotesMap, staticQuotesMap, ());
217 DEFINE_STATIC_LOCAL(String, langString, ("lang"));
  /external/webkit/Source/WebCore/svg/
SVGElement.cpp 186 DEFINE_STATIC_LOCAL(HashSet<SVGElementInstance*>, emptyInstances, ());
268 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
SVGSVGElement.cpp 108 DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/ecmascript"));
120 DEFINE_STATIC_LOCAL(const AtomicString, defaultValue, ("text/css"));
376 DEFINE_STATIC_LOCAL(AttributeToPropertyTypeMap, s_attributeToPropertyTypeMap, ());
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 119 DEFINE_STATIC_LOCAL(FullscreenWindowTracker, fullscreenWindowTracker, ());
  /external/webkit/Source/WebCore/editing/
markup.cpp 164 DEFINE_STATIC_LOCAL(const String, divStyle, ("<div style=\""));
165 DEFINE_STATIC_LOCAL(const String, divClose, ("</div>"));
166 DEFINE_STATIC_LOCAL(const String, styleSpanOpen, ("<span class=\"" AppleStyleSpanClass "\" style=\""));
167 DEFINE_STATIC_LOCAL(const String, styleSpanClose, ("</span>"));
305 DEFINE_STATIC_LOCAL(const String, stylePrefix, (" style=\""));
526 DEFINE_STATIC_LOCAL(const String, interchangeNewlineString, ("<br class=\"" AppleInterchangeNewline "\">"));
    [all...]
EditingStyle.cpp 624 DEFINE_STATIC_LOCAL(Vector<OwnPtr<HTMLAttributeEquivalent> >, HTMLAttributeEquivalents, ());
769 DEFINE_STATIC_LOCAL(const RefPtr<CSSPrimitiveValue>, underline, (CSSPrimitiveValue::createIdentifier(CSSValueUnderline)));
770 DEFINE_STATIC_LOCAL(const RefPtr<CSSPrimitiveValue>, lineThrough, (CSSPrimitiveValue::createIdentifier(CSSValueLineThrough)));
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 247 DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite"));
530 DEFINE_STATIC_LOCAL(const AtomicString, never, ("never"));
531 DEFINE_STATIC_LOCAL(const AtomicString, whenNotActive, ("whenNotActive"));
542 DEFINE_STATIC_LOCAL(const AtomicString, freeze, ("freeze"));
580 DEFINE_STATIC_LOCAL(const AtomicString, indefiniteValue, ("indefinite"));
936 DEFINE_STATIC_LOCAL(HashSet<SVGSMILElement*>, loopBreaker, ());
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLTokenizer.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 485 DEFINE_STATIC_LOCAL(String, userAgent, ("user-agent"));
486 DEFINE_STATIC_LOCAL(String, user, ("user"));
487 DEFINE_STATIC_LOCAL(String, inspector, ("inspector"));
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 88 DEFINE_STATIC_LOCAL(Mutex, cookieMutex, ());
89 DEFINE_STATIC_LOCAL(Mutex, dnsMutex, ());
90 DEFINE_STATIC_LOCAL(Mutex, shareMutex, ());
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.cpp 404 DEFINE_STATIC_LOCAL(const String, slashKHTMLFixesDotCss, ("/KHTMLFixes.css"));
405 DEFINE_STATIC_LOCAL(const String, mediaWikiKHTMLFixesStyleSheet, ("/* KHTML fix stylesheet */\n/* work around the horizontal scrollbars */\n#column-content { margin-left: 0; }\n\n"));
HTMLSelectElement.cpp 68 DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple"));
69 DEFINE_STATIC_LOCAL(const AtomicString, selectOne, ("select-one"));
HTMLMeterElement.cpp 65 DEFINE_STATIC_LOCAL(const AtomicString, meter, ("meter"));
HTMLOptionElement.cpp 107 DEFINE_STATIC_LOCAL(const AtomicString, option, ("option"));
  /external/webkit/Source/WebCore/wml/
WMLSelectElement.cpp 64 DEFINE_STATIC_LOCAL(const AtomicString, selectMultiple, ("select-multiple"));
65 DEFINE_STATIC_LOCAL(const AtomicString, selectOne, ("select-one"));
  /external/webkit/Source/WebKit/mac/History/
WebBackForwardList.mm 62 DEFINE_STATIC_LOCAL(BackForwardListMap, staticBackForwardLists, ());
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 74 DEFINE_STATIC_LOCAL(SyncMessageStateMap, syncMessageStateMap, ());
80 DEFINE_STATIC_LOCAL(Mutex, syncMessageStateMapMutex, ());
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 315 DEFINE_STATIC_LOCAL(IntConstCharHashMap, keyDownCommandsMap, ());
316 DEFINE_STATIC_LOCAL(IntConstCharHashMap, keyPressCommandsMap, ());
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 54 DEFINE_STATIC_LOCAL(v8::Persistent<v8::FunctionTemplate>, shadowTemplate, ());
  /external/webkit/Source/WebCore/dom/
EventTarget.cpp 366 DEFINE_STATIC_LOCAL(EventListenerVector, emptyVector, ());
ScriptElement.cpp 118 DEFINE_STATIC_LOCAL(LanguageSet, languages, ());
  /external/webkit/Source/WebCore/history/
CachedFrame.cpp 58 DEFINE_STATIC_LOCAL(WTF::RefCountedLeakCounter, counter, ("CachedFrame"));
  /external/webkit/Source/WebCore/html/shadow/
SliderThumbElement.cpp 271 DEFINE_STATIC_LOCAL(AtomicString, sliderThumb, ("-webkit-slider-thumb"));
  /external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.cpp 71 DEFINE_STATIC_LOCAL(ResourceLoadScheduler, resourceLoadScheduler, ());

Completed in 693 milliseconds

1 2 3 4 5 6 7 891011>>