Home | History | Annotate | Download | only in chromium

Lines Matching full:defined

23   WEBKIT_IMPLEMENTATION is defined when building the 'src' directory.
26 WEBKIT_DLL is defined when building as a shared library. This should be
27 defined when building the 'src' directory, and it should also be defined by
30 WEBKIT_API is defined for platforms (e.g., Windows) that require additional
33 unless the methods are defined inline, marked pure virtual, or contained
35 public inline-defined method should be annotated with WEBKIT_API. WEBKIT_API
38 WEBKIT_USING_SKIA is defined when using Skia as the graphics library.
40 WEBKIT_USING_CG is defined when using CG as the graphics library.
42 WEBKIT_USING_V8 is defined when using V8 as the JavaScript library.
44 WEBKIT_USING_JSC is defined when using JSC as the JavaScript library.
54 defined. This is only done for the convenience to the implementation, and
56 types are assumed when WEBKIT_IMPLEMENTATION is not defined, which is done