OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Singly or Multiply-included shared traits file depending on circumstances. | 5 // Singly or Multiply-included shared traits file depending on circumstances. |
6 // This allows the use of IPC serialization macros in more than one IPC message | 6 // This allows the use of IPC serialization macros in more than one IPC message |
7 // file. | 7 // file. |
8 #ifndef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ | 8 #ifndef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ |
9 #define CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ | 9 #define CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ |
10 | 10 |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 IPC_STRUCT_TRAITS_MEMBER(accelerated_compositing_for_video_enabled) | 166 IPC_STRUCT_TRAITS_MEMBER(accelerated_compositing_for_video_enabled) |
167 IPC_STRUCT_TRAITS_MEMBER(memory_info_enabled) | 167 IPC_STRUCT_TRAITS_MEMBER(memory_info_enabled) |
168 IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled) | 168 IPC_STRUCT_TRAITS_MEMBER(fullscreen_enabled) |
169 IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content) | 169 IPC_STRUCT_TRAITS_MEMBER(allow_displaying_insecure_content) |
170 IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content) | 170 IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content) |
171 IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator) | 171 IPC_STRUCT_TRAITS_MEMBER(enable_scroll_animator) |
172 IPC_STRUCT_TRAITS_MEMBER(visual_word_movement_enabled) | 172 IPC_STRUCT_TRAITS_MEMBER(visual_word_movement_enabled) |
173 IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled) | 173 IPC_STRUCT_TRAITS_MEMBER(password_echo_enabled) |
174 IPC_STRUCT_TRAITS_MEMBER(css_sticky_position_enabled) | 174 IPC_STRUCT_TRAITS_MEMBER(css_sticky_position_enabled) |
175 IPC_STRUCT_TRAITS_MEMBER(css_shaders_enabled) | 175 IPC_STRUCT_TRAITS_MEMBER(css_shaders_enabled) |
176 IPC_STRUCT_TRAITS_MEMBER(css_variables_enabled) | |
177 IPC_STRUCT_TRAITS_MEMBER(css_grid_layout_enabled) | 176 IPC_STRUCT_TRAITS_MEMBER(css_grid_layout_enabled) |
178 IPC_STRUCT_TRAITS_MEMBER(lazy_layout_enabled) | 177 IPC_STRUCT_TRAITS_MEMBER(lazy_layout_enabled) |
179 IPC_STRUCT_TRAITS_MEMBER(touch_enabled) | 178 IPC_STRUCT_TRAITS_MEMBER(touch_enabled) |
180 IPC_STRUCT_TRAITS_MEMBER(device_supports_touch) | 179 IPC_STRUCT_TRAITS_MEMBER(device_supports_touch) |
181 IPC_STRUCT_TRAITS_MEMBER(device_supports_mouse) | 180 IPC_STRUCT_TRAITS_MEMBER(device_supports_mouse) |
182 IPC_STRUCT_TRAITS_MEMBER(touch_adjustment_enabled) | 181 IPC_STRUCT_TRAITS_MEMBER(touch_adjustment_enabled) |
183 IPC_STRUCT_TRAITS_MEMBER(touch_drag_drop_enabled) | 182 IPC_STRUCT_TRAITS_MEMBER(touch_drag_drop_enabled) |
184 IPC_STRUCT_TRAITS_MEMBER(fixed_position_creates_stacking_context) | 183 IPC_STRUCT_TRAITS_MEMBER(fixed_position_creates_stacking_context) |
185 IPC_STRUCT_TRAITS_MEMBER(sync_xhr_in_documents_enabled) | 184 IPC_STRUCT_TRAITS_MEMBER(sync_xhr_in_documents_enabled) |
186 IPC_STRUCT_TRAITS_MEMBER(deferred_image_decoding_enabled) | 185 IPC_STRUCT_TRAITS_MEMBER(deferred_image_decoding_enabled) |
(...skipping 13 matching lines...) Expand all Loading... |
200 IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom) | 199 IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom) |
201 IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled) | 200 IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled) |
202 IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback) | 201 IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback) |
203 IPC_STRUCT_TRAITS_MEMBER(default_video_poster_url) | 202 IPC_STRUCT_TRAITS_MEMBER(default_video_poster_url) |
204 IPC_STRUCT_TRAITS_MEMBER(support_deprecated_target_density_dpi) | 203 IPC_STRUCT_TRAITS_MEMBER(support_deprecated_target_density_dpi) |
205 IPC_STRUCT_TRAITS_MEMBER(use_wide_viewport) | 204 IPC_STRUCT_TRAITS_MEMBER(use_wide_viewport) |
206 #endif | 205 #endif |
207 IPC_STRUCT_TRAITS_END() | 206 IPC_STRUCT_TRAITS_END() |
208 | 207 |
209 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ | 208 #endif // CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ |
OLD | NEW |