Searched refs:resources_dir_path (Results 1 – 6 of 6) sorted by relevance
545 cef_string_clear(&s->resources_dir_path); in clear()590 cef_string_set(src->resources_dir_path.str, src->resources_dir_path.length, in set()591 &target->resources_dir_path, copy); in set()
354 cef_string_t resources_dir_path; member
219 if (settings_->resources_dir_path.length > 0) { in BasicStartupComplete()221 base::FilePath(CefString(&settings_->resources_dir_path)); in BasicStartupComplete()
42 customized using CefSettings.resources_dir_path.
43 customized using CefSettings.resources_dir_path.
352 NormalizePathAndSet(settings_.resources_dir_path, "resources_dir_path"); in Initialize()