Home
last modified time | relevance | path

Searched refs:DEFINE_GLOBAL (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/
DStaticConstructors.h55 #define DEFINE_GLOBAL(type, name) \ macro
58 #define DEFINE_GLOBAL(type, name, arg...) \ macro
61 #define DEFINE_GLOBAL(type, name, ...) \ macro
69 #define DEFINE_GLOBAL(type, name) \ macro
72 #define DEFINE_GLOBAL(type, name, arg...) \ macro
75 #define DEFINE_GLOBAL(type, name, ...) \ macro
/external/webkit/WebCore/platform/text/
DAtomicString.cpp302 DEFINE_GLOBAL(AtomicString, nullAtom) in DEFINE_GLOBAL() function
303 DEFINE_GLOBAL(AtomicString, emptyAtom, "") in DEFINE_GLOBAL()
304 DEFINE_GLOBAL(AtomicString, textAtom, "#text") in DEFINE_GLOBAL()
305 DEFINE_GLOBAL(AtomicString, commentAtom, "#comment") in DEFINE_GLOBAL()
306 DEFINE_GLOBAL(AtomicString, starAtom, "*") in DEFINE_GLOBAL()
307 DEFINE_GLOBAL(AtomicString, xmlAtom, "xml") in DEFINE_GLOBAL()
308 DEFINE_GLOBAL(AtomicString, xmlnsAtom, "xmlns") in DEFINE_GLOBAL()
/external/webkit/WebCore/css/
DMediaFeatureNames.cpp34 DEFINE_GLOBAL(AtomicString, name##MediaFeature, str)
/external/webkit/WebCore/dom/
DQualifiedName.cpp96 DEFINE_GLOBAL(QualifiedName, anyName, nullAtom, starAtom, starAtom) in DEFINE_GLOBAL() function