Searched refs:SET_STATE (Results 1 – 4 of 4) sorted by relevance
/third_party/cef/libcef/browser/prefs/ |
D | renderer_prefs.cc | 269 #define SET_STATE(cef_var, web_var) \ macro 314 SET_STATE(cef.remote_fonts, web.remote_fonts_enabled); in SetCefPrefs() 315 SET_STATE(cef.javascript, web.javascript_enabled); in SetCefPrefs() 316 SET_STATE(cef.javascript_close_windows, web.allow_scripts_to_close_windows); in SetCefPrefs() 317 SET_STATE(cef.javascript_access_clipboard, in SetCefPrefs() 319 SET_STATE(cef.javascript_dom_paste, web.dom_paste_enabled); in SetCefPrefs() 320 SET_STATE(cef.plugins, web.plugins_enabled); in SetCefPrefs() 321 SET_STATE(cef.image_loading, web.loads_images_automatically); in SetCefPrefs() 322 SET_STATE(cef.image_shrink_standalone_to_fit, in SetCefPrefs() 324 SET_STATE(cef.text_area_resize, web.text_areas_are_resizable); in SetCefPrefs() [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 1972 - llvmpipe: reintroduce SET_STATE binner command
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 7430 SET_STATE(cef.force_dark_mode_enabled, web.force_dark_mode_enabled); 7436 SET_STATE(cef.loads_images_automatically, web.loads_images_automatically); 7437 SET_STATE(cef.allow_running_insecure_content, 7440 SET_STATE(cef.allow_mixed_content_upgrades, web.allow_mixed_content_upgrades); 7441 SET_STATE(cef.initialize_at_minimum_page_scale, 7444 + SET_STATE(cef.hide_vertical_scrollbars, web.hide_vertical_scrollbars); 7445 + SET_STATE(cef.hide_horizontal_scrollbars, web.hide_horizontal_scrollbars);
|
D | 0003-ohos-1115.patch | 22663 SET_STATE(cef.javascript_dom_paste, web.dom_paste_enabled); 22664 SET_STATE(cef.plugins, web.plugins_enabled); 22665 - SET_STATE(cef.image_loading, web.loads_images_automatically); 22666 + SET_STATE(cef.image_loading, web.images_enabled); 22667 SET_STATE(cef.image_shrink_standalone_to_fit, 22669 SET_STATE(cef.text_area_resize, web.text_areas_are_resizable); 22676 + SET_STATE(cef.force_dark_mode_enabled, web.force_dark_mode_enabled); 22677 + SET_STATE(cef.loads_images_automatically, web.loads_images_automatically); 22678 + SET_STATE(cef.allow_running_insecure_content, 22680 + SET_STATE(cef.strict_mixed_content_checking, [all …]
|