Home
last modified time | relevance | path

Searched refs:framework_dir_path (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/internal/
Dcef_types_wrappers.h535 cef_string_clear(&s->framework_dir_path); in clear()
559 cef_string_set(src->framework_dir_path.str, src->framework_dir_path.length, in set()
560 &target->framework_dir_path, copy); in set()
Dcef_types.h186 cef_string_t framework_dir_path; member
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc132 if (settings_->framework_dir_path.length > 0) { in BasicStartupComplete()
134 base::FilePath(CefString(&settings_->framework_dir_path)); in BasicStartupComplete()
/third_party/cef/libcef/browser/
Dcontext.cc349 NormalizePathAndSet(settings_.framework_dir_path, "framework_dir_path"); in Initialize()