• Home
  • Raw
  • Download

Lines Matching refs:settings_

323   settings_ = settings;  in Initialize()
339 NormalizePathAndSet(settings_.root_cache_path, "root_cache_path"); in Initialize()
341 NormalizeCachePathAndSet(settings_.cache_path, root_cache_path); in Initialize()
343 CefString(&settings_.root_cache_path) = cache_path.value(); in Initialize()
347 NormalizePathAndSet(settings_.browser_subprocess_path, in Initialize()
349 NormalizePathAndSet(settings_.framework_dir_path, "framework_dir_path"); in Initialize()
350 NormalizePathAndSet(settings_.main_bundle_path, "main_bundle_path"); in Initialize()
351 NormalizePathAndSet(settings_.user_data_path, "user_data_path"); in Initialize()
352 NormalizePathAndSet(settings_.resources_dir_path, "resources_dir_path"); in Initialize()
353 NormalizePathAndSet(settings_.locales_dir_path, "locales_dir_path"); in Initialize()
357 main_runner_.reset(new CefMainRunner(settings_.multi_threaded_message_loop, in Initialize()
358 settings_.external_message_pump)); in Initialize()
360 &settings_, application, args, windows_sandbox_info, &initialized_, in Initialize()
402 : !!settings_.windowless_rendering_enabled); in GetBackgroundColor()
409 GetColor(settings_.background_color, is_windowless, &sk_color); in GetBackgroundColor()
429 CefString(&settings->cache_path) = CefString(&settings_.cache_path); in PopulateGlobalRequestContextSettings()
432 settings_.persist_session_cookies || in PopulateGlobalRequestContextSettings()
435 settings_.persist_user_preferences || in PopulateGlobalRequestContextSettings()
439 CefString(&settings_.cookieable_schemes_list); in PopulateGlobalRequestContextSettings()
441 settings_.cookieable_schemes_exclude_defaults; in PopulateGlobalRequestContextSettings()
447 const base::FilePath& root_cache_path = CefString(&settings_.root_cache_path); in NormalizeRequestContextSettings()