Lines Matching defs:WebPreferences
24 struct WebPreferences { struct
25 string16 standard_font_family;
26 string16 fixed_font_family;
27 string16 serif_font_family;
28 string16 sans_serif_font_family;
29 string16 cursive_font_family;
30 string16 fantasy_font_family;
31 int default_font_size;
32 int default_fixed_font_size;
33 int minimum_font_size;
34 int minimum_logical_font_size;
35 std::string default_encoding;
36 bool javascript_enabled;
37 bool web_security_enabled;
38 bool javascript_can_open_windows_automatically;
39 bool loads_images_automatically;
40 bool plugins_enabled;
41 bool dom_paste_enabled;
42 bool developer_extras_enabled;
44 WebInspectorPreferences;
45 WebInspectorPreferences inspector_settings;
46 bool site_specific_quirks_enabled;
47 bool shrinks_standalone_images_to_fit;
48 bool uses_universal_detector;
49 bool text_areas_are_resizable;
50 bool java_enabled;
51 bool allow_scripts_to_close_windows;
52 bool uses_page_cache;
53 bool remote_fonts_enabled;
54 bool javascript_can_access_clipboard;
55 bool xss_auditor_enabled;
56 bool local_storage_enabled;
57 bool databases_enabled;
58 bool application_cache_enabled;
59 bool tabs_to_links;
60 bool caret_browsing_enabled;
61 bool hyperlink_auditing_enabled;
63 bool user_style_sheet_enabled;
64 GURL user_style_sheet_location;
65 bool author_and_user_styles_enabled;
66 bool frame_flattening_enabled;
67 bool allow_universal_access_from_file_urls;
91 WebPreferences(); argument