Home
last modified time | relevance | path

Searched refs:resources_dir_path (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/include/internal/
Dcef_types_wrappers.h545 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()
Dcef_types.h354 cef_string_t resources_dir_path; member
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc219 if (settings_->resources_dir_path.length > 0) { in BasicStartupComplete()
221 base::FilePath(CefString(&settings_->resources_dir_path)); in BasicStartupComplete()
/third_party/cef/tools/distrib/linux/
DREADME.redistrib.txt42 customized using CefSettings.resources_dir_path.
/third_party/cef/tools/distrib/win/
DREADME.redistrib.txt43 customized using CefSettings.resources_dir_path.
/third_party/cef/libcef/browser/
Dcontext.cc352 NormalizePathAndSet(settings_.resources_dir_path, "resources_dir_path"); in Initialize()