Home | History | Annotate | Download | only in common

Lines Matching refs:to

20                                          WebPreferences* to) {
21 to->allow_universal_access_from_file_urls =
23 to->dom_paste_enabled = from.dom_paste_allowed;
24 to->javascript_can_access_clipboard = from.java_script_can_access_clipboard;
25 to->xss_auditor_enabled = from.xss_auditor_enabled;
26 to->editing_behavior = static_cast<EditingBehavior>(from.editing_behavior);
27 to->default_font_size = from.default_font_size;
28 to->minimum_font_size = from.minimum_font_size;
29 to->default_encoding = from.default_text_encoding_name.utf8().data();
30 to->javascript_enabled = from.java_script_enabled;
31 to->supports_multiple_windows = from.supports_multiple_windows;
32 to->loads_images_automatically = from.loads_images_automatically;
33 to->plugins_enabled = from.plugins_enabled;
34 to->java_enabled = from.java_enabled;
35 to->application_cache_enabled = from.offline_web_application_cache_enabled;
36 to->tabs_to_links = from.tabs_to_links;
37 to->experimental_webgl_enabled = from.experimental_webgl_enabled;
39 to->hyperlink_auditing_enabled = from.hyperlink_auditing_enabled;
40 to->caret_browsing_enabled = from.caret_browsing_enabled;
41 to->allow_displaying_insecure_content =
43 to->allow_running_insecure_content = from.allow_running_of_insecure_content;
44 to->should_respect_image_orientation = from.should_respect_image_orientation;
45 to->asynchronous_spell_checking_enabled =
47 to->allow_file_access_from_file_urls = from.allow_file_access_from_file_urls;
48 to->javascript_can_open_windows_automatically =
50 to->web_security_enabled =