Home | History | Annotate | Download | only in css

Lines Matching refs:macro

28 #define CSS_MEDIAQUERY_NAMES_FOR_EACH_MEDIAFEATURE(macro) \
29 macro(color, "color") \
30 macro(grid, "grid") \
31 macro(monochrome, "monochrome") \
32 macro(height, "height") \
33 macro(width, "width") \
34 macro(orientation, "orientation") \
35 macro(aspect_ratio, "aspect-ratio") \
36 macro(device_aspect_ratio, "device-aspect-ratio") \
37 macro(device_pixel_ratio, "-webkit-device-pixel-ratio") \
38 macro(device_height, "device-height") \
39 macro(device_width, "device-width") \
40 macro(max_color, "max-color") \
41 macro(max_aspect_ratio, "max-aspect-ratio") \
42 macro(max_device_aspect_ratio, "max-device-aspect-ratio") \
43 macro(max_device_pixel_ratio, "-webkit-max-device-pixel-ratio") \
44 macro(max_device_height, "max-device-height") \
45 macro(max_device_width, "max-device-width") \
46 macro(max_height, "max-height") \
47 macro(max_monochrome, "max-monochrome") \
48 macro(max_width, "max-width") \
49 macro(min_color, "min-color") \
50 macro(min_aspect_ratio, "min-aspect-ratio") \
51 macro(min_device_aspect_ratio, "min-device-aspect-ratio") \
52 macro(min_device_pixel_ratio, "-webkit-min-device-pixel-ratio") \
53 macro(min_device_height, "min-device-height") \
54 macro(min_device_width, "min-device-width") \
55 macro(min_height, "min-height") \
56 macro(min_monochrome, "min-monochrome") \
57 macro(min_width, "min-width") \
58 macro(transform_2d, "-webkit-transform-2d") \
59 macro(transform_3d, "-webkit-transform-3d") \
60 macro(transition, "-webkit-transition") \
61 macro(animation, "-webkit-animation") \
62 macro(view_mode, "-webkit-view-mode")
64 // end of macro