HomeSort by relevance Sort by last modified time
    Searched refs:JS_EXPORTDATA (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringStatics.cpp 54 JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, nullAtom)
55 JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, emptyAtom, "")
56 JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, textAtom, "#text")
57 JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, commentAtom, "#comment")
58 JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, starAtom, "*")
59 JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, xmlAtom, "xml")
60 JS_EXPORTDATA DEFINE_GLOBAL(AtomicString, xmlnsAtom, "xmlns")
AtomicString.h 158 extern const JS_EXPORTDATA AtomicString nullAtom;
159 extern const JS_EXPORTDATA AtomicString emptyAtom;
160 extern const JS_EXPORTDATA AtomicString textAtom;
161 extern const JS_EXPORTDATA AtomicString commentAtom;
162 extern const JS_EXPORTDATA AtomicString starAtom;
163 extern const JS_EXPORTDATA AtomicString xmlAtom;
164 extern const JS_EXPORTDATA AtomicString xmlnsAtom;
  /external/webkit/Tools/WebKitAPITest/
config.h 39 #define JS_EXPORTDATA JS_EXPORT_PRIVATE
45 #define JS_EXPORTDATA __declspec(dllimport)
48 #define JS_EXPORTDATA
  /external/webkit/Tools/DumpRenderTree/chromium/
config.h 50 // JS_EXPORTDATA is needed to inlucde wtf/WTFString.h.
51 #define JS_EXPORTDATA __declspec(dllimport)
53 #define JS_EXPORTDATA
56 #define WTF_EXPORT_PRIVATE JS_EXPORTDATA
57 #define JS_EXPORT_PRIVATE JS_EXPORTDATA
  /external/webkit/Tools/WebKitTestRunner/
config.h 39 #define JS_EXPORTDATA JS_EXPORT_PRIVATE
45 #define JS_EXPORTDATA __declspec(dllimport)
48 #define JS_EXPORTDATA
  /external/webkit/Source/JavaScriptGlue/
config.h 20 #define JS_EXPORTDATA
  /external/webkit/Source/JavaScriptCore/
config.h 45 #define JS_EXPORTDATA JS_EXPORT_PRIVATE
52 #define JS_EXPORTDATA __declspec(dllexport)
54 #define JS_EXPORTDATA __declspec(dllimport)
56 #define JS_EXPORTCLASS JS_EXPORTDATA
58 #define JS_EXPORTDATA
  /external/webkit/Tools/DumpRenderTree/
config.h 38 #define JS_EXPORTDATA JS_EXPORT_PRIVATE
44 #define JS_EXPORTDATA __declspec(dllimport)
47 #define JS_EXPORTDATA
  /external/webkit/Source/WebCore/
config.h 45 #define JS_EXPORTDATA JS_EXPORT_PRIVATE
58 #define JS_EXPORTDATA __declspec(dllexport)
60 #define JS_EXPORTDATA __declspec(dllimport)
69 #define JS_EXPORTCLASS JS_EXPORTDATA
71 #define JS_EXPORTDATA
  /external/webkit/Source/WebKit/cf/WebCoreSupport/
WebInspectorClientCF.cpp 50 #define JS_EXPORTDATA __declspec(dllexport)
52 #define JS_EXPORTDATA __declspec(dllimport)
54 #define JS_EXPORTCLASS JS_EXPORTDATA
56 #define JS_EXPORTDATA
  /external/webkit/Source/WebKit2/
config.h 59 #define JS_EXPORTDATA
93 #define JS_EXPORTDATA
  /external/webkit/Source/JavaScriptCore/runtime/
InternalFunction.h 36 static JS_EXPORTDATA const ClassInfo s_info;
DateInstance.h 39 static JS_EXPORTDATA const ClassInfo s_info;
JSGlobalData.h 174 static JS_EXPORTDATA void* jsArrayVPtr;
175 static JS_EXPORTDATA void* jsByteArrayVPtr;
176 static JS_EXPORTDATA void* jsStringVPtr;
177 static JS_EXPORTDATA void* jsFunctionVPtr;
StringObject.h 44 static const JS_EXPORTDATA ClassInfo s_info;
RegExpObject.h 59 static JS_EXPORTDATA const ClassInfo s_info;
JSFunction.h 74 static JS_EXPORTDATA const ClassInfo s_info;
JSArray.h 76 static JS_EXPORTDATA const ClassInfo s_info;
JSObject.h 249 static JS_EXPORTDATA const ClassInfo s_info;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
WTFThreadData.h 135 static JS_EXPORTDATA ThreadSpecific<WTFThreadData>* staticData;
137 static JS_EXPORTDATA WTFThreadData* staticData;
  /external/webkit/Source/WebKit/mac/
WebKitPrefix.h 86 #define JS_EXPORTDATA

Completed in 240 milliseconds